mbox series

[00/14] arm64: meson: bunch of DT fixes

Message ID 20230124-b4-amlogic-bindings-fixups-v1-0-44351528957e@linaro.org (mailing list archive)
Headers show
Series arm64: meson: bunch of DT fixes | expand

Message

Neil Armstrong Jan. 24, 2023, 10:34 a.m. UTC
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,

Comments

Neil Armstrong Jan. 26, 2023, 8:33 a.m. UTC | #1
Hi,

On Tue, 24 Jan 2023 11:34:21 +0100, Neil Armstrong wrote:
> 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.
> 
> [...]

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.3/arm64-dt)

[01/14] arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name
        https://git.kernel.org/amlogic/c/127f79212b07c5d9a6657a87e3eafdd889335814
[02/14] arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name
        https://git.kernel.org/amlogic/c/5b7069d72f03c92a0ab919725017394ebce03a81
[03/14] arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible
        https://git.kernel.org/amlogic/c/2ff650051493d5bdb6dd09d4c2850bb37db6be31
[04/14] arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB controller node
        https://git.kernel.org/amlogic/c/a69cb1042cea840bc7b60fea1c26a6b259e68bf2
[05/14] arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names property
        https://git.kernel.org/amlogic/c/e3bd275ccbacf5eb18eaa311cea39f8bf8655feb
[06/14] arm64: dts: amlogic: meson-gx: add missing unit address to rng node name
        https://git.kernel.org/amlogic/c/61ff70708b98a85516eccb3755084ac97b42cf48
[07/14] arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc node name
        https://git.kernel.org/amlogic/c/11172a97c092eaeb0a65c6434df0fc73f886a495
[08/14] arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node name
        https://git.kernel.org/amlogic/c/956f52025c5dd92c80c12e31c99c854086a6fc55
[09/14] arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name
        https://git.kernel.org/amlogic/c/d19189f70ba596798ea49166d2d1ef36a8df5289
[10/14] arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
        https://git.kernel.org/amlogic/c/6bb506ed36968207a8832f0143ebc127f0770eef
[11/14] arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names
        https://git.kernel.org/amlogic/c/d519a73332b6c3d14e15f8fd20d7c6f29ed13d41
[12/14] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
        https://git.kernel.org/amlogic/c/eee64d8fbbdaab72bbab3e462f3a7b742d20c8c2
[13/14] arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
        https://git.kernel.org/amlogic/c/afdef3b188c934f79ad4b0a7bd8c692742f9b5af
[14/14] arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 pmic properties
        https://git.kernel.org/amlogic/c/ce9999722656f2433af9029571bc2b99448dda74

These changes has been applied on the intermediate git tree [1].

The v6.3/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.

In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].

The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.

If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git