Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de9bd52f authored by Matt Porter's avatar Matt Porter
Browse files

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: default avatarMatt Porter <mporter@linaro.org>
parent 8411ca1f
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -70,5 +70,26 @@

		vsr_reg: vsr {
		};

		gpldo1_reg: gpldo1 {
		};

		gpldo2_reg: gpldo2 {
		};

		gpldo3_reg: gpldo3 {
		};

		gpldo4_reg: gpldo4 {
		};

		gpldo5_reg: gpldo5 {
		};

		gpldo6_reg: gpldo6 {
		};

		vbus_reg: vbus {
		};
	};
};