projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d63ff
)
ARM: dts: imx6dl: add a new pinctrl for ecspi1
author
Huang Shijie
<b32955@freescale.com>
Fri, 21 Jun 2013 02:19:09 +0000
(10:19 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:13 +0000
(23:28 +0800)
This new pinctrl is used in the imx6dl-sabresd board.
Signed-off-by: Huang Shijie <b32955@freescale.com>
arch/arm/boot/dts/imx6dl.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6dl.dtsi
b/arch/arm/boot/dts/imx6dl.dtsi
index 2b3ecd67935017eb694a4bc54741d059d115136b..d9613657cc719cdd571f0c7329f4df682c316cdb 100644
(file)
--- a/
arch/arm/boot/dts/imx6dl.dtsi
+++ b/
arch/arm/boot/dts/imx6dl.dtsi
@@
-56,6
+56,14
@@
MX6DL_PAD_EIM_D16__ECSPI1_SCLK 0x100b1
>;
};
+
+ pinctrl_ecspi1_2: ecspi1grp-2 {
+ fsl,pins = <
+ MX6DL_PAD_KEY_COL1__ECSPI1_MISO 0x100b1
+ MX6DL_PAD_KEY_ROW0__ECSPI1_MOSI 0x100b1
+ MX6DL_PAD_KEY_COL0__ECSPI1_SCLK 0x100b1
+ >;
+ };
};
enet {