
10 Jun
2024
10 Jun
'24
10:02 p.m.
Am Montag, 10. Juni 2024, 15:13:30 CEST schrieb Quentin Schulz:
This has a dependency on https://lore.kernel.org/u-boot/20240528170406.353616-1-liujianfeng1994@gmail...
Changes in v3:
- rebased on top of next,
- changed patch series dependency from DRAM ATAGS (merged) to RK3588 upstream DTS cherry-picks from 6.10-rc1 (USB nodes),
- cherry-picked kernel DTS commits for Tiger between v6.9 and v6.10-rc2, note that the "arm64: dts: rockchip: correct gpio_pwrctrl1 typos on rk3588(s) boards" commit triggered some git auto-merging while cherry-picking,
- support for Q7 USB P1 (micro-USB OTG) has been dropped, it requires extcon USB GPIO driver that isn't supported in U-Boot (yet?),
- Link to v2: https://lore.kernel.org/r/20240423-tiger-v2-1-4a3fa0a01b5e@theobroma-systems...
Changes in v2:
- removed uart controller muxing patch as not necessary until we get open-source DRAM init,
- disabled DEBUG_UART_BOARD_INIT as it's only used for muxing the UART controller and it's not necessary since DDR bin does this for us already,
- added missing uart2 mux bootph in U-Boot dtsi (though not required yet),
- switched to USB_DWC3_GENERIC from USB_XHCI_DWC3 as requested by Jonas,
- Link to v1: https://lore.kernel.org/r/20240422-tiger-v1-0-8816b070d748@theobroma-systems...
Signed-off-by: Quentin Schulz quentin.schulz@cherry.de
Putting both the dependency and this series on top of next, still allows my tiger to boot, so
Tested-by: Heiko Stuebner heiko@sntech.de