mbox series

[0/8] ARM64 MediaTek devicetree fixes - Part 1

Message ID 20221013152212.416661-1-angelogioacchino.delregno@collabora.com (mailing list archive)
Headers show
Series ARM64 MediaTek devicetree fixes - Part 1 | expand

Message

AngeloGioacchino Del Regno Oct. 13, 2022, 3:22 p.m. UTC
This series fixes devicetree warnings for some MediaTek DTs.

Since there's a lot to be done and since not all fixes are trivial,
I decided to do this in more than one step, as to ease work for
reviewers, maintainers and for .. me.
This being part 1 means that there's more to come... a bit later :-)

AngeloGioacchino Del Regno (8):
  arm64: dts: mt7896a: Fix unit_address_vs_reg warning for oscillator
  arm64: dts: mt6779: Fix devicetree build warnings
  arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
  arm64: dts: mt2712e: Fix unit address for pinctrl node
  arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
  arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
  arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
  arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name

 arch/arm64/boot/dts/mediatek/mt2712-evb.dts   | 12 +++++-----
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi     | 22 +++++++++----------
 arch/arm64/boot/dts/mediatek/mt6779.dtsi      |  8 +++----
 arch/arm64/boot/dts/mediatek/mt6797.dtsi      |  2 +-
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi     |  2 +-
 .../boot/dts/mediatek/pumpkin-common.dtsi     |  6 ++---
 6 files changed, 26 insertions(+), 26 deletions(-)

Comments

Matthias Brugger Nov. 21, 2022, 12:03 p.m. UTC | #1
On 13/10/2022 17:22, AngeloGioacchino Del Regno wrote:
> This series fixes devicetree warnings for some MediaTek DTs.
> 
> Since there's a lot to be done and since not all fixes are trivial,
> I decided to do this in more than one step, as to ease work for
> reviewers, maintainers and for .. me.
> This being part 1 means that there's more to come... a bit later :-)
> 
> AngeloGioacchino Del Regno (8):
>    arm64: dts: mt7896a: Fix unit_address_vs_reg warning for oscillator
>    arm64: dts: mt6779: Fix devicetree build warnings
>    arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
>    arm64: dts: mt2712e: Fix unit address for pinctrl node
>    arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
>    arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
>    arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
>    arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
> 

Whole series applied, thanks!


>   arch/arm64/boot/dts/mediatek/mt2712-evb.dts   | 12 +++++-----
>   arch/arm64/boot/dts/mediatek/mt2712e.dtsi     | 22 +++++++++----------
>   arch/arm64/boot/dts/mediatek/mt6779.dtsi      |  8 +++----
>   arch/arm64/boot/dts/mediatek/mt6797.dtsi      |  2 +-
>   arch/arm64/boot/dts/mediatek/mt7986a.dtsi     |  2 +-
>   .../boot/dts/mediatek/pumpkin-common.dtsi     |  6 ++---
>   6 files changed, 26 insertions(+), 26 deletions(-)
>