ARM: dts: aspeed: tiogapass: Add VR devices
authorVijay Khemka <vijaykhemka@fb.com>
Tue, 23 Jul 2019 00:32:16 +0000 (17:32 -0700)
committerJoel Stanley <joel@jms.id.au>
Tue, 23 Jul 2019 02:55:42 +0000 (12:25 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts

index c4521ed..e722e9a 100644 (file)
 &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 {