projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9250b07
)
ARM: dts: mx28: Adjust the digctl compatible string
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 4 Jun 2013 13:18:44 +0000
(10:18 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:41:48 +0000
(15:41 +0800)
MX28 has the same DIGCTL block as MX23, so adjust the compatible string to
reflect that.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx28.dtsi
b/arch/arm/boot/dts/imx28.dtsi
index 600f7cb51f3e58ae78f88649f3b52b12c170e5d1..0a265f3da0378e1ea0329c8703f2edf113988cf2 100644
(file)
--- a/
arch/arm/boot/dts/imx28.dtsi
+++ b/
arch/arm/boot/dts/imx28.dtsi
@@
-669,7
+669,7
@@
};
digctl@8001c000 {
- compatible = "fsl,imx28-digctl";
+ compatible = "fsl,imx28-digctl"
, "fsl,imx23-digctl"
;
reg = <0x8001c000 0x2000>;
interrupts = <89>;
status = "disabled";