mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 19:51:25 -04:00
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
88fc274cb6
commit
686bca7bd1
@@ -36,7 +36,6 @@ ext_3p3v: regulator-ext-3p3v {
|
||||
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;
|
||||
|
||||
@@ -58,7 +58,6 @@ ext_3p3v: regulator-ext-3p3v {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user