diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-06-04 15:18:44 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 09:41:48 +0200 |
commit | 115581cfc9dc868b5f2c230d0236976276bc9dbb (patch) | |
tree | be9ddbfdf4c704ef1286c6a368b1f1591811ff5b /arch/arm/boot/dts/imx28.dtsi | |
parent | ARM: mxs: Remove init_irq declaration in machine description (diff) | |
download | linux-115581cfc9dc868b5f2c230d0236976276bc9dbb.tar.xz linux-115581cfc9dc868b5f2c230d0236976276bc9dbb.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 600f7cb51f3e..0a265f3da037 100644 --- 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"; |