Commit 54ab5f36 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: omap: correct gpio-keys properties

parent b1c9af5f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -94,8 +94,6 @@ &gpio1 26 GPIO_ACTIVE_HIGH /* Bank1, pin26 */

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

		switch-9 {
+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ guardian_buttons: gpio-keys {
		pinctrl-names = "default";
		pinctrl-0 = <&guardian_button_pins>;
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;

		select-button {
			label = "guardian-select-button";
+1 −3
Original line number Diff line number Diff line
@@ -166,10 +166,8 @@ &mmc2 {
&buttons {
	pinctrl-names = "default";
	pinctrl-0 = <&push_button_pins>;
	#address-cells = <1>;
	#size-cells = <0>;

	button@0 {
	button-0 {
		label = "push_button";
		linux,code = <0x100>;
		gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
+1 −3
Original line number Diff line number Diff line
@@ -378,10 +378,8 @@ &mmc3 {
&buttons {
	pinctrl-names = "default";
	pinctrl-0 = <&push_button_pins>;
	#address-cells = <1>;
	#size-cells = <0>;

	button@0 {
	button-0 {
		label = "push_button";
		linux,code = <0x100>;
		gpios = <&gpio3 21 GPIO_ACTIVE_LOW>;
+2 −2
Original line number Diff line number Diff line
@@ -54,14 +54,14 @@ user_buttons: user_buttons {
		pinctrl-names = "default";
		pinctrl-0 = <&user_buttons_pins>;

		button@0 {
		button-0 {
			label = "home";
			linux,code = <KEY_HOME>;
			gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
			wakeup-source;
		};

		button@1 {
		button-1 {
			label = "menu";
			linux,code = <KEY_MENU>;
			gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
Loading