diff options
author | Supreeth Venkatesh <supreeth.venkatesh@amd.com> | 2020-07-24 21:28:18 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-07-28 01:32:14 +0200 |
commit | 8596ed1502ee2aed39910e58cb2622e98dd433a2 (patch) | |
tree | 709ff63822810f3006e4575bc676d977eeb5cac5 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: rainier: Describe GPIO mux on I2C3 (diff) | |
download | linux-8596ed1502ee2aed39910e58cb2622e98dd433a2.tar.xz linux-8596ed1502ee2aed39910e58cb2622e98dd433a2.zip |
ARM: dts: aspeed: Initial device tree for AMD EthanolX
Initial introduction of AMD EthanolX platform equipped with an
Aspeed ast2500 BMC manufactured by AMD.
AMD EthanolX platform is an AMD customer reference board with an
Aspeed ast2500 BMC manufactured by AMD.
This adds AMD EthanolX device tree file including the flash layout
used by EthanolX BMC machines.
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index e6a1cac0bfc7..77f1c95c4e1c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1346,6 +1346,7 @@ dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb dtb-$(CONFIG_ARCH_ASPEED) += \ aspeed-ast2500-evb.dtb \ aspeed-ast2600-evb.dtb \ + aspeed-bmc-amd-ethanolx.dtb \ aspeed-bmc-arm-centriq2400-rep.dtb \ aspeed-bmc-arm-stardragon4800-rep2.dtb \ aspeed-bmc-facebook-cmm.dtb \ |