The property is named "qcom,external-pfet", as found by
dt_binding_check:

    'qcom,eternal-pfet' does not match any of the regexes

Fixes: 37aa540cbd30 ("arm64: dts: qcom: pmi8994: Add WLED node")
Signed-off-by: Marijn Suijten <marijn.suij...@somainline.org>
Reviewed-By: AngeloGioacchino Del Regno 
<angelogioacchino.delre...@somainline.org>
---
 arch/arm64/boot/dts/qcom/pmi8994.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/pmi8994.dtsi 
b/arch/arm64/boot/dts/qcom/pmi8994.dtsi
index b4ac900ab115..a06ea9adae81 100644
--- a/arch/arm64/boot/dts/qcom/pmi8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmi8994.dtsi
@@ -42,7 +42,7 @@ pmi8994_wled: wled@d800 {
                        /* Yes, all four strings *have to* be defined or things 
won't work. */
                        qcom,enabled-strings = <0 1 2 3>;
                        qcom,cabc;
-                       qcom,eternal-pfet;
+                       qcom,external-pfet;
                        status = "disabled";
                };
        };
--
2.33.0

Reply via email to