
This series sync rk356x.dtsi and rk3566-radxa-cm3-io.dts from linux v6.4, add bootph-all to common pinctrl nodes and relax FIT load order in rk356x-u-boot.dtsi.
Patch 1-2 sync rk356x device tree from linux v6.4. Patch 3 move common pinctrl nodes to rk356x-u-boot.dtsi. Patch 4 change to try and load FIT from SD-card before eMMC when loading FIT from TPL+SPL media fails.
Jonas Karlman (4): rockchip: rk356x: Sync dtsi from linux v6.4 rockchip: rk3566-radxa-cm3-io: Sync dts from linux v6.4 rockchip: rk356x-u-boot: Add bootph-all to common pinctrl nodes rockchip: rk356x-u-boot: Use relaxed u-boot,spl-boot-order
arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 56 ------------ arch/arm/dts/rk3566-radxa-cm3-io.dts | 8 ++ arch/arm/dts/rk3568-pinctrl.dtsi | 94 ++++++++++++++++++++ arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 54 ----------- arch/arm/dts/rk356x-u-boot.dtsi | 66 +++++++++++++- arch/arm/dts/rk356x.dtsi | 14 +-- 6 files changed, 175 insertions(+), 117 deletions(-)