diff options
| author | Fabien Parent <[email protected]> | 2022-04-26 15:41:04 +0200 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2022-05-13 13:27:40 +0200 |
| commit | 8a87419481f2d51a7bd03617d363faf5f2b0e1b3 (patch) | |
| tree | 12fdef207eec221f2f7f0974d0beccf77153857f | |
| parent | 41d2d562e89cb9b9558242653862a932fd877f9a (diff) | |
arm64: dts: mediatek: mt8195-demo: Remove input-name property
This property doesn't seem to exist in the documentation nor
in source code, let's remove it from the device-tree.
Signed-off-by: Fabien Parent <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts index def3fc26cb99..6606c7fe8db3 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts +++ b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts @@ -34,7 +34,6 @@ gpio-keys { compatible = "gpio-keys"; - input-name = "gpio-keys"; pinctrl-names = "default"; pinctrl-0 = <&gpio_keys_pins>; |