Bring the DT descriptions for AMD Seattle up to date: - upgrade the existing SMMU descriptions to the new binding, and add the missing descriptions of the PCIe and SATA SMMUs - fix the description of the PCIe legacy interrupt routing - remove the obsolete A0 Overdrive and Husky Changes since v1: - add missing dma-coherent properties to xgbe SMMU nodes - add patch to disable GPIO and IPMI blocks on B0 silicon - add patch to include DT descriptions of the CPU and cache topologies Cc: Brijesh Singh <brijeshkumar.singh@xxxxxxx> Cc: Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx> Cc: Tom Lendacky <thomas.lendacky@xxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Ard Biesheuvel (8): dt: amd-seattle: remove Husky platform dt: amd-seattle: remove Overdrive revision A0 support dt: amd-seattle: upgrade AMD Seattle XGBE to new SMMU binding dt: amd-seattle: fix PCIe legacy interrupt routing dt: amd-seattle: add a description of the PCIe SMMU dt: amd-seattle: add description of the SATA/CCP SMMUs dt: amd-seattle: disable IPMI controller and some GPIO blocks on B0 dt: amd-seattle: add a description of the CPUs and caches arch/arm64/boot/dts/amd/Makefile | 4 +- .../boot/dts/amd/amd-overdrive-rev-b0.dts | 17 +- .../boot/dts/amd/amd-overdrive-rev-b1.dts | 6 + arch/arm64/boot/dts/amd/amd-overdrive.dts | 66 ------ arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi | 224 ++++++++++++++++++ arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 66 ++++-- .../boot/dts/amd/amd-seattle-xgbe-b.dtsi | 18 +- arch/arm64/boot/dts/amd/husky.dts | 84 ------- 8 files changed, 290 insertions(+), 195 deletions(-) delete mode 100644 arch/arm64/boot/dts/amd/amd-overdrive.dts create mode 100644 arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi delete mode 100644 arch/arm64/boot/dts/amd/husky.dts -- 2.17.1