On Mon, Jan 08, 2024 at 02:41:14PM -0600, Ninad Palsule wrote:
+ regulator@60 {A regulator labelled VR_1.0V can vary between 0.77V and 1.4V and has
+ 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_1.0V";
+ regulator-min-microvolt = <770000>;
+ regulator-max-microvolt = <1400000>;
exactly the same configuration as another regulator labelled VR_1.2V?
That seems... odd?