diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-06-04 10:18:44 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 15:41:48 +0800 |
commit | 115581cfc9dc868b5f2c230d0236976276bc9dbb (patch) | |
tree | be9ddbfdf4c704ef1286c6a368b1f1591811ff5b /arch | |
parent | 9250b0712325ad24b931c0f9727fad9b2ccce804 (diff) | |
download | linux-stable-115581cfc9dc868b5f2c230d0236976276bc9dbb.tar.gz linux-stable-115581cfc9dc868b5f2c230d0236976276bc9dbb.tar.bz2 linux-stable-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')
-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"; |