Re: [PATCH v2 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

From: Ninad Palsule
Date: Tue Jan 09 2024 - 18:37:25 EST


Hello Mark,

On 1/8/24 15:34, Mark Brown wrote:
On Mon, Jan 08, 2024 at 02:41:14PM -0600, Ninad Palsule wrote:

+ 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_1.0V";
+ regulator-min-microvolt = <770000>;
+ regulator-max-microvolt = <1400000>;
A regulator labelled VR_1.0V can vary between 0.77V and 1.4V and has
exactly the same configuration as another regulator labelled VR_1.2V?
That seems... odd?

That was a typo. I fixed it.

Thanks for the review.

Regards,

Ninad