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

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
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -263,7 +263,8 @@
		ranges = <0x0 0x0 0x0 0x3e000000>;

		aips1: bus@30000000 {
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x301f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x30000000 0x30000000 0x400000>;
@@ -541,7 +542,8 @@
		};

		aips2: bus@30400000 {
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x305f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x30400000 0x30400000 0x400000>;
@@ -600,7 +602,8 @@
		};

		aips3: bus@30800000 {
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x309f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x30800000 0x30800000 0x400000>,
@@ -859,7 +862,8 @@
		};

		aips4: bus@32c00000 {
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x32df0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x32c00000 0x32c00000 0x400000>;
+8 −8
Original line number Diff line number Diff line
@@ -240,8 +240,8 @@
		ranges = <0x0 0x0 0x0 0x3e000000>;

		aips1: bus@30000000 {
			compatible = "simple-bus";
			reg = <0x30000000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x301f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
@@ -445,8 +445,8 @@
		};

		aips2: bus@30400000 {
			compatible = "simple-bus";
			reg = <0x30400000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x305f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
@@ -505,8 +505,8 @@
		};

		aips3: bus@30800000 {
			compatible = "simple-bus";
			reg = <0x30800000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x309f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
@@ -751,8 +751,8 @@
		};

		aips4: bus@32c00000 {
			compatible = "simple-bus";
			reg = <0x32c00000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x32df0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
+6 −6
Original line number Diff line number Diff line
@@ -144,8 +144,8 @@
		ranges = <0x0 0x0 0x0 0x3e000000>;

		aips1: bus@30000000 {
			compatible = "simple-bus";
			reg = <0x30000000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x301f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
@@ -315,8 +315,8 @@
		};

		aips2: bus@30400000 {
			compatible = "simple-bus";
			reg = <0x30400000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x305f0000 0x400000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
@@ -375,8 +375,8 @@
		};

		aips3: bus@30800000 {
			compatible = "simple-bus";
			reg = <0x30800000 0x400000>;
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x309f0000 0x400000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
+8 −4
Original line number Diff line number Diff line
@@ -290,7 +290,8 @@
		dma-ranges = <0x40000000 0x0 0x40000000 0xc0000000>;

		bus@30000000 { /* AIPS1 */
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x301f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x30000000 0x30000000 0x400000>;
@@ -694,7 +695,8 @@
		};

		bus@30400000 { /* AIPS2 */
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x305f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x30400000 0x30400000 0x400000>;
@@ -753,7 +755,8 @@
		};

		bus@30800000 { /* AIPS3 */
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x309f0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x30800000 0x30800000 0x400000>,
@@ -1025,7 +1028,8 @@
		};

		bus@32c00000 { /* AIPS4 */
			compatible = "simple-bus";
			compatible = "fsl,aips-bus", "simple-bus";
			reg = <0x32df0000 0x10000>;
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x32c00000 0x32c00000 0x400000>;