]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: system1: Remove VRs max8952
authorNinad Palsule <ninad@linux.ibm.com>
Tue, 4 Feb 2025 19:41:10 +0000 (13:41 -0600)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 11 Jun 2025 04:19:18 +0000 (13:49 +0930)
Removing voltage regulators max8952 from device tree. Those are fully
controlled by hardware and firmware should not touch them.

Reviewed-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
Link: https://patch.msgid.link/20250204194115.3899174-8-ninad@linux.ibm.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dts

index 56357dda4b0acc8c09c77deea8463ecdce52afe5..7d9f6a1b26379f2df07b16d0892e17f1412ea032 100644 (file)
                compatible = "atmel,24c64";
                reg = <0x50>;
        };
-
-       regulator@60 {
-               compatible = "maxim,max8952";
-               reg = <0x60>;
-
-               max8952,default-mode = <0>;
-               max8952,dvs-mode-microvolt = <1250000>, <1200000>,
-                                               <1050000>, <950000>;
-               max8952,sync-freq = <0>;
-               max8952,ramp-speed = <0>;
-
-               regulator-name = "VR_v77_1v4";
-               regulator-min-microvolt = <770000>;
-               regulator-max-microvolt = <1400000>;
-               regulator-always-on;
-               regulator-boot-on;
-       };
 };
 
 &i2c1 {
                compatible = "atmel,24c64";
                reg = <0x50>;
        };
-
-       regulator@60 {
-               compatible = "maxim,max8952";
-               reg = <0x60>;
-
-               max8952,default-mode = <0>;
-               max8952,dvs-mode-microvolt = <1250000>, <1200000>,
-                                               <1050000>, <950000>;
-               max8952,sync-freq = <0>;
-               max8952,ramp-speed = <0>;
-
-               regulator-name = "VR_v77_1v4";
-               regulator-min-microvolt = <770000>;
-               regulator-max-microvolt = <1400000>;
-               regulator-always-on;
-               regulator-boot-on;
-       };
 };
 
 &i2c11 {