]> git.hungrycats.org Git - linux/commitdiff
arm64: dts: qcom: apq8096: fix fixed regulator name property
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 7 May 2023 17:45:16 +0000 (19:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jul 2023 17:39:38 +0000 (19:39 +0200)
[ Upstream commit c77612a07d18d4425fd8ddd532a8a9b8e1970c53 ]

Correct the typo in 'regulator-name' property.

  apq8096-ifc6640.dtb: v1p05-regulator: 'regulator-name' is a required property
  apq8096-ifc6640.dtb: v1p05-regulator: Unevaluated properties are not allowed ('reglator-name' was unexpected)

Fixes: 6cbdec2d3ca6 ("arm64: dts: qcom: msm8996: Introduce IFC6640")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230507174516.264936-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts

index 71e0a500599c88a8045651433b1e5c48e84e8528..ed2e2f6c6775a13efdd81b4bbfc6e99e99cb1be8 100644 (file)
@@ -26,7 +26,7 @@
 
        v1p05: v1p05-regulator {
                compatible = "regulator-fixed";
-               reglator-name = "v1p05";
+               regulator-name = "v1p05";
                regulator-always-on;
                regulator-boot-on;
 
@@ -38,7 +38,7 @@
 
        v12_poe: v12-poe-regulator {
                compatible = "regulator-fixed";
-               reglator-name = "v12_poe";
+               regulator-name = "v12_poe";
                regulator-always-on;
                regulator-boot-on;