mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 20:25:16 +00:00
ARM: dts: qcom: apq8060: drop incorrect regulator-type
regulator-fixed does not have a "regulator-type" property:
qcom-apq8060-dragonboard.dtb: regulator-fixed: 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-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
686bca7bd1
commit
34c006f42c
@ -24,7 +24,6 @@
|
|||||||
regulator-min-microvolt = <3700000>;
|
regulator-min-microvolt = <3700000>;
|
||||||
regulator-max-microvolt = <3700000>;
|
regulator-max-microvolt = <3700000>;
|
||||||
regulator-name = "VPH";
|
regulator-name = "VPH";
|
||||||
regulator-type = "voltage";
|
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user