This is the easy fixes to start and fully document the ARM Amlogic Device Trees, remaining work includes: - amlogic,meson-hhi-sysctrl: https://git.codelinaro.org/neil.armstrong/linux/-/commit/1be8f8c67e5b83fa4069ccbcfa80d0614f668a65 - pinctrl: Unevaluated properties are not allowed ('reg', 'reg' were unexpected) https://git.codelinaro.org/neil.armstrong/linux/-/commit/8b408ad0781b4eb28a86aa04be136bc04ef73f0c https://git.codelinaro.org/neil.armstrong/linux/-/commit/b6e9df5a7a642ee757e3aa0c84236338151d9f6d This depends on the submitted bindings patch to fix more checks: - https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-covert-realtek-rt5640-v1-1-6b3745e34540@xxxxxxxxxx/ - https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-meson-pinctrl-gpio-line-names-v1-1-4345ba336ea4@xxxxxxxxxx/ - https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson-mx-sdio-v1-1-b7bfae886211@xxxxxxxxxx/ - https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-amlogic-hhi-sysctrl-v1-1-b8c3180b2fba@xxxxxxxxxx/ - https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson8-clkc-v1-1-e0b8623c090d@xxxxxxxxxx/ With all those changes, we finally get fully documented ARM32 Amlogic DT ! Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> --- Changes in v2: - Collected reviews from Martin - Fixed /memory node name fix - Removed meson6 DT instead of fixing - Added a few more patches to fix all DT checks errors - Link to v1: https://lore.kernel.org/r/20240911-topic-amlogic-arm32-upstream-bindings-fixes-v1-0-feaabb45916b@xxxxxxxxxx --- Neil Armstrong (11): ARM: dts: amlogic: meson6: fix clk81 node name ARM: dts: amlogic: meson8: fix soc thermal-zone node name ARM: dts: amlogic: meson8: fix ao_arc_sram node name ARM: dts: amlogic: meson6: remove support for ATV1200 board ARM: dts: amlogic: meson8b-odroidc1: fix invalid reset-gpio ARM: dts: amlogic: fix /memory node name ARM: dts: amlogic: meson8: use correct pinctrl bank node name ARM: dts: amlogic: add missing phy-mode in ethmac node ARM: dts: amlogic: meson8-minix-neo-x8: fix invalid pnictrl-names ARM: dts: amlogic: meson8b-ec100: add missing clocks property in sound card ARM: dts: amlogic: meson8b-ec100: add missing gpio-line-names entry arch/arm/boot/dts/amlogic/Makefile | 2 - arch/arm/boot/dts/amlogic/meson6-atv1200.dts | 33 ---------- arch/arm/boot/dts/amlogic/meson6.dtsi | 73 ----------------------- arch/arm/boot/dts/amlogic/meson8-minix-neo-x8.dts | 5 +- arch/arm/boot/dts/amlogic/meson8.dtsi | 8 +-- arch/arm/boot/dts/amlogic/meson8b-ec100.dts | 8 ++- arch/arm/boot/dts/amlogic/meson8b-mxq.dts | 2 +- arch/arm/boot/dts/amlogic/meson8b-odroidc1.dts | 4 +- arch/arm/boot/dts/amlogic/meson8b.dtsi | 8 +-- arch/arm/boot/dts/amlogic/meson8m2-mxiii-plus.dts | 2 +- 10 files changed, 21 insertions(+), 124 deletions(-) --- base-commit: 292f97a2f8ac6b645ccd7766a06310351b9d9fdc change-id: 20240911-topic-amlogic-arm32-upstream-bindings-fixes-69d624b8bccd Best regards, -- Neil Armstrong <neil.armstrong@xxxxxxxxxx>