ARM: dts: qcom: pm8921: Disable keypad by default

Since keypad is used only by some devices, disable it by default and enable explicitly.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230928110309.1212221-34-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Dmitry Baryshkov 2023-09-28 14:03:06 +03:00 committed by Bjorn Andersson
parent 74eafc5f82
commit 61023dd0ec
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@
debounce = <15>;
scan-delay = <32>;
row-hold = <91500>;
status = "disabled";
};
pm8921_gpio: gpio@150 {

View File

@ -102,6 +102,8 @@
>;
keypad,num-rows = <1>;
keypad,num-columns = <5>;
status = "okay";
};
&rpm {