diff options
author | Fancy Fang <chen.fang@nxp.com> | 2019-11-07 10:35:26 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-09 08:28:51 +0800 |
commit | 0900a484928d8ed14677eb9f0356b5c191ed0b27 (patch) | |
tree | c3beab1790789219878e367db2c6f7c3052a77ae /arch/arm64/boot/dts/freescale/imx8mm.dtsi | |
parent | c7649739f55d7520a2c44dab1a71a897088ab6bc (diff) | |
download | lwn-0900a484928d8ed14677eb9f0356b5c191ed0b27.tar.gz lwn-0900a484928d8ed14677eb9f0356b5c191ed0b27.zip |
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 <chen.fang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; |