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>
compatible = "fsl,imx7ulp-iomuxc-0";
reg = <0x4103D000 0x1000>;
fsl,mux_mask = <0xf00>;
+ status = "disabled";
};
iomuxc1: iomuxc1@40ac0000 {