提交 651b79e8 编写于 作者: C Cédric Le Goater 提交者: Joel Stanley

ARM: dts: aspeed: Adjust "reg" property of FMC/SPI controllers

This is compatible with the current driver and addresses issues when
running 'make dt_binding_check'.

Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Tested-by: NJoel Stanley <joel@jms.id.au>
Tested-by: NTao Ren <rentao.bupt@gmail.com>
Tested-by: NJae Hyun Yoo <quic_jaehyoo@quicinc.com>
Signed-off-by: NCédric Le Goater <clg@kaod.org>
Link: https://lore.kernel.org/r/20220509175616.1089346-2-clg@kaod.orgSigned-off-by: NJoel Stanley <joel@jms.id.au>
上级 4d338ee4
...@@ -54,8 +54,7 @@ ...@@ -54,8 +54,7 @@
ranges; ranges;
fmc: spi@1e620000 { fmc: spi@1e620000 {
reg = < 0x1e620000 0x94 reg = <0x1e620000 0x94>, <0x20000000 0x10000000>;
0x20000000 0x10000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2400-fmc"; compatible = "aspeed,ast2400-fmc";
...@@ -91,8 +90,7 @@ ...@@ -91,8 +90,7 @@
}; };
spi: spi@1e630000 { spi: spi@1e630000 {
reg = < 0x1e630000 0x18 reg = <0x1e630000 0x18>, <0x30000000 0x10000000>;
0x30000000 0x10000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2400-spi"; compatible = "aspeed,ast2400-spi";
......
...@@ -55,8 +55,7 @@ ...@@ -55,8 +55,7 @@
ranges; ranges;
fmc: spi@1e620000 { fmc: spi@1e620000 {
reg = < 0x1e620000 0xc4 reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>;
0x20000000 0x10000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2500-fmc"; compatible = "aspeed,ast2500-fmc";
...@@ -84,8 +83,7 @@ ...@@ -84,8 +83,7 @@
}; };
spi1: spi@1e630000 { spi1: spi@1e630000 {
reg = < 0x1e630000 0xc4 reg = <0x1e630000 0xc4>, <0x30000000 0x08000000>;
0x30000000 0x08000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2500-spi"; compatible = "aspeed,ast2500-spi";
...@@ -106,8 +104,7 @@ ...@@ -106,8 +104,7 @@
}; };
spi2: spi@1e631000 { spi2: spi@1e631000 {
reg = < 0x1e631000 0xc4 reg = <0x1e631000 0xc4>, <0x38000000 0x08000000>;
0x38000000 0x08000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2500-spi"; compatible = "aspeed,ast2500-spi";
......
...@@ -95,8 +95,7 @@ ...@@ -95,8 +95,7 @@
}; };
fmc: spi@1e620000 { fmc: spi@1e620000 {
reg = < 0x1e620000 0xc4 reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>;
0x20000000 0x10000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2600-fmc"; compatible = "aspeed,ast2600-fmc";
...@@ -124,8 +123,7 @@ ...@@ -124,8 +123,7 @@
}; };
spi1: spi@1e630000 { spi1: spi@1e630000 {
reg = < 0x1e630000 0xc4 reg = <0x1e630000 0xc4>, <0x30000000 0x10000000>;
0x30000000 0x10000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2600-spi"; compatible = "aspeed,ast2600-spi";
...@@ -146,8 +144,7 @@ ...@@ -146,8 +144,7 @@
}; };
spi2: spi@1e631000 { spi2: spi@1e631000 {
reg = < 0x1e631000 0xc4 reg = <0x1e631000 0xc4>, <0x50000000 0x10000000>;
0x50000000 0x10000000 >;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "aspeed,ast2600-spi"; compatible = "aspeed,ast2600-spi";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册