diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-12-16 16:59:55 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-21 03:58:56 -0500 |
commit | bca12924f09dc03f2bda3b3e39408fee920a343b (patch) | |
tree | 4d523b55a8db22235de423887ce2092bb19e467e /arch/arm/boot/dts/sun7i-a20-pcduino3.dts | |
parent | 7145570159fb20654b507026a8e388f739fffa5c (diff) |
ARM: sunxi: DT: convert DTs to use common GPIOs includes
Replace the various raw GPIO flags by their definition in the common
dt-bindings header.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-pcduino3.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts index eb7b8878303d..acce93300abf 100644 --- a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts +++ b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts | |||
@@ -63,7 +63,7 @@ | |||
63 | pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>; | 63 | pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>; |
64 | vmmc-supply = <®_vcc3v3>; | 64 | vmmc-supply = <®_vcc3v3>; |
65 | bus-width = <4>; | 65 | bus-width = <4>; |
66 | cd-gpios = <&pio 7 1 0>; /* PH1 */ | 66 | cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */ |
67 | cd-inverted; | 67 | cd-inverted; |
68 | status = "okay"; | 68 | status = "okay"; |
69 | }; | 69 | }; |
@@ -204,7 +204,7 @@ | |||
204 | }; | 204 | }; |
205 | 205 | ||
206 | reg_ahci_5v: ahci-5v { | 206 | reg_ahci_5v: ahci-5v { |
207 | gpio = <&pio 7 2 0>; | 207 | gpio = <&pio 7 2 GPIO_ACTIVE_HIGH>; |
208 | status = "okay"; | 208 | status = "okay"; |
209 | }; | 209 | }; |
210 | }; | 210 | }; |