
Hi,
the main purpose of this series is to update the Allwinner devicetree files to the latest versions from the Linux kernel repository. Compared to the v1 post, this uses the officially released 6.4-rc2 tree instead of just linux-next, which adds the dma-names order changes that were missing the last time. In the wake of that this adds the defconfig for a new Allwinner F1C200s board, also serving as a blueprint for other F1C200s boards.
Please have a look!
Cheers, Andre
Andre Przywara (2): sunxi: dts: arm/arm64: update devicetree files from Linux-v6.4-rc2 sunxi: defconfig: Add Lctech Pi F1C200s board
arch/arm/dts/axp22x.dtsi | 6 ++ arch/arm/dts/axp809.dtsi | 7 ++ arch/arm/dts/axp81x.dtsi | 14 ---- arch/arm/dts/sun50i-a64.dtsi | 1 + arch/arm/dts/sun50i-h5-orangepi-pc2.dts | 1 + arch/arm/dts/sun5i-gr8-chip-pro.dts | 2 +- arch/arm/dts/sun5i-r8-chip.dts | 2 +- arch/arm/dts/sun6i-a31.dtsi | 12 +-- arch/arm/dts/sun6i-a31s-sina31s.dts | 2 +- arch/arm/dts/sun8i-a23-a33.dtsi | 10 +-- arch/arm/dts/sun8i-a33.dtsi | 1 + arch/arm/dts/sun8i-a83t-bananapi-m3.dts | 15 ++++ arch/arm/dts/sun8i-h3-beelink-x2.dts | 2 +- arch/arm/dts/sun8i-h3-nanopi-duo2.dts | 2 +- arch/arm/dts/sun8i-v3s.dtsi | 6 +- arch/arm/dts/suniv-f1c100s-licheepi-nano.dts | 16 ++++ arch/arm/dts/suniv-f1c100s.dtsi | 32 ++++++++ arch/arm/dts/suniv-f1c200s-lctech-pi.dts | 76 ++++++++++++++++++ arch/arm/dts/suniv-f1c200s-popstick-v1.1.dts | 81 ++++++++++++++++++++ arch/arm/dts/sunxi-h3-h5.dtsi | 8 +- configs/lctech_pi_f1c200s_defconfig | 11 +++ 21 files changed, 270 insertions(+), 37 deletions(-) create mode 100644 arch/arm/dts/suniv-f1c200s-lctech-pi.dts create mode 100644 arch/arm/dts/suniv-f1c200s-popstick-v1.1.dts create mode 100644 configs/lctech_pi_f1c200s_defconfig