diff options
author | Jakob Unterwurzacher <jakobunt@gmail.com> | 2025-06-17 10:42:52 +0200 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2025-08-30 23:03:54 +0800 |
commit | de0c91e7a7605b047d3dc96f9e1c02701af6d716 (patch) | |
tree | 4f8e9b26b9a147bc1c1639c01b27156b437f1e9c /drivers/ddr | |
parent | a979380123e5e0da6b45eff0aec0ba71fd0440c6 (diff) |
board: rockchip: unblock CAN bus in spl_board_init on Jaguar
GPIO0_B7 is routed to TXI of the on-board CAN transceiver. The
line has a pull-down per SoC default.
This means the CAN transceiver transmits a dominant zero
and blocks the CAN bus until Linux boots and reconfigures the pin.
Let's switch to pull-up as soon as we can (i.e. in SPL).
This cuts down the "bus is blocked" time from 10 seconds to < 1 second.
Of course, to this needs CONFIG_SPL_BOARD_INIT, so enable it
the Jaguar defconfig.
Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/ddr')
0 files changed, 0 insertions, 0 deletions