This updates the .dts and .dtsi files used in U-Boot to what will become the new DTs in Linux 4.20 (anytime soon). Those updates are not too useful for U-Boot itself, but keep the DTs consistent and allow to directly pass U-Boot's copy to any kernel, by using $fdtcontroladdr. There is a small change in the A64 .dtsi, which breaks compatibility with older kernels (stable releases and those found on distro installer images), so the second patch fixes this by re-adding the missing compatible string to the system controller node. The updates include the H5 and also H3, as they are very close and need to be updated together.
I ran into issues with the H6, so will post an update for that later. I see that this somewhat overlaps with Vasily's Pinebook series, I am happy to arrange something here. Originally I wanted to wait for the files to hit Linus' tree (to get stable commit IDs), but I sending this now to not block Vasily. Cheers, Andre. Andre Przywara (4): sunxi: A64: Update .dts/.dtsi files sunxi: A64: Re-add syscon to DT node sunxi: H3/H5: Update .dts files sunxi: A64: Add Pine64-LTS board arch/arm/dts/sun50i-a64-amarula-relic.dts | 168 +++++++++++++- arch/arm/dts/sun50i-a64-bananapi-m64.dts | 34 ++- arch/arm/dts/sun50i-a64-nanopi-a64.dts | 89 +++++++- arch/arm/dts/sun50i-a64-olinuxino.dts | 103 ++++++++- arch/arm/dts/sun50i-a64-orangepi-win.dts | 179 ++++++++++++++- arch/arm/dts/sun50i-a64-pine64-lts.dts | 13 ++ arch/arm/dts/sun50i-a64-pine64.dts | 32 ++- arch/arm/dts/sun50i-a64-sopine-baseboard.dts | 32 ++- arch/arm/dts/sun50i-a64-sopine.dtsi | 15 ++ arch/arm/dts/sun50i-a64.dtsi | 312 ++++++++++++++++++++++++-- arch/arm/dts/sun50i-h5-orangepi-pc2.dts | 12 + arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts | 2 - arch/arm/dts/sun8i-h3.dtsi | 31 +++ arch/arm/dts/sunxi-h3-h5.dtsi | 2 - configs/pine64-lts_defconfig | 19 ++ 15 files changed, 995 insertions(+), 48 deletions(-) create mode 100644 arch/arm/dts/sun50i-a64-pine64-lts.dts create mode 100644 configs/pine64-lts_defconfig -- 2.14.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot