arm64: dts: imx8mm: remove "simple-bus" for anatop
authorFancy Fang <chen.fang@nxp.com>
Thu, 7 Nov 2019 10:35:26 +0000 (10:35 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2019 00:28:51 +0000 (08:28 +0800)
Remove "simple-bus" compatible for device anatop,
since no child nodes exist under it and it is not
a populated bus.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi

index 6edbdfe..da297b5 100644 (file)
                        };
 
                        anatop: anatop@30360000 {
-                               compatible = "fsl,imx8mm-anatop", "syscon", "simple-bus";
+                               compatible = "fsl,imx8mm-anatop", "syscon";
                                reg = <0x30360000 0x10000>;
                        };