diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-05-27 14:53:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-10-31 09:58:57 +0100 |
commit | dc62bfdfa3a5cc72d258d0856ac11b624bf5329d (patch) | |
tree | 331aa8609334258f4515d58ddfceb1c349e6d430 /arch/arm/boot/dts/stih416-b2020e.dts | |
parent | c759e5f76b18350ed2417e89588d6358e58e1ad3 (diff) |
ARM: STi: DT: STiH41x: Convert all uppercase non-defines to lowercase
Suggested-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020e.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts index ba0fa2caaf18..d72e5c704d5f 100644 --- a/arch/arm/boot/dts/stih416-b2020e.dts +++ b/arch/arm/boot/dts/stih416-b2020e.dts @@ -19,17 +19,17 @@ red { #gpio-cells = <1>; label = "Front Panel LED"; - gpios = <&PIO4 1>; + gpios = <&pio4 1>; linux,default-trigger = "heartbeat"; }; green { - gpios = <&PIO1 3>; + gpios = <&pio1 3>; default-state = "off"; }; }; ethernet1: dwmac@fef08000 { - snps,reset-gpio = <&PIO0 7>; + snps,reset-gpio = <&pio0 7>; }; }; }; |