aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-dns320.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dns320.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-dns320.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dns320.dts b/arch/arm/boot/dts/kirkwood-dns320.dts
index ff13b9397c8a..bf7fe8ab88f4 100644
--- a/arch/arm/boot/dts/kirkwood-dns320.dts
+++ b/arch/arm/boot/dts/kirkwood-dns320.dts
@@ -24,24 +24,24 @@
24 24
25 blue-power { 25 blue-power {
26 label = "dns320:blue:power"; 26 label = "dns320:blue:power";
27 gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */ 27 gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
28 default-state = "keep"; 28 default-state = "keep";
29 }; 29 };
30 blue-usb { 30 blue-usb {
31 label = "dns320:blue:usb"; 31 label = "dns320:blue:usb";
32 gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */ 32 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
33 }; 33 };
34 orange-l_hdd { 34 orange-l_hdd {
35 label = "dns320:orange:l_hdd"; 35 label = "dns320:orange:l_hdd";
36 gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */ 36 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
37 }; 37 };
38 orange-r_hdd { 38 orange-r_hdd {
39 label = "dns320:orange:r_hdd"; 39 label = "dns320:orange:r_hdd";
40 gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */ 40 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
41 }; 41 };
42 orange-usb { 42 orange-usb {
43 label = "dns320:orange:usb"; 43 label = "dns320:orange:usb";
44 gpios = <&gpio1 3 1>; /* GPIO 35 Active Low */ 44 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; /* GPIO 35 */
45 }; 45 };
46 }; 46 };
47 47