projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbbf17
)
ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 13 Feb 2018 14:15:33 +0000
(15:15 +0100)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 14 Feb 2018 16:35:14 +0000
(08:35 -0800)
"debounce_interval" was never supported.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: BenoƮt Cousson <bcousson@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5-uevm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap5-uevm.dts
b/arch/arm/boot/dts/omap5-uevm.dts
index
ec2c8ba
..
592e17f
100644
(file)
--- a/
arch/arm/boot/dts/omap5-uevm.dts
+++ b/
arch/arm/boot/dts/omap5-uevm.dts
@@
-47,7
+47,7
@@
gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 */
wakeup-source;
autorepeat;
- debounce
_
interval = <50>;
+ debounce
-
interval = <50>;
};
};