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

Commit b3b06766 authored by Vijay Khemka's avatar Vijay Khemka Committed by Joel Stanley
Browse files

ARM: dts: aspeed: tiogapass: Add VR devices



Adds voltage regulators Infineon pxe1610 devices to Facebook
tiogapass platform.

Signed-off-by: default avatarVijay Khemka <vijaykhemka@fb.com>
Acked-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent dc4bea0b
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -144,6 +144,42 @@
&i2c5 {
	status = "okay";
	// CPU Voltage regulators
	regulator@48 {
		compatible = "infineon,pxe1610";
		reg = <0x48>;
	};
	regulator@4a {
		compatible = "infineon,pxe1610";
		reg = <0x4a>;
	};
	regulator@50 {
		compatible = "infineon,pxe1610";
		reg = <0x50>;
	};
	regulator@52 {
		compatible = "infineon,pxe1610";
		reg = <0x52>;
	};
	regulator@58 {
		compatible = "infineon,pxe1610";
		reg = <0x58>;
	};
	regulator@5a {
		compatible = "infineon,pxe1610";
		reg = <0x5a>;
	};
	regulator@68 {
		compatible = "infineon,pxe1610";
		reg = <0x68>;
	};
	regulator@70 {
		compatible = "infineon,pxe1610";
		reg = <0x70>;
	};
	regulator@72 {
		compatible = "infineon,pxe1610";
		reg = <0x72>;
	};
};

&i2c6 {