summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-07 20:45:16 +0300
committerBjorn Andersson <andersson@kernel.org>2023-05-26 23:39:48 +0300
commitc77612a07d18d4425fd8ddd532a8a9b8e1970c53 (patch)
treef8974604e75ee9694259cbef22a7879e09bc2dad /arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
parent3e8188b4b6c76bfa5c5389384bea2719a1271327 (diff)
downloadlinux-c77612a07d18d4425fd8ddd532a8a9b8e1970c53.tar.xz
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
Diffstat (limited to 'arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts b/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
index 71e0a500599c..ed2e2f6c6775 100644
--- a/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
+++ b/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
@@ -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;