Browse Source

ARM: dts: mx28: Adjust the digctl compatible string

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>
Fabio Estevam 12 years ago
parent
commit
115581cfc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/imx28.dtsi

+ 1 - 1
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";