ARM: dts: qcom: apq8064: drop incorrect regulator-type
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Sep 2023 18:39:11 +0000 (20:39 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 27 Sep 2023 23:10:23 +0000 (16:10 -0700)
regulator-fixed does not have a "regulator-type" property:

  qcom-apq8064-ifc6410.dtb: regulator-ext-3p3v: Unevaluated properties are not allowed ('regulator-type' was unexpected)

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230924183914.51414-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-apq8064-asus-nexus7-flo.dts
arch/arm/boot/dts/qcom/qcom-apq8064-ifc6410.dts

index c57c27cd8a202a174b715b5035e40754e4472a68..c0dd6399f597a759f80b79f043b952bb70db464c 100644 (file)
@@ -36,7 +36,6 @@
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
                regulator-name = "ext_3p3v";
-               regulator-type = "voltage";
                startup-delay-us = <0>;
                gpio = <&tlmm_pinmux 77 GPIO_ACTIVE_HIGH>;
                enable-active-high;
index 96307550523aa9532af32ed78fc498a2383dcd57..b0c5e7bd5e74e1fac69674b7bb9662f6eb0a4170 100644 (file)
@@ -58,7 +58,6 @@
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
                regulator-name = "ext_3p3v";
-               regulator-type = "voltage";
                startup-delay-us = <0>;
                gpio = <&tlmm_pinmux 77 GPIO_ACTIVE_HIGH>;
                enable-active-high;