projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c764973
)
arm64: dts: imx8mm: remove "simple-bus" for anatop
author
Fancy Fang
<chen.fang@nxp.com>
Thu, 7 Nov 2019 10:35:26 +0000
(10:35 +0000)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index
6edbdfe
..
da297b5
100644
(file)
--- 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>;
};