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