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>
This commit is contained in:
Teresa Remmet 2019-05-24 15:19:58 +02:00 committed by Tony Lindgren
parent 566734534f
commit 81ec03f5d9
2 changed files with 13 additions and 21 deletions

View File

@ -30,9 +30,6 @@
reg = <0x80000000 0x10000000>; /* 256 MB */
};
regulators {
compatible = "simple-bus";
vcc5v: fixedregulator0 {
compatible = "regulator-fixed";
regulator-name = "vcc5v";
@ -41,7 +38,6 @@
regulator-boot-on;
regulator-always-on;
};
};
};
/* Crypto Module */

View File

@ -15,9 +15,6 @@
compatible = "ti,da830-evm-audio";
};
regulators {
compatible = "simple-bus";
vcc3v3: fixedregulator1 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
@ -25,7 +22,6 @@
regulator-max-microvolt = <3300000>;
regulator-boot-on;
};
};
};
/* Audio */