2019-11-07 10:38:30

by Fancy Fang

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop

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 <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 6edbdfe2d0d7..da297b5e509d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -438,7 +438,7 @@
};

anatop: anatop@30360000 {
- compatible = "fsl,imx8mm-anatop", "syscon", "simple-bus";
+ compatible = "fsl,imx8mm-anatop", "syscon";
reg = <0x30360000 0x10000>;
};

--
2.17.1


2019-12-04 11:28:00

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop

On Thu, Nov 07, 2019 at 10:35:26AM +0000, Fancy Fang wrote:
> 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 <[email protected]>

Applied both, thanks.