Skip to content

Commit

Permalink
ARM: dts: imx6q: Add pinctrl for ecspi3
Browse files Browse the repository at this point in the history
Add a group of pins to allow ecspi3 to be used on imx6q.

Signed-off-by: Sean Cross <xobs@kosagi.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Sean Cross authored and Shawn Guo committed Apr 9, 2013
1 parent e164153 commit 4820a9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx6q.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@
};
};

ecspi3 {
pinctrl_ecspi3_1: ecspi3grp-1 {
fsl,pins = <
MX6Q_PAD_DISP0_DAT2__ECSPI3_MISO 0x100b1
MX6Q_PAD_DISP0_DAT1__ECSPI3_MOSI 0x100b1
MX6Q_PAD_DISP0_DAT0__ECSPI3_SCLK 0x100b1
>;
};
};

enet {
pinctrl_enet_1: enetgrp-1 {
fsl,pins = <
Expand Down

0 comments on commit 4820a9a

Please sign in to comment.