]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: imx8m: fix aips dts node
authorPeng Fan <peng.fan@nxp.com>
Wed, 11 Mar 2020 07:17:56 +0000 (15:17 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 16 Mar 2020 08:16:00 +0000 (16:16 +0800)
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: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
arch/arm64/boot/dts/freescale/imx8mn.dtsi
arch/arm64/boot/dts/freescale/imx8mp.dtsi
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index 2723b073203f0ca14b8fea2ef9fea89f648a9706..cc7152ecedd93aa5ea41340b7362fbac0feb43dd 100644 (file)
                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>;
                };
 
                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>;
                };
 
                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>,
                };
 
                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>;
index e3f6b2888443bba240eb09a8cc789a6b75a8e34a..7428e21663de18d40b4b48b9ba7f5bccee4a83e5 100644 (file)
                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;
                };
 
                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;
                };
 
                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;
                };
 
                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;
index d92199bf663517f0935aae143b61fa5f90a67e24..02703547846184347bbfe44539ca64e16909348e 100644 (file)
                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;
                };
 
                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;
                };
 
                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;
index 9bbdaf2d6e3431b5976a78e8db1ae6c0acb59b8e..75b384217a239296b0775f45bda218b8532f2e0b 100644 (file)
                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>;
                };
 
                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>;
                };
 
                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>,
                };
 
                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>;