]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commitdiff
arm64: dts: qcom: sm8150-microsoft-surface-duo: fix typos in da7280 properties
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Dec 2024 12:44:49 +0000 (13:44 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 6 Jan 2025 23:14:52 +0000 (17:14 -0600)
The dlg,const-op-mode & dlg,periodic-op-mode were mis-names with twice
the "dlg," prefix, drop one to match the bindings.

This fixes:
sm8150-microsoft-surface-duo.dtb: da7280@4a: 'dlg,const-op-mode' is a required property
from schema $id: http://devicetree.org/schemas/input/dlg,da7280.yaml#
m8150-microsoft-surface-duo.dtb: da7280@4a: 'dlg,periodic-op-mode' is a required property
from schema $id: http://devicetree.org/schemas/input/dlg,da7280.yaml#
sm8150-microsoft-surface-duo.dtb: da7280@4a: 'dlg,dlg,const-op-mode', 'dlg,dlg,periodic-op-mode' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/input/dlg,da7280.yaml#

With the dlg,da7280.yaml converted from dlg,da7280.txt at [1].

[1] https://lore.kernel.org/all/20241206-topic-misc-da7280-convert-v2-1-1c3539f75604@linaro.org/

Fixes: d1f781db47a8 ("arm64: dts: qcom: add initial device-tree for Microsoft Surface Duo")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241230-topic-misc-dt-fixes-v4-6-1e6880e9dda3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts

index fc11ef0373c6920e970886ce2eb2c4f20c75154a..9a3d0ac6c423dcec1b2ec2a4cd8300346cd9dba5 100644 (file)
                pinctrl-0 = <&da7280_intr_default>;
 
                dlg,actuator-type = "LRA";
-               dlg,dlg,const-op-mode = <1>;
-               dlg,dlg,periodic-op-mode = <1>;
+               dlg,const-op-mode = <1>;
+               dlg,periodic-op-mode = <1>;
                dlg,nom-microvolt = <2000000>;
                dlg,abs-max-microvolt = <2000000>;
                dlg,imax-microamp = <129000>;