aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-11-30 01:18:04 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 08:33:09 -0500
commit6ece55b39218d35d44e050d6e47b28a6489edd2b (patch)
tree5e6aa758a60d94de6db506bfbe34cc32e4321e66 /arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
parentf64ba746827ea23510659ebcacc84a1c6120eda4 (diff)
ARM: dts: i.MX27 boards: Switch to use standard GPIO and IRQ flags definitions
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts')
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
index be7667e73a2e..834fde84186e 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
@@ -16,7 +16,8 @@
16 16
17&cspi1 { 17&cspi1 {
18 fsl,spi-num-chipselects = <2>; 18 fsl,spi-num-chipselects = <2>;
19 cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>; 19 cs-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>,
20 <&gpio4 27 GPIO_ACTIVE_LOW>;
20}; 21};
21 22
22&i2c1 { 23&i2c1 {
@@ -65,8 +66,8 @@
65 66
66&sdhci2 { 67&sdhci2 {
67 bus-width = <4>; 68 bus-width = <4>;
68 cd-gpios = <&gpio3 29 0>; 69 cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
69 wp-gpios = <&gpio3 28 0>; 70 wp-gpios = <&gpio3 28 GPIO_ACTIVE_HIGH>;
70 vmmc-supply = <&vmmc1_reg>; 71 vmmc-supply = <&vmmc1_reg>;
71 status = "okay"; 72 status = "okay";
72}; 73};
@@ -90,7 +91,7 @@
90 compatible = "nxp,sja1000"; 91 compatible = "nxp,sja1000";
91 reg = <4 0x00000000 0x00000100>; 92 reg = <4 0x00000000 0x00000100>;
92 interrupt-parent = <&gpio5>; 93 interrupt-parent = <&gpio5>;
93 interrupts = <19 0x2>; 94 interrupts = <19 IRQ_TYPE_EDGE_FALLING>;
94 nxp,external-clock-frequency = <16000000>; 95 nxp,external-clock-frequency = <16000000>;
95 nxp,tx-output-config = <0x16>; 96 nxp,tx-output-config = <0x16>;
96 nxp,no-comparator-bypass; 97 nxp,no-comparator-bypass;