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

Commit 4f74a4a6 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: at91/dt: gpio-keys: address-cells and size-cells properties are not needed



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 in these new boards.

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

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

		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_key_gpio>;
+0 −2
Original line number Diff line number Diff line
@@ -44,8 +44,6 @@

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

		pb_user1 {
			label = "pb_user1";