summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/amd
Commit message (Collapse)AuthorAgeFilesLines
* arm64: dts: amd: Fix-up for ccn504 and kcs nodesSuravee Suthikulpanit2016-02-241-2/+1
| | | | | | | | | | | | 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 support for AMD/Linaro 96Boards Enterprise Edition Server boardSuravee Suthikulpanit2016-02-082-1/+85
| | | | | | | | | Add device tree file for AMD/Linaro 96Boards Enterprise Edition Server (Husky) Board. This is based on the AMD Seattle Rev.B0 system Signed-off-by: Leo Duran <leo.duran@amd.com> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Add support for new AMD Overdrive boardsSuravee Suthikulpanit2016-02-083-1/+180
| | | | | | | | | Add device tree files for AMD Overdrive boards which comes with AMD Seattle Revision B0 and B1 SOCs. 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: Add AMD XGBE device tree fileTom Lendacky2016-02-081-0/+117
| | | | | | | Add AMD XGBE device tree file, which is available in AMD Seattle RevB. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* dtb: amd: Add KCS device tree nodeBrijesh Singh2016-02-081-0/+11
| | | | | | | | | 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-081-0/+7
| | | | | | | 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-081-4/+45
| | | | | | | 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-081-1/+11
| | | | | | | | 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-081-1/+9
| | | | | | | | 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-081-2/+0
| | | | | | | 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-081-3/+7
| | | | | | | 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-081-2/+2
| | | | | | | | | 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: dts: Drop linux,pci-probe-only from the Seattle DTSMarc Zyngier2015-09-171-1/+0
| | | | | | | | | | | | | The linux,pci-probe-only property mandates an argument to indicate whether or not to engage the "probe-only" mode, but the Seattle DTS just provides a naked property, which is illegal. Also, it turns out that the board is perfectly happy without probe-only, so let's drop this altogether. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
* arm64: amd-seattle: Fix PCI bus range due to SMMU limitationSuravee Suthikulpanit2014-12-041-1/+1
| | | | | | | | | 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-284-0/+297
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>