diff options
author | Fancy Fang <chen.fang@nxp.com> | 2019-11-07 13:35:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-09 03:28:52 +0300 |
commit | 0f93eb28ff3a348818509aac7850a8f6df114a3f (patch) | |
tree | caa725545088bcc184f0bc59cfd36a8fe422fe6f /arch/arm64 | |
parent | 0900a484928d8ed14677eb9f0356b5c191ed0b27 (diff) | |
download | linux-0f93eb28ff3a348818509aac7850a8f6df114a3f.tar.xz |
arm64: dts: imx8mn: 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')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index e91625063f8e..aa95f76de5ef 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -349,7 +349,7 @@ anatop: anatop@30360000 { compatible = "fsl,imx8mn-anatop", "fsl,imx8mm-anatop", - "syscon", "simple-bus"; + "syscon"; reg = <0x30360000 0x10000>; }; |