Skip to content

Commit 4ac4c1d

Browse files
committed
ARM: dts: samsung: smdk4412: fix keypad no-autorepeat
Although the Samsung SoC keypad binding defined linux,keypad-no-autorepeat property, Linux driver never implemented it and always used linux,input-no-autorepeat. Correct the DTS to use property actually implemented. This also fixes dtbs_check errors like: exynos4412-smdk4412.dtb: keypad@100a0000: 'key-A', 'key-B', 'key-C', 'key-D', 'key-E', 'linux,keypad-no-autorepeat' do not match any of the regexes: '^key-[0-9a-z]+$', 'pinctrl-[0-9]+' Cc: <[email protected]> Fixes: c9b92dd ("ARM: dts: Add keypad entries to SMDK4412") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 88208d3 commit 4ac4c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/samsung/exynos4412-smdk4412.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
&keypad {
7070
samsung,keypad-num-rows = <3>;
7171
samsung,keypad-num-columns = <8>;
72-
linux,keypad-no-autorepeat;
72+
linux,input-no-autorepeat;
7373
wakeup-source;
7474
pinctrl-0 = <&keypad_rows &keypad_cols>;
7575
pinctrl-names = "default";

0 commit comments

Comments
 (0)