]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rock5b-rk3588: enable USB-C in operating system
authorSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 15 Oct 2024 15:26:45 +0000 (17:26 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 17 Oct 2024 01:12:47 +0000 (03:12 +0200)
commit64002d0cb00f81b214f5144aebb80aead92d9818
tree3be72f57ddfb625076d96eee9f1542e42086b957
parent43fdd31cfa6e25d1cd4a1a97913c399c5616bb36
board: rock5b-rk3588: enable USB-C in operating system

Since older U-Boot releases do not negotiate USB PD, the kernel
DT may not enable the USB-C controller by default to avoid a
regression. The plan is to upstream it with 'status = "fail";'
instead. U-Boot should then mark it as 'status = "okay";' if
it negotiated USB PD. Currently existing upstream kernel DTs do
not yet have the USB-C controller at all, so we ignore any
failures.

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Tested-by: Soeren Moch <smoch@web.de>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
board/radxa/rock5b-rk3588/Makefile [new file with mode: 0644]
board/radxa/rock5b-rk3588/rock5b-rk3588.c [new file with mode: 0644]