aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
Commit message (Collapse)AuthorAge
* arm64: dts: amd: Fix-up for ccn504 and kcs nodesSuravee Suthikulpanit2016-02-24
| | | | | | | | | | | | This is a fix-up patch based on the review comment from Arnd regarding: * fix ccn504 address in the node name * remove kcs interrupt-name Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Add KCS device tree nodeBrijesh Singh2016-02-08
| | | | | | | | | Add KCS device node to support IPMI solution on Overdrive system. Signed-off-by: Brijesh Singh <brijeshkumar.singh@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Add PERF CCN-504 device tree nodeSuravee Suthikulpanit2016-02-08
| | | | | | | Add PERF CCN-504 device tree node. Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Misc changes for GPIO devicesSuravee Suthikulpanit2016-02-08
| | | | | | | Add new GPIO device nodes and fix clock on gpio0. Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Misc changes for SATA device tree nodesSuravee Suthikulpanit2016-02-08
| | | | | | | | Add new SATA1 device node, and fix the register range size of SATA0. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Misc changes for I2C device nodesSuravee Suthikulpanit2016-02-08
| | | | | | | | Add new i2c1 device node, and fix the incorrect clock frequency. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Fix typo in SPI device nodesSuravee Suthikulpanit2016-02-08
| | | | | | | Remove invalid entry in the SPI device nodes. Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Fix DMA ranges in device treeSuravee Suthikulpanit2016-02-08
| | | | | | | Fix DMA ranges of smb0 and pcie0 nodes in AMD Seattle SOC. Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Fix GICv2 hypervisor and virtual interface sizesBrijesh Singh2016-02-08
| | | | | | | | | This patch fixes incorrect sizes of the GICv2 device tree node. This has triggered error message when booting Xen hypervisor. Signed-off-by: Brijesh Singh <brijeshkumar.singh@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* arm64: amd-seattle: Fix PCI bus range due to SMMU limitationSuravee Suthikulpanit2014-12-04
| | | | | | | | | Since PCIe is using SMMUv1 which only supports 15-bit stream ID, only 7-bit PCI bus id is used to specify stream ID. Therefore, we only limit the PCI bus range to 0x7f. Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* arm64: amd-seattle: Adding device tree for AMD Seattle platformSuravee Suthikulpanit2014-11-28
Initial revision of device tree for AMD Seattle Development platform. Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Signed-off-by: Thomas Lendacky <Thomas.Lendacky@amd.com> Signed-off-by: Joel Schopp <Joel.Schopp@amd.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>