diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-09-08 10:10:47 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-09-14 21:24:24 -0500 |
commit | 308ff92e77aa2febec9b81b6917ebb0f38da8cb5 (patch) | |
tree | ae979b3adb5f1686d7354989596485090a5d334a | |
parent | 8cd012f75178c4dffe8df692aa991e829286a8d4 (diff) |
arm64: dts: qcom: msm8994-msft-lumia-octagon: align resin node name with bindings
Bindings expect resin node to be named "resin":
qcom/msm8992-msft-lumia-octagon-talkman.dtb: pmic@0: pon@800: Unevaluated properties are not allowed ('volwnkey' was unexpected)
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi b/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi index 61ec905025b0..f9d8bd09e074 100644 --- a/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi @@ -499,7 +499,7 @@ linux,code = <KEY_POWER>; }; - volwnkey { + resin { compatible = "qcom,pm8941-resin"; interrupts = <0 8 1 IRQ_TYPE_EDGE_BOTH>; debounce = <15625>; |