Skip to content

Commit 87c5947

Browse files
committed
ARM: dts: aspeed: tacoma: Remove duplicate flash nodes
This is a revert of "ARM: dts: aspeed: tacoma: Enable FMC and SPI devices" which was already applied as part of "ARM: dts: aspeed: Add Tacoma machine". Fixes: 8737481 ("ARM: dts: aspeed: tacoma: Enable FMC and SPI devices") Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
1 parent 265ae45 commit 87c5947

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -122,37 +122,6 @@
122122
};
123123
};
124124

125-
&fmc {
126-
status = "okay";
127-
flash@0 {
128-
status = "okay";
129-
m25p,fast-read;
130-
label = "bmc";
131-
spi-max-frequency = <50000000>;
132-
#include "openbmc-flash-layout-128.dtsi"
133-
};
134-
135-
flash@1 {
136-
status = "okay";
137-
m25p,fast-read;
138-
label = "alt-bmc";
139-
spi-max-frequency = <50000000>;
140-
};
141-
};
142-
143-
&spi1 {
144-
status = "okay";
145-
pinctrl-names = "default";
146-
pinctrl-0 = <&pinctrl_spi1_default>;
147-
148-
flash@0 {
149-
status = "okay";
150-
m25p,fast-read;
151-
label = "pnor";
152-
spi-max-frequency = <100000000>;
153-
};
154-
};
155-
156125
&mac2 {
157126
status = "okay";
158127
pinctrl-names = "default";

0 commit comments

Comments
 (0)