arm64: dts: imx8mn: remove "simple-bus" for anatop
authorFancy Fang <chen.fang@nxp.com>
Thu, 7 Nov 2019 10:35:30 +0000 (10:35 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2019 00:28:52 +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/imx8mn.dtsi

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