Unverified Commit 89551fdd authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Palmer Dabbelt
Browse files

riscv: dts: align gpio-key node names with dtschema

parent 3a66a087
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
	gpio-keys {
		compatible = "gpio-keys";

		key0 {
		key {
			label = "KEY0";
			linux,code = <BTN_0>;
			gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
	gpio-keys {
		compatible = "gpio-keys";

		boot {
		key-boot {
			label = "BOOT";
			linux,code = <BTN_0>;
			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
	gpio-keys {
		compatible = "gpio-keys";

		boot {
		key-boot {
			label = "BOOT";
			linux,code = <BTN_0>;
			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+3 −3
Original line number Diff line number Diff line
@@ -46,19 +46,19 @@
	gpio-keys {
		compatible = "gpio-keys";

		up {
		key-up {
			label = "UP";
			linux,code = <BTN_1>;
			gpios = <&gpio1_0 7 GPIO_ACTIVE_LOW>;
		};

		press {
		key-press {
			label = "PRESS";
			linux,code = <BTN_0>;
			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
		};

		down {
		key-down {
			label = "DOWN";
			linux,code = <BTN_2>;
			gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
	gpio-keys {
		compatible = "gpio-keys";

		boot {
		key-boot {
			label = "BOOT";
			linux,code = <BTN_0>;
			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;