From d86b44735ad95781f928d7608e7e94519944598a Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Mon, 5 Dec 2016 23:26:32 +0800 Subject: MLK-13567 ARM: dts: imx7ulp: disable iomuxc by default 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 --- arch/arm/boot/dts/imx7ulp.dtsi | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/boot/dts/imx7ulp.dtsi') diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index f432ec6298ab..284a5c62b1a1 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -460,6 +460,7 @@ compatible = "fsl,imx7ulp-iomuxc-0"; reg = <0x4103D000 0x1000>; fsl,mux_mask = <0xf00>; + status = "disabled"; }; iomuxc1: iomuxc1@40ac0000 { -- cgit v1.2.3