mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 16:29:25 -04:00
ARM: dts: renesas: rskrza1: Use interrupts-extended for gpio-keys
Use the more concise interrupts-extended property to fully describe the interrupt. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20240927095414.10241-9-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
47a205227c
commit
9c8410f0de
@@ -78,24 +78,21 @@ keyboard {
|
||||
pinctrl-0 = <&keyboard_pins>;
|
||||
|
||||
key-1 {
|
||||
interrupt-parent = <&irqc>;
|
||||
interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
|
||||
interrupts-extended = <&irqc 3 IRQ_TYPE_EDGE_BOTH>;
|
||||
linux,code = <KEY_1>;
|
||||
label = "SW1";
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
key-2 {
|
||||
interrupt-parent = <&irqc>;
|
||||
interrupts = <2 IRQ_TYPE_EDGE_BOTH>;
|
||||
interrupts-extended = <&irqc 2 IRQ_TYPE_EDGE_BOTH>;
|
||||
linux,code = <KEY_2>;
|
||||
label = "SW2";
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
key-3 {
|
||||
interrupt-parent = <&irqc>;
|
||||
interrupts = <5 IRQ_TYPE_EDGE_BOTH>;
|
||||
interrupts-extended = <&irqc 5 IRQ_TYPE_EDGE_BOTH>;
|
||||
linux,code = <KEY_3>;
|
||||
label = "SW3";
|
||||
wakeup-source;
|
||||
|
||||
Reference in New Issue
Block a user