Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2ecb2e2 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: at91/dt: gpio-keys: remove address-cells and size-cells properties



Gpio-keys nodes are not using the "reg" property in their sub nodes.
So, there is no need to define #address-cells and #size-cells properties
in gpio-keys nodes: we remove them.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 58dc5b53
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -155,8 +155,6 @@

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

		left_click {
			label = "left_click";
+0 −2
Original line number Diff line number Diff line
@@ -167,8 +167,6 @@

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

		btn3 {
			label = "Button 3";
+0 −2
Original line number Diff line number Diff line
@@ -162,8 +162,6 @@

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

		left_click {
			label = "left_click";
+0 −2
Original line number Diff line number Diff line
@@ -104,8 +104,6 @@

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

		enter {
			label = "Enter";