diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-16 17:58:12 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-04 09:08:31 -0700 |
commit | 6b512b0ee091edcb8e46218894e4c917d919d3dc (patch) | |
tree | d7b4740c72dab32d09e1b2e4f0a6a1fa2a824321 /arch/arm | |
parent | 1913c7f3fc2514e09262baf2267a82dfdb215c39 (diff) | |
download | linux-6b512b0ee091edcb8e46218894e4c917d919d3dc.tar.bz2 |
ARM: dts: logicpd-torpedo-som: Remove twl_keypad
The TWL4030 used on the Logit PD Torpedo SOM does not have the
keypad pins routed. This patch disables the twl_keypad driver
to remove some splat during boot:
twl4030_keypad 48070000.i2c:twl@48:keypad: missing or malformed property linux,keymap: -22
twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap
twl4030_keypad: probe of 48070000.i2c:twl@48:keypad failed with error -22
Signed-off-by: Adam Ford <aford173@gmail.com>
[tony@atomide.com: removed error time stamps]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi index 3fdd0a72f87f..506b118e511a 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi @@ -192,3 +192,7 @@ &twl_gpio { ti,use-leds; }; + +&twl_keypad { + status = "disabled"; +}; |