summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-03-30 06:34:45 +0300
committerJoel Stanley <joel@jms.id.au>2017-03-31 02:10:50 +0300
commitf0cfd985668b1db2849f7d8d8596349fecddec10 (patch)
treee1832180763e2db6b1877bec351dabe806618756
parent76fb8c4c7baba581287a1e779fcec853e2666a6c (diff)
downloadlinux-f0cfd985668b1db2849f7d8d8596349fecddec10.tar.xz
ARM: dts: aspeed: Modernise Garrison dts
The Garrison system is somewhat abandoned, with no one working on keeping it up to date. This uses Palmetto as a template to bring it up to speed. Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts18
1 files changed, 11 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts b/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
index d4bb77de9df1..3921bb3d2012 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
@@ -13,7 +13,7 @@
chosen {
stdout-path = &uart5;
- bootargs = "console=ttyS4,115200";
+ bootargs = "console=ttyS4,115200 earlyprintk";
};
memory {
@@ -33,31 +33,31 @@
ahb {
- fmc@1e620000 {
+ bmc_pnor: fmc@1e620000 {
reg = < 0x1e620000 0x94
0x20000000 0x02000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2400-fmc";
-
+ aspeed,fmc-has-dma;
+ interrupts = <19>;
flash@0 {
reg = < 0 >;
compatible = "jedec,spi-nor" ;
#include "aspeed-bmc-opp-flash-layout.dtsi"
};
};
- spi@1e630000 {
+
+ host_pnor: spi@1e630000 {
reg = < 0x1e630000 0x18
0x30000000 0x02000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2400-smc";
- flash@0 {
+ flash {
reg = < 0 >;
compatible = "jedec,spi-nor" ;
label = "pnor";
- /* spi-max-frequency = <>; */
- /* m25p,fast-read; */
};
};
@@ -112,3 +112,7 @@
&i2c13 {
status = "okay";
};
+
+&vuart {
+ status = "okay";
+};