All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] arm64: meson: bunch of DT fixes
@ 2023-01-24 10:34 ` Neil Armstrong
  0 siblings, 0 replies; 48+ messages in thread
From: Neil Armstrong @ 2023-01-24 10:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl
  Cc: devicetree, linux-arm-kernel, linux-amlogic, linux-kernel,
	Neil Armstrong

This is a bunch of fixes against the current applied and reviewed bindings.

It takes in account the following bindings conversions:
[1] https://lore.kernel.org/r/20221117-b4-amlogic-bindings-convert-v3-0-e28dd31e3bed@linaro.org
[2] https://lore.kernel.org/r/20230124091602.44027-1-krzysztof.kozlowski@linaro.org

Remaining fixes will require a complete TXT to dt-schema transition.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (14):
      arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name
      arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name
      arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible
      arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB controller node
      arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names property
      arm64: dts: amlogic: meson-gx: add missing unit address to rng node name
      arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc node name
      arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node name
      arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name
      arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
      arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names
      arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
      arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
      arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 pmic properties

 arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi     | 4 ++--
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                         | 4 ++--
 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts         | 2 +-
 arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi             | 2 +-
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                          | 4 ++--
 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts                 | 2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts         | 2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts          | 1 -
 arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts | 2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                         | 2 +-
 arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts              | 4 ++--
 11 files changed, 14 insertions(+), 15 deletions(-)
---
base-commit: d72a45a4d6ec431c761231e3d8846550a6fc8303
change-id: 20230124-b4-amlogic-bindings-fixups-3ca33f937e67

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

end of thread, other threads:[~2023-01-26  8:40 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 10:34 [PATCH 00/14] arm64: meson: bunch of DT fixes Neil Armstrong
2023-01-24 10:34 ` Neil Armstrong
2023-01-24 10:34 ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 01/14] arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 02/14] arm64: dts: amlogic: meson-axg: " Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 03/14] arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 04/14] arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB controller node Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 05/14] arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names property Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 06/14] arm64: dts: amlogic: meson-gx: add missing unit address to rng node name Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 07/14] arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc " Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 08/14] arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: " Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 09/14] arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux " Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 10/14] arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 11/14] arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 12/14] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 13/14] arm64: dts: amlogic: meson-gxbb-kii-pro: " Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34 ` [PATCH 14/14] arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 pmic properties Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-24 10:34   ` Neil Armstrong
2023-01-26  8:33 ` [PATCH 00/14] arm64: meson: bunch of DT fixes Neil Armstrong
2023-01-26  8:33   ` Neil Armstrong
2023-01-26  8:33   ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.