diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2016-08-29 16:25:43 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-29 17:16:10 +0200 |
commit | 0f39c504cd97661068c3ec1014d3cf440bdeec8a (patch) | |
tree | 76fbd1fee90998a12a3ce3cdaf8101066492e5a8 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ARM: dts: imx7-colibri: add Audio support (diff) | |
download | linux-0f39c504cd97661068c3ec1014d3cf440bdeec8a.tar.xz linux-0f39c504cd97661068c3ec1014d3cf440bdeec8a.zip |
ARM: dts: imx6ul iomuxc syscon is compatible to imx6q
The imx6ul iomuxc syscon is compatible to imx6q,
so let's add compatible string 'fsl,imx6q-iomuxc-gpr'
for imx6ul iomuxc syscon node.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 33b95d78831a..acc948654b82 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -644,7 +644,8 @@ }; gpr: iomuxc-gpr@020e4000 { - compatible = "fsl,imx6ul-iomuxc-gpr", "syscon"; + compatible = "fsl,imx6ul-iomuxc-gpr", + "fsl,imx6q-iomuxc-gpr", "syscon"; reg = <0x020e4000 0x4000>; }; |