Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: apq8096: fix fixed regulator name property

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

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
c77612a0 3e8188b4

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
··· 26 26 27 27 v1p05: v1p05-regulator { 28 28 compatible = "regulator-fixed"; 29 - reglator-name = "v1p05"; 29 + regulator-name = "v1p05"; 30 30 regulator-always-on; 31 31 regulator-boot-on; 32 32 ··· 38 38 39 39 v12_poe: v12-poe-regulator { 40 40 compatible = "regulator-fixed"; 41 - reglator-name = "v12_poe"; 41 + regulator-name = "v12_poe"; 42 42 regulator-always-on; 43 43 regulator-boot-on; 44 44