ARM: imx: imx6sl iomuxc syscon is compatible to imx6q

The imx6sl iomuxc syscon is compatible to imx6q, so let's add
compatible string 'fsl,imx6q-iomuxc-gpr' for imx6sl iomuxc syscon node.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Shawn Guo 2013-10-18 23:27:37 +08:00
parent d1b539758a
commit 5f7adc9762
1 changed files with 2 additions and 1 deletions

View File

@ -533,7 +533,8 @@
};
gpr: iomuxc-gpr@020e0000 {
compatible = "fsl,imx6sl-iomuxc-gpr", "syscon";
compatible = "fsl,imx6sl-iomuxc-gpr",
"fsl,imx6q-iomuxc-gpr", "syscon";
reg = <0x020e0000 0x38>;
};