aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi')
-rw-r--r--sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi18
1 files changed, 6 insertions, 12 deletions
diff --git a/sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi b/sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi
index 1082fdfbfe60..621cb145a8f6 100644
--- a/sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi
+++ b/sys/contrib/device-tree/src/arm/marvell/dove-cm-a510.dtsi
@@ -108,18 +108,12 @@
};
};
- regulators {
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <0>;
-
- wifi_power: regulator@1 {
- compatible = "regulator-fixed";
- regulator-name = "WiFi Power";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>;
- };
+ wifi_power: regulator-1 {
+ compatible = "regulator-fixed";
+ regulator-name = "WiFi Power";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>;
};
};