Commit e5a3cbe8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: correct gpio-keys properties on rk3288-tinker

parent 271e2c92
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -26,14 +26,12 @@ ext_gmac: external-gmac-clock {

	gpio-keys {
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;
		autorepeat;

		pinctrl-names = "default";
		pinctrl-0 = <&pwrbtn>;

		button@0 {
		button {
			gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_POWER>;
			label = "GPIO Key Power";