On Mon, 25 Nov 2019 at 23:51, Ard Biesheuvel <ardb@xxxxxxxxxx> wrote: > > 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 > > Ard Biesheuvel (6): > 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 > I'll need to respin this - please disregard for now. > arch/arm64/boot/dts/amd/Makefile | 4 +- > .../boot/dts/amd/amd-overdrive-rev-b0.dts | 4 + > .../boot/dts/amd/amd-overdrive-rev-b1.dts | 5 ++ > arch/arm64/boot/dts/amd/amd-overdrive.dts | 66 --------------- > arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 53 ++++++++++-- > .../boot/dts/amd/amd-seattle-xgbe-b.dtsi | 16 +--- > arch/arm64/boot/dts/amd/husky.dts | 84 ------------------- > 7 files changed, 61 insertions(+), 171 deletions(-) > delete mode 100644 arch/arm64/boot/dts/amd/amd-overdrive.dts > delete mode 100644 arch/arm64/boot/dts/amd/husky.dts > > -- > 2.17.1 >