Commit dc3efc6f authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

arm64: dts: imx8m: fix aips dts node

Per binding doc fsl,aips-bus.yaml, compatible and reg is
required. And for reg, the AIPS configuration space should be
used, not all the AIPS bus space.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 819779a9
...@@ -263,7 +263,8 @@ soc@0 { ...@@ -263,7 +263,8 @@ soc@0 {
ranges = <0x0 0x0 0x0 0x3e000000>; ranges = <0x0 0x0 0x0 0x3e000000>;
aips1: bus@30000000 { aips1: bus@30000000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x301f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x30000000 0x30000000 0x400000>; ranges = <0x30000000 0x30000000 0x400000>;
...@@ -541,7 +542,8 @@ src: reset-controller@30390000 { ...@@ -541,7 +542,8 @@ src: reset-controller@30390000 {
}; };
aips2: bus@30400000 { aips2: bus@30400000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x305f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x30400000 0x30400000 0x400000>; ranges = <0x30400000 0x30400000 0x400000>;
...@@ -600,7 +602,8 @@ system_counter: timer@306a0000 { ...@@ -600,7 +602,8 @@ system_counter: timer@306a0000 {
}; };
aips3: bus@30800000 { aips3: bus@30800000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x309f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x30800000 0x30800000 0x400000>, ranges = <0x30800000 0x30800000 0x400000>,
...@@ -859,7 +862,8 @@ fec1: ethernet@30be0000 { ...@@ -859,7 +862,8 @@ fec1: ethernet@30be0000 {
}; };
aips4: bus@32c00000 { aips4: bus@32c00000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x32df0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x32c00000 0x32c00000 0x400000>; ranges = <0x32c00000 0x32c00000 0x400000>;
......
...@@ -240,8 +240,8 @@ soc@0 { ...@@ -240,8 +240,8 @@ soc@0 {
ranges = <0x0 0x0 0x0 0x3e000000>; ranges = <0x0 0x0 0x0 0x3e000000>;
aips1: bus@30000000 { aips1: bus@30000000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x30000000 0x400000>; reg = <0x301f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
...@@ -445,8 +445,8 @@ src: reset-controller@30390000 { ...@@ -445,8 +445,8 @@ src: reset-controller@30390000 {
}; };
aips2: bus@30400000 { aips2: bus@30400000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x30400000 0x400000>; reg = <0x305f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
...@@ -505,8 +505,8 @@ system_counter: timer@306a0000 { ...@@ -505,8 +505,8 @@ system_counter: timer@306a0000 {
}; };
aips3: bus@30800000 { aips3: bus@30800000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x30800000 0x400000>; reg = <0x309f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
...@@ -751,8 +751,8 @@ fec1: ethernet@30be0000 { ...@@ -751,8 +751,8 @@ fec1: ethernet@30be0000 {
}; };
aips4: bus@32c00000 { aips4: bus@32c00000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x32c00000 0x400000>; reg = <0x32df0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
......
...@@ -144,8 +144,8 @@ soc@0 { ...@@ -144,8 +144,8 @@ soc@0 {
ranges = <0x0 0x0 0x0 0x3e000000>; ranges = <0x0 0x0 0x0 0x3e000000>;
aips1: bus@30000000 { aips1: bus@30000000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x30000000 0x400000>; reg = <0x301f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
...@@ -315,8 +315,8 @@ src: reset-controller@30390000 { ...@@ -315,8 +315,8 @@ src: reset-controller@30390000 {
}; };
aips2: bus@30400000 { aips2: bus@30400000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x30400000 0x400000>; reg = <0x305f0000 0x400000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
...@@ -375,8 +375,8 @@ system_counter: timer@306a0000 { ...@@ -375,8 +375,8 @@ system_counter: timer@306a0000 {
}; };
aips3: bus@30800000 { aips3: bus@30800000 {
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x30800000 0x400000>; reg = <0x309f0000 0x400000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
......
...@@ -290,7 +290,8 @@ soc@0 { ...@@ -290,7 +290,8 @@ soc@0 {
dma-ranges = <0x40000000 0x0 0x40000000 0xc0000000>; dma-ranges = <0x40000000 0x0 0x40000000 0xc0000000>;
bus@30000000 { /* AIPS1 */ bus@30000000 { /* AIPS1 */
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x301f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x30000000 0x30000000 0x400000>; ranges = <0x30000000 0x30000000 0x400000>;
...@@ -694,7 +695,8 @@ pgc_pcie2: power-domain@a { ...@@ -694,7 +695,8 @@ pgc_pcie2: power-domain@a {
}; };
bus@30400000 { /* AIPS2 */ bus@30400000 { /* AIPS2 */
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x305f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x30400000 0x30400000 0x400000>; ranges = <0x30400000 0x30400000 0x400000>;
...@@ -753,7 +755,8 @@ system_counter: timer@306a0000 { ...@@ -753,7 +755,8 @@ system_counter: timer@306a0000 {
}; };
bus@30800000 { /* AIPS3 */ bus@30800000 { /* AIPS3 */
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x309f0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x30800000 0x30800000 0x400000>, ranges = <0x30800000 0x30800000 0x400000>,
...@@ -1025,7 +1028,8 @@ fec1: ethernet@30be0000 { ...@@ -1025,7 +1028,8 @@ fec1: ethernet@30be0000 {
}; };
bus@32c00000 { /* AIPS4 */ bus@32c00000 { /* AIPS4 */
compatible = "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
reg = <0x32df0000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x32c00000 0x32c00000 0x400000>; ranges = <0x32c00000 0x32c00000 0x400000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment