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:
parent
74eafc5f82
commit
61023dd0ec
@ -43,6 +43,7 @@
|
||||
debounce = <15>;
|
||||
scan-delay = <32>;
|
||||
row-hold = <91500>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm8921_gpio: gpio@150 {
|
||||
|
@ -102,6 +102,8 @@
|
||||
>;
|
||||
keypad,num-rows = <1>;
|
||||
keypad,num-columns = <5>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rpm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user