mbox series

[v2,00/14] Fixing some dtbscheck warnings

Message ID 20241008203940.2573684-1-heiko@sntech.de (mailing list archive)
Headers show
Series Fixing some dtbscheck warnings | expand

Message

Heiko Stübner Oct. 8, 2024, 8:39 p.m. UTC
Fixing dtbs-check warnings should be declared addictive, one starts
with one warning, then another one and then it's oh, I'll just fix
this "last" one over and over ;-)

We still have more, if others want to play too :-D .

changes in v2:
- more fixes
- use more appropriate txco clk for brcm bluetooth

Heiko Stuebner (14):
  arm64: dts: rockchip: fix i2c2 pinctrl-names property on
    anbernic-rg353p/v
  arm64: dts: rockchip: Drop regulator-init-microvolt from two boards
  arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
  arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards
  arm64: dts: rockchip: Remove undocumented supports-emmc property
  arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma
    boards
  arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
  arm64: dts: rockchip: remove num-slots property from
    rk3328-nanopi-r2s-plus
  arm64: dts: rockchip: Remove 'enable-active-low' from two boards
  arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
  ARM: dts: rockchip: fix rk3036 acodec node
  ARM: dts: rockchip: drop grf reference from rk3036 hdmi
  ARM: dts: rockchip: Fix the spi controller on rk3036
  ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin

 arch/arm/boot/dts/rockchip/rk3036-kylin.dts        |  4 ++--
 arch/arm/boot/dts/rockchip/rk3036.dtsi             | 14 +++++++-------
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi    |  2 --
 arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts     |  4 ++--
 .../boot/dts/rockchip/rk3328-nanopi-r2s-plus.dts   |  2 --
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      |  1 -
 .../boot/dts/rockchip/rk3399-pinephone-pro.dts     |  2 --
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  1 -
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi   |  2 +-
 .../boot/dts/rockchip/rk3566-anbernic-rg353p.dts   |  2 +-
 .../boot/dts/rockchip/rk3566-anbernic-rg353v.dts   |  2 +-
 arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts   |  6 +++---
 arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts |  1 -
 arch/arm64/boot/dts/rockchip/rk3568-lubancat-2.dts |  1 -
 arch/arm64/boot/dts/rockchip/rk3568-roc-pc.dts     |  3 ---
 .../rk3568-wolfvision-pf5-io-expander.dtso         |  1 -
 .../arm64/boot/dts/rockchip/rk3588-toybrick-x0.dts |  1 -
 .../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts |  1 -
 18 files changed, 17 insertions(+), 33 deletions(-)

Comments

Heiko Stübner Oct. 10, 2024, 8:27 p.m. UTC | #1
On Tue, 8 Oct 2024 22:39:26 +0200, Heiko Stuebner wrote:
> Fixing dtbs-check warnings should be declared addictive, one starts
> with one warning, then another one and then it's oh, I'll just fix
> this "last" one over and over ;-)
> 
> We still have more, if others want to play too :-D .
> 
> changes in v2:
> - more fixes
> - use more appropriate txco clk for brcm bluetooth
> 
> [...]

Applied, thanks!

[01/14] arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
        commit: f94b934336e30cebae75d4fbe04a2109a3c8fdec
[02/14] arm64: dts: rockchip: Drop regulator-init-microvolt from two boards
        commit: 98c3f4a2d61a29a53244ce45e50655140bd47afb
[03/14] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
        commit: 2fa98dcc8d3ea2ebbd9e6be778f8bb19231c28be
[04/14] arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards
        commit: ea74528aaea5a1dfc8e3de09ef2af37530eca526
[05/14] arm64: dts: rockchip: Remove undocumented supports-emmc property
        commit: 1b670212ee3dd9d14c6d39a042dfe4ae79b49b4e
[06/14] arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma boards
        commit: 5ed96580568c4f79a0aff11a67f10b3e9229ba86

        I've limited the commit to only lion now. Both Puma and Ringneck
        loose their #cooling-cells property in the i2c-mux-conversion for
        6.13 already and the undocumented property is in the boards so
        long already, that it didn't make sense to cause extra merge
        conflicts for this.

[07/14] arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
        commit: 3a53a7187f41ec3db12cf4c2cb0db4ba87c2f3a1
[08/14] arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus
        commit: b1f8d3b81d9289e171141a7120093ddefe7bd2f4
[09/14] arm64: dts: rockchip: Remove 'enable-active-low' from two boards
        commit: f4d29bebaa6118c1e51e8f1c21ce2b34f43e1479
[10/14] arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
        commit: 8fb9f4ee733c50cc9b6dce2313d1948d6229e804
[11/14] ARM: dts: rockchip: fix rk3036 acodec node
        commit: d015181e18070dc53c2dfdcfaa7441567cc990f1
[12/14] ARM: dts: rockchip: drop grf reference from rk3036 hdmi
        commit: a30ef8fa0e6d70fcf7e933a876a05bc9ca101472
[13/14] ARM: dts: rockchip: Fix the spi controller on rk3036
        commit: 34387c259d42c7e62aa046ffb982c710c8971418
[14/14] ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
        commit: 9f03220ac5717d19d71ae21c9020e4dd56f1efa7

Best regards,