ARM: dts: imx7-colibri: make sure multiplexed pins are not active
authorStefan Agner <stefan@agner.ch>
Tue, 19 Dec 2017 18:10:31 +0000 (19:10 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
The Colibri pins PWM<A> and <D> are multiplexed on the module, make
sure the secondary SoC pin is not active.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi

index 60ea755..dae6b56 100644 (file)
        pinctrl_pwm1: pwm1-grp {
                fsl,pins = <
                        MX7D_PAD_GPIO1_IO08__PWM1_OUT           0x79
+                       MX7D_PAD_ECSPI2_MOSI__GPIO4_IO21        0x4
                >;
        };
 
        pinctrl_pwm4: pwm4-grp {
                fsl,pins = <
                        MX7D_PAD_GPIO1_IO11__PWM4_OUT           0x79
+                       MX7D_PAD_ECSPI2_SCLK__GPIO4_IO20        0x4
                >;
        };