Commit 3b47f229 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

ARM: dts: gose: Replace spaces by TABs

Make it easier to compare the file with other similar files.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Link: https://lore.kernel.org/r/20190904120114.1894-2-geert+renesas@glider.be
parent 54ecb8f7
...@@ -65,81 +65,81 @@ gpio-keys { ...@@ -65,81 +65,81 @@ gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
key-1 { key-1 {
gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
linux,code = <KEY_1>; linux,code = <KEY_1>;
label = "SW2-1"; label = "SW2-1";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-2 { key-2 {
gpios = <&gpio5 1 GPIO_ACTIVE_LOW>; gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
linux,code = <KEY_2>; linux,code = <KEY_2>;
label = "SW2-2"; label = "SW2-2";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-3 { key-3 {
gpios = <&gpio5 2 GPIO_ACTIVE_LOW>; gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
linux,code = <KEY_3>; linux,code = <KEY_3>;
label = "SW2-3"; label = "SW2-3";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-4 { key-4 {
gpios = <&gpio5 3 GPIO_ACTIVE_LOW>; gpios = <&gpio5 3 GPIO_ACTIVE_LOW>;
linux,code = <KEY_4>; linux,code = <KEY_4>;
label = "SW2-4"; label = "SW2-4";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-a { key-a {
gpios = <&gpio7 0 GPIO_ACTIVE_LOW>; gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
linux,code = <KEY_A>; linux,code = <KEY_A>;
label = "SW30"; label = "SW30";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-b { key-b {
gpios = <&gpio7 1 GPIO_ACTIVE_LOW>; gpios = <&gpio7 1 GPIO_ACTIVE_LOW>;
linux,code = <KEY_B>; linux,code = <KEY_B>;
label = "SW31"; label = "SW31";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-c { key-c {
gpios = <&gpio7 2 GPIO_ACTIVE_LOW>; gpios = <&gpio7 2 GPIO_ACTIVE_LOW>;
linux,code = <KEY_C>; linux,code = <KEY_C>;
label = "SW32"; label = "SW32";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-d { key-d {
gpios = <&gpio7 3 GPIO_ACTIVE_LOW>; gpios = <&gpio7 3 GPIO_ACTIVE_LOW>;
linux,code = <KEY_D>; linux,code = <KEY_D>;
label = "SW33"; label = "SW33";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-e { key-e {
gpios = <&gpio7 4 GPIO_ACTIVE_LOW>; gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
linux,code = <KEY_E>; linux,code = <KEY_E>;
label = "SW34"; label = "SW34";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-f { key-f {
gpios = <&gpio7 5 GPIO_ACTIVE_LOW>; gpios = <&gpio7 5 GPIO_ACTIVE_LOW>;
linux,code = <KEY_F>; linux,code = <KEY_F>;
label = "SW35"; label = "SW35";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
key-g { key-g {
gpios = <&gpio7 6 GPIO_ACTIVE_LOW>; gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
linux,code = <KEY_G>; linux,code = <KEY_G>;
label = "SW36"; label = "SW36";
wakeup-source; wakeup-source;
debounce-interval = <20>; debounce-interval = <20>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment