Forráskód Böngészése

ARM: dts: am335x-pcm953: Fix legacy wakeup source binding

Replaced the legacy binding "gpio-key,wakeup" with "wakeup-source" as
noted in the kernel documentation.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reported-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Teresa Remmet 8 éve
szülő
commit
48385896e9
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      arch/arm/boot/dts/am335x-pcm-953.dtsi

+ 2 - 2
arch/arm/boot/dts/am335x-pcm-953.dtsi

@@ -63,14 +63,14 @@
 			label = "home";
 			label = "home";
 			linux,code = <KEY_HOME>;
 			linux,code = <KEY_HOME>;
 			gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
 			gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
-			gpio-key,wakeup;
+			wakeup-source;
 		};
 		};
 
 
 		button@1 {
 		button@1 {
 			label = "menu";
 			label = "menu";
 			linux,code = <KEY_MENU>;
 			linux,code = <KEY_MENU>;
 			gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
 			gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
-			gpio-key,wakeup;
+			wakeup-source;
 		};
 		};
 
 
 	};
 	};