MLK-13567 ARM: dts: imx7ulp: disable iomuxc by default
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 5 Dec 2016 15:26:32 +0000 (23:26 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:57:51 +0000 (14:57 -0500)
Disable i.MX7ULP's IOMUXC now since there is no module
using it and after kernel boot up, below failed message
will come out:

imx7ulp-pinctrl 4103d000.iomuxc: fail to probe dt properties
imx7ulp-pinctrl: probe of 4103d000.iomuxc failed with error -22

Any module who needs it can enable it anytime.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
arch/arm/boot/dts/imx7ulp.dtsi

index 274c568..b3e9f35 100644 (file)
                        compatible = "fsl,imx7ulp-iomuxc-0";
                        reg = <0x4103D000 0x1000>;
                        fsl,mux_mask = <0xf00>;
+                       status = "disabled";
                };
 
                iomuxc1: iomuxc1@40ac0000 {