projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb3894
)
ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node
author
Li Yang
<leoyang.li@nxp.com>
Tue, 22 Mar 2022 02:28:13 +0000
(21:28 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 5 May 2022 00:46:59 +0000
(08:46 +0800)
The binding of ifc device has been updated. Update dts to match
accordingly.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ls1021a.dtsi
b/arch/arm/boot/dts/ls1021a.dtsi
index 2e69d6eab4d1043f8b0d5458a4aba9a65d18e9f5..52835d3dfa1b399462738970844d611316cc5d7b 100644
(file)
--- a/
arch/arm/boot/dts/ls1021a.dtsi
+++ b/
arch/arm/boot/dts/ls1021a.dtsi
@@
-123,7
+123,7
@@
};
ifc: ifc@1530000 {
- compatible = "fsl,ifc"
, "simple-bus"
;
+ compatible = "fsl,ifc";
reg = <0x0 0x1530000 0x0 0x10000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";