Skip to content

Commit 686bca7

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: apq8064: drop incorrect regulator-type
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>
1 parent 88fc274 commit 686bca7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm/boot/dts/qcom/qcom-apq8064-asus-nexus7-flo.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
regulator-min-microvolt = <3300000>;
3737
regulator-max-microvolt = <3300000>;
3838
regulator-name = "ext_3p3v";
39-
regulator-type = "voltage";
4039
startup-delay-us = <0>;
4140
gpio = <&tlmm_pinmux 77 GPIO_ACTIVE_HIGH>;
4241
enable-active-high;

arch/arm/boot/dts/qcom/qcom-apq8064-ifc6410.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
regulator-min-microvolt = <3300000>;
5959
regulator-max-microvolt = <3300000>;
6060
regulator-name = "ext_3p3v";
61-
regulator-type = "voltage";
6261
startup-delay-us = <0>;
6362
gpio = <&tlmm_pinmux 77 GPIO_ACTIVE_HIGH>;
6463
enable-active-high;

0 commit comments

Comments
 (0)