mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 10:13:58 +08:00
ARM: dts: aspeed: tiogapass: Add VR devices
Adds voltage regulators Infineon pxe1610 devices to Facebook tiogapass platform. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
dc4bea0b98
commit
b3b0676631
@ -144,6 +144,42 @@
|
|||||||
&i2c5 {
|
&i2c5 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
// CPU Voltage regulators
|
// 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 {
|
&i2c6 {
|
||||||
|
Loading…
Reference in New Issue
Block a user