Re: [PATCH] arm64: dts: qcom: Introduce SM8350 HDK

2021-03-08 Thread Bjorn Andersson
On Sat 06 Mar 04:34 CST 2021, Konrad Dybcio wrote:

> Hi!
> 
> 
> > +   vreg_l5b_0p88: ldo5 {
> > +   regulator-name = "vreg_l5b_0p88";
> > +   regulator-min-microvolt = <88>;
> > +   regulator-max-microvolt = <888000>;
> > +   regulator-initial-mode = ;
> > +   };
> > +
> 
> This one needs `regulator-allow-set-load` since you specify current settings 
> under UFS nodes, we've seen it not working at all without this property.
> 
> 
> > +   vreg_l6b_1p2: ldo6 {
> > +   regulator-name = "vreg_l6b_1p2";
> > +   regulator-min-microvolt = <120>;
> > +   regulator-max-microvolt = <1208000>;
> > +   regulator-initial-mode = ;
> > +   };
> > +
> > +   vreg_l7b_2p96: ldo7 {
> > +   regulator-name = "vreg_l7b_2p96";
> > +   regulator-min-microvolt = <2504000>;
> > +   regulator-max-microvolt = <2504000>;
> > +   regulator-initial-mode = ;
> > +   };
> > +
> > +   vreg_l9b_1p2: ldo9 {
> > +   regulator-name = "vreg_l9b_1p2";
> > +   regulator-min-microvolt = <120>;
> > +   regulator-max-microvolt = <120>;
> > +   regulator-initial-mode = ;
> > +   };
> 
> Ditto for all three
> 
> 
> > +_1_dwc3 {
> > +   /* TODO: Define USB-C connector properly */
> 
> Sidenote: doesn't the new pm8150x (I think?) USB-C driver work on pm8350x?
> 

I would not be surprised, just haven't looked at it yet.

> 
> > +/* PINCTRL - additions to nodes defined in sdm845.dtsi */
> 
> sm8350
> 
> 
> Aside from these minor comments,
> 
> Reviewed-by: Konrad Dybcio 
> 

Thanks for the feedback, I'll incorporate the changes and respin the
patch.

Regards,
Bjorn


Re: [PATCH] arm64: dts: qcom: Introduce SM8350 HDK

2021-03-06 Thread Konrad Dybcio
Hi!


> + vreg_l5b_0p88: ldo5 {
> + regulator-name = "vreg_l5b_0p88";
> + regulator-min-microvolt = <88>;
> + regulator-max-microvolt = <888000>;
> + regulator-initial-mode = ;
> + };
> +

This one needs `regulator-allow-set-load` since you specify current settings 
under UFS nodes, we've seen it not working at all without this property.


> + vreg_l6b_1p2: ldo6 {
> + regulator-name = "vreg_l6b_1p2";
> + regulator-min-microvolt = <120>;
> + regulator-max-microvolt = <1208000>;
> + regulator-initial-mode = ;
> + };
> +
> + vreg_l7b_2p96: ldo7 {
> + regulator-name = "vreg_l7b_2p96";
> + regulator-min-microvolt = <2504000>;
> + regulator-max-microvolt = <2504000>;
> + regulator-initial-mode = ;
> + };
> +
> + vreg_l9b_1p2: ldo9 {
> + regulator-name = "vreg_l9b_1p2";
> + regulator-min-microvolt = <120>;
> + regulator-max-microvolt = <120>;
> + regulator-initial-mode = ;
> + };

Ditto for all three


> +_1_dwc3 {
> + /* TODO: Define USB-C connector properly */

Sidenote: doesn't the new pm8150x (I think?) USB-C driver work on pm8350x?


> +/* PINCTRL - additions to nodes defined in sdm845.dtsi */

sm8350


Aside from these minor comments,

Reviewed-by: Konrad Dybcio 


Konrad