summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am335x-phycore-som.dtsi
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2019-05-24 15:19:58 +0200
committerTony Lindgren <tony@atomide.com>2019-06-10 05:06:13 -0700
commit81ec03f5d912bc339496a901195c206d70c0586e (patch)
treed7925d2960d7c6fcbefa0a7be5c641065462e235 /arch/arm/boot/dts/am335x-phycore-som.dtsi
parent566734534f56186a089103bef82725a1a75178ac (diff)
ARM: dts: am335x phytec boards: Remove regulator node
Move regulators directly to the root node like most am335x boards do. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-phycore-som.dtsi')
-rw-r--r--arch/arm/boot/dts/am335x-phycore-som.dtsi18
1 files changed, 7 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi
index 23c3039c567e..f5b53d30e9a9 100644
--- a/arch/arm/boot/dts/am335x-phycore-som.dtsi
+++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi
@@ -30,17 +30,13 @@
reg = <0x80000000 0x10000000>; /* 256 MB */
};
- regulators {
- compatible = "simple-bus";
-
- vcc5v: fixedregulator0 {
- compatible = "regulator-fixed";
- regulator-name = "vcc5v";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- regulator-boot-on;
- regulator-always-on;
- };
+ vcc5v: fixedregulator0 {
+ compatible = "regulator-fixed";
+ regulator-name = "vcc5v";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ regulator-boot-on;
+ regulator-always-on;
};
};