Skip to content

Commit

Permalink
ARM: dts: aspeed: update spi controller bindings
Browse files Browse the repository at this point in the history
OpenBMC-Staging-Count: 1
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
legoater authored and shenki committed Mar 22, 2017
1 parent 70d5fb8 commit 5150ec6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
0x30000000 0x02000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2400-smc";
compatible = "aspeed,ast2400-spi";
flash@0 {
reg = < 0 >;
compatible = "jedec,spi-nor" ;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
0x30000000 0x02000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2400-smc";
compatible = "aspeed,ast2400-spi";
flash@0 {
reg = < 0 >;
compatible = "jedec,spi-nor" ;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed-bmc-opp-garrison.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
0x30000000 0x02000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2400-smc";
compatible = "aspeed,ast2400-spi";
flash@0 {
reg = < 0 >;
compatible = "jedec,spi-nor" ;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
0x30000000 0x02000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2400-smc";
compatible = "aspeed,ast2400-spi";
flash {
reg = < 0 >;
compatible = "jedec,spi-nor" ;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/aspeed-g5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
0x30000000 0x08000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2500-smc";
compatible = "aspeed,ast2500-spi";
status = "disabled";
flash@0 {
reg = < 0 >;
Expand All @@ -75,7 +75,7 @@
0x38000000 0x08000000 >;
#address-cells = <1>;
#size-cells = <0>;
compatible = "aspeed,ast2500-smc";
compatible = "aspeed,ast2500-spi";
status = "disabled";
flash@0 {
reg = < 0 >;
Expand Down

0 comments on commit 5150ec6

Please sign in to comment.