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: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Nicolas Ferre 2015-03-04 18:31:03 +01:00
parent 6d39bb019f
commit 4f74a4a642
2 changed files with 0 additions and 4 deletions

View File

@ -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>;

View File

@ -44,8 +44,6 @@ macb1: ethernet@f802c000 {
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pb_user1 {
label = "pb_user1";