From: Alexander Shiyan Date: Sat, 21 Dec 2013 07:11:42 +0000 (+0400) Subject: ARM: dts: imx27-phytec-phycore-rdk: Add pinctrl definitions for WEIM X-Git-Tag: next-20140106~108^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=138534140092364c55f33f788d5da80f6a410898;p=karo-tx-linux.git ARM: dts: imx27-phytec-phycore-rdk: Add pinctrl definitions for WEIM This patch adds pinctrl definitions for WEIM CS4 and GPIO used as CAN IRQ line. Signed-off-by: Alexander Shiyan Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts index 1967dadb1bbb..eaaff000475b 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts @@ -69,6 +69,13 @@ MX27_UART2_RTSCTS_PINGRP1 >; }; + + pinctrl_weim: weimgrp { + fsl,pins = < + MX27_PAD_CS4_B__CS4_B 0x0 /* CS4 */ + MX27_PAD_SD1_D1__GPIO5_19 0x0 /* CAN IRQ */ + >; + }; }; }; @@ -103,6 +110,9 @@ }; &weim { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_weim>; + can@d4000000 { compatible = "nxp,sja1000"; reg = <4 0x00000000 0x00000100>;