devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] ARM: dts: amlogic: first easy dtbs fixes
@ 2024-09-16  8:08 Neil Armstrong
  2024-09-16  8:08 ` [PATCH v2 01/11] ARM: dts: amlogic: meson6: fix clk81 node name Neil Armstrong
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Neil Armstrong @ 2024-09-16  8:08 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Kevin Hilman,
	Jerome Brunet, Martin Blumenstingl
  Cc: devicetree, linux-arm-kernel, linux-amlogic, linux-kernel,
	Neil Armstrong

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@linaro.org/
- https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-meson-pinctrl-gpio-line-names-v1-1-4345ba336ea4@linaro.org/
- https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson-mx-sdio-v1-1-b7bfae886211@linaro.org/
- https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-amlogic-hhi-sysctrl-v1-1-b8c3180b2fba@linaro.org/
- https://lore.kernel.org/all/20240911-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson8-clkc-v1-1-e0b8623c090d@linaro.org/

With all those changes, we finally get fully documented ARM32 Amlogic DT !

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
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@linaro.org

---
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@linaro.org>


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-09-30  7:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16  8:08 [PATCH v2 00/11] ARM: dts: amlogic: first easy dtbs fixes Neil Armstrong
2024-09-16  8:08 ` [PATCH v2 01/11] ARM: dts: amlogic: meson6: fix clk81 node name Neil Armstrong
2024-09-25 17:40   ` Martin Blumenstingl
2024-09-16  8:08 ` [PATCH v2 02/11] ARM: dts: amlogic: meson8: fix soc thermal-zone " Neil Armstrong
2024-09-16  8:08 ` [PATCH v2 03/11] ARM: dts: amlogic: meson8: fix ao_arc_sram " Neil Armstrong
2024-09-16  8:08 ` [PATCH v2 04/11] ARM: dts: amlogic: meson6: remove support for ATV1200 board Neil Armstrong
2024-09-25 17:40   ` Martin Blumenstingl
2024-09-16  8:08 ` [PATCH v2 05/11] ARM: dts: amlogic: meson8b-odroidc1: fix invalid reset-gpio Neil Armstrong
2024-09-16  8:08 ` [PATCH v2 06/11] ARM: dts: amlogic: fix /memory node name Neil Armstrong
2024-09-29 20:15   ` Martin Blumenstingl
2024-09-16  8:08 ` [PATCH v2 07/11] ARM: dts: amlogic: meson8: use correct pinctrl bank " Neil Armstrong
2024-09-16  8:08 ` [PATCH v2 08/11] ARM: dts: amlogic: add missing phy-mode in ethmac node Neil Armstrong
2024-09-25 17:39   ` Martin Blumenstingl
2024-09-16  8:08 ` [PATCH v2 09/11] ARM: dts: amlogic: meson8-minix-neo-x8: fix invalid pnictrl-names Neil Armstrong
2024-09-25 17:39   ` Martin Blumenstingl
2024-09-16  8:08 ` [PATCH v2 10/11] ARM: dts: amlogic: meson8b-ec100: add missing clocks property in sound card Neil Armstrong
2024-09-25 17:39   ` Martin Blumenstingl
2024-09-16  8:08 ` [PATCH v2 11/11] ARM: dts: amlogic: meson8b-ec100: add missing gpio-line-names entry Neil Armstrong
2024-09-25 17:34   ` Martin Blumenstingl
2024-09-30  7:33 ` [PATCH v2 00/11] ARM: dts: amlogic: first easy dtbs fixes Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).