ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators
Adds additional nodes to support GPLDO1-6 and VBUS regulators which are now supported in the bcm590xx regulator driver. Signed-off-by: Matt Porter <mporter@linaro.org>
This commit is contained in:
parent
8411ca1f7d
commit
de9bd52f21
|
@ -70,5 +70,26 @@
|
||||||
|
|
||||||
vsr_reg: vsr {
|
vsr_reg: vsr {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpldo1_reg: gpldo1 {
|
||||||
|
};
|
||||||
|
|
||||||
|
gpldo2_reg: gpldo2 {
|
||||||
|
};
|
||||||
|
|
||||||
|
gpldo3_reg: gpldo3 {
|
||||||
|
};
|
||||||
|
|
||||||
|
gpldo4_reg: gpldo4 {
|
||||||
|
};
|
||||||
|
|
||||||
|
gpldo5_reg: gpldo5 {
|
||||||
|
};
|
||||||
|
|
||||||
|
gpldo6_reg: gpldo6 {
|
||||||
|
};
|
||||||
|
|
||||||
|
vbus_reg: vbus {
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue