]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: mx28: Adjust the digctl compatible string
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 4 Jun 2013 13:18:44 +0000 (10:18 -0300)
committerShawn 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

index 600f7cb51f3e58ae78f88649f3b52b12c170e5d1..0a265f3da0378e1ea0329c8703f2edf113988cf2 100644 (file)
                        };
 
                        digctl@8001c000 {
-                               compatible = "fsl,imx28-digctl";
+                               compatible = "fsl,imx28-digctl", "fsl,imx23-digctl";
                                reg = <0x8001c000 0x2000>;
                                interrupts = <89>;
                                status = "disabled";