Re: [PATCH 7/7] arm64: dts: qcom: sc7280: Add RPMh regulators for sc7280-idp
From: Konrad Dybcio
Date: Wed Feb 24 2021 - 14:18:26 EST
Hi,
>
+ };
>
+
>
+ pm8350c-regulators {
>
+ compatible = "qcom,pm8350c-rpmh-regulators";
>
+ qcom,pmic-id = "c";
>
+ vreg_s1c_2p2: smps1 {
>
+ regulator-min-microvolt = <2190000>;
The indentation on "compatible" and "qcom,pmic-id" is off.
Konrad