Skip to content

Commit

Permalink
ARM: imx51: Add pinctrl for ecspi2
Browse files Browse the repository at this point in the history
Add ecspi2 group of pins for imx51.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Gwenhael Goavec-Merou authored and Shawn Guo committed Apr 9, 2013
1 parent e910b45 commit a15ac4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx51.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,16 @@
};
};

ecspi2 {
pinctrl_ecspi2_1: ecspi2grp-1 {
fsl,pins = <
MX51_PAD_NANDF_RB3__ECSPI2_MISO 0x185
MX51_PAD_NANDF_D15__ECSPI2_MOSI 0x185
MX51_PAD_NANDF_RB2__ECSPI2_SCLK 0x185
>;
};
};

esdhc1 {
pinctrl_esdhc1_1: esdhc1grp-1 {
fsl,pins = <
Expand Down

0 comments on commit a15ac4a

Please sign in to comment.