mbox series

[0/6] marvell: DT root compatible fixes

Message ID 20250131-dt-marvell-fixes-v1-0-55f9f6acd4b1@kernel.org (mailing list archive)
Headers show
Series marvell: DT root compatible fixes | expand

Message

Rob Herring (Arm) Jan. 31, 2025, 9:08 p.m. UTC
This series adds some missing root node compatibles and fixes some 
errors in dts files for the root node compatibles.

Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
---
Rob Herring (Arm) (6):
      dt-bindings: marvell: armada-37xx: Add glinet,gl-mv1000 compatible
      dt-bindings: marvell: armada-7k-8k: Move Armada 8KPlus to schema
      dt-bindings: marvell: armada-7k-8k: Add missing 7040 and 8040 board compatibles
      arm64: dts: marvell: Drop incomplete root compatible/model properties
      arm64: dts: marvell: Fix missing/incorrect "marvell,armada3710" compatible
      arm64: dts: marvell: Add missing board compatible for IEI-Puzzle-M801

 .../bindings/arm/marvell/armada-37xx.yaml          |  1 +
 .../bindings/arm/marvell/armada-7k-8k.yaml         | 25 ++++++++++++++++++++++
 .../devicetree/bindings/arm/marvell/armada-8kp.txt | 15 -------------
 arch/arm64/boot/dts/marvell/armada-371x.dtsi       | 17 ---------------
 arch/arm64/boot/dts/marvell/armada-3720-db.dts     |  2 +-
 .../dts/marvell/armada-3720-espressobin-emmc.dts   |  2 +-
 .../dts/marvell/armada-3720-espressobin-ultra.dts  |  2 +-
 .../marvell/armada-3720-espressobin-v7-emmc.dts    |  2 +-
 .../dts/marvell/armada-3720-espressobin-v7.dts     |  2 +-
 .../boot/dts/marvell/armada-3720-espressobin.dts   |  2 +-
 .../boot/dts/marvell/armada-3720-gl-mv1000.dts     |  2 +-
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |  2 +-
 arch/arm64/boot/dts/marvell/armada-372x.dtsi       |  3 ---
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  2 --
 arch/arm64/boot/dts/marvell/armada-7020.dtsi       |  6 ------
 arch/arm64/boot/dts/marvell/armada-7040.dtsi       |  6 ------
 arch/arm64/boot/dts/marvell/armada-8020.dtsi       |  6 ------
 .../boot/dts/marvell/armada-8040-puzzle-m801.dts   |  2 +-
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       |  6 ------
 arch/arm64/boot/dts/marvell/armada-8080.dtsi       |  6 ------
 arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi |  3 ---
 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi |  3 ---
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      |  5 -----
 arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi |  3 ---
 arch/arm64/boot/dts/marvell/armada-ap807.dtsi      |  5 -----
 .../dts/marvell/armada-ap810-ap0-octa-core.dtsi    |  1 -
 arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi  |  2 --
 arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi     |  3 ---
 28 files changed, 35 insertions(+), 101 deletions(-)
---
base-commit: 69b8923f5003664e3ffef102e73333edfa2abdcf
change-id: 20250131-dt-marvell-fixes-1ac4300540e1

Best regards,

Comments

Conor Dooley Feb. 4, 2025, 7:46 p.m. UTC | #1
On Fri, Jan 31, 2025 at 03:08:24PM -0600, Rob Herring (Arm) wrote:
> This series adds some missing root node compatibles and fixes some 
> errors in dts files for the root node compatibles.
> 
> Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Gregory CLEMENT Feb. 12, 2025, 10:50 a.m. UTC | #2
Conor Dooley <conor@kernel.org> writes:

> On Fri, Jan 31, 2025 at 03:08:24PM -0600, Rob Herring (Arm) wrote:
>> This series adds some missing root node compatibles and fixes some 
>> errors in dts files for the root node compatibles.
>> 
>> Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Applied on mvebu/dt64

Thanks,

Gregory