Commit fa8cc83a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: at91: correct gpio-keys properties

parent 17413b15
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@ main_xtal {

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

		button-reset {
			label = "PB_RST";
+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ main_xtal {

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

		button-prog {
			label = "PB_PROG";
+0 −2
Original line number Diff line number Diff line
@@ -36,8 +36,6 @@ adc_op_clk {

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

		key-prog {
			label = "PB_PROG";
+0 −2
Original line number Diff line number Diff line
@@ -198,8 +198,6 @@ user_led {

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

		button-user {
			label = "user_pb";
+1 −4
Original line number Diff line number Diff line
@@ -14,11 +14,8 @@ / {

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

		irqbtn@18 {
			reg = <18>;
		button {
			label = "IRQBTN";
			linux,code = <99>;
			gpios = <&pioB 18 GPIO_ACTIVE_LOW>;
Loading