mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ARM: dts: trats: rename max8997-pmic regulators node
Linux uses just regulators { }; instead of voltage-regulators { };, so
this change aligns the DTSes found in the two projects.
The max8997 driver does not yet parse the regulators node, so we can
safely change its name without breaking anything.
Signed-off-by: Henrik Grimler <henrik@grimler.se>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
max8997-pmic@66 {
|
||||
compatible = "maxim,max8997-pmic";
|
||||
reg = <0x66 0 0>;
|
||||
voltage-regulators {
|
||||
regulators {
|
||||
valive_reg: LDO2 {
|
||||
regulator-name = "VALIVE_1.1V_C210";
|
||||
regulator-min-microvolt = <1100000>;
|
||||
|
||||
Reference in New Issue
Block a user