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

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
......@@ -244,8 +244,6 @@ rootfs@800000 {
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_key_gpio>;
......
......@@ -44,8 +44,6 @@ macb1: ethernet@f802c000 {
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pb_user1 {
label = "pb_user1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment