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>
This commit is contained in:
Fabio Estevam 2013-06-04 10:18:44 -03:00 committed by Shawn Guo
parent 9250b07123
commit 115581cfc9

View File

@ -669,7 +669,7 @@
};
digctl@8001c000 {
compatible = "fsl,imx28-digctl";
compatible = "fsl,imx28-digctl", "fsl,imx23-digctl";
reg = <0x8001c000 0x2000>;
interrupts = <89>;
status = "disabled";