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/dove-cubox.dts25
1 files changed, 24 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts
index bed5b62b73a3..7e3065abd751 100644
--- a/arch/arm/boot/dts/dove-cubox.dts
+++ b/arch/arm/boot/dts/dove-cubox.dts
@@ -26,6 +26,24 @@
26 linux,default-trigger = "default-on"; 26 linux,default-trigger = "default-on";
27 }; 27 };
28 }; 28 };
29
30 regulators {
31 compatible = "simple-bus";
32 #address-cells = <1>;
33 #size-cells = <0>;
34
35 usb_power: regulator@1 {
36 compatible = "regulator-fixed";
37 reg = <1>;
38 regulator-name = "USB Power";
39 regulator-min-microvolt = <5000000>;
40 regulator-max-microvolt = <5000000>;
41 enable-active-high;
42 regulator-always-on;
43 regulator-boot-on;
44 gpio = <&gpio0 1 0>;
45 };
46 };
29}; 47};
30 48
31&uart0 { status = "okay"; }; 49&uart0 { status = "okay"; };
@@ -50,9 +68,14 @@
50}; 68};
51 69
52&pinctrl { 70&pinctrl {
53 pinctrl-0 = <&pmx_gpio_12>; 71 pinctrl-0 = <&pmx_gpio_1 &pmx_gpio_12>;
54 pinctrl-names = "default"; 72 pinctrl-names = "default";
55 73
74 pmx_gpio_1: pmx-gpio-1 {
75 marvell,pins = "mpp1";
76 marvell,function = "gpio";
77 };
78
56 pmx_gpio_12: pmx-gpio-12 { 79 pmx_gpio_12: pmx-gpio-12 {
57 marvell,pins = "mpp12"; 80 marvell,pins = "mpp12";
58 marvell,function = "gpio"; 81 marvell,function = "gpio";