Преглед изворни кода

ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling

"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>
Geert Uytterhoeven пре 7 година
родитељ
комит
6411625714
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/arm/boot/dts/omap5-uevm.dts

+ 1 - 1
arch/arm/boot/dts/omap5-uevm.dts

@@ -47,7 +47,7 @@
 			gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;	/* gpio3_83 */
 			gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;	/* gpio3_83 */
 			wakeup-source;
 			wakeup-source;
 			autorepeat;
 			autorepeat;
-			debounce_interval = <50>;
+			debounce-interval = <50>;
 		};
 		};
 	};
 	};