Add DT code to explicitly configure PAD_AUD3_BB_CK and avoid relying
on defaults.

Cc: Fabio Estevam <fabio.este...@nxp.com>
Cc: Nikita Yushchenko <nikita.yo...@cogentembedded.com>
Cc: Lucas Stach <l.st...@pengutronix.de>
Cc: cphe...@gmail.com
Cc: Shawn Guo <shawn...@kernel.org>
Cc: Rob Herring <robh...@kernel.org>
Cc: Mark Rutland <mark.rutl...@arm.com>
Cc: linux-arm-ker...@lists.infradead.org
Cc: devicet...@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Andrew Lunn <and...@lunn.ch>
Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com>
---
 arch/arm/boot/dts/imx51-zii-scu3-esb.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts 
b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts
index 2941a92d40f1..0bb42c00d72b 100644
--- a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts
+++ b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts
@@ -221,6 +221,8 @@
                        interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-controller;
                        #interrupt-cells = <2>;
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&pinctrl_switch>;
 
                        ports {
                                #address-cells = <1>;
@@ -426,6 +428,12 @@
                >;
        };
 
+       pinctrl_switch: switchgrp {
+               fsl,pins = <
+                       MX51_PAD_AUD3_BB_CK__GPIO4_20           0xc5
+               >;
+       };
+
        pinctrl_uart1: uart1grp {
                fsl,pins = <
                        MX51_PAD_UART1_RXD__UART1_RXD           0x1c5
-- 
2.17.1

Reply via email to