aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-nsa310.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-nsa310.dts b/arch/arm/boot/dts/kirkwood-nsa310.dts
index 5509f9659546..2dc1d0929e89 100644
--- a/arch/arm/boot/dts/kirkwood-nsa310.dts
+++ b/arch/arm/boot/dts/kirkwood-nsa310.dts
@@ -141,4 +141,21 @@
141 gpios = <&gpio1 8 0>; 141 gpios = <&gpio1 8 0>;
142 }; 142 };
143 }; 143 };
144
145 regulators {
146 compatible = "simple-bus";
147 #address-cells = <1>;
148 #size-cells = <0>;
149
150 usb0_power_off: regulator@1 {
151 compatible = "regulator-fixed";
152 reg = <1>;
153 regulator-name = "USB Power Off";
154 regulator-min-microvolt = <5000000>;
155 regulator-max-microvolt = <5000000>;
156 regulator-always-on;
157 regulator-boot-on;
158 gpio = <&gpio0 21 0>;
159 };
160 };
144}; 161};