From 4f74a4a642eb48e6638fb709039638881f6cf9ed Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Wed, 4 Mar 2015 18:31:03 +0100 Subject: 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 --- arch/arm/boot/dts/at91-sama5d4ek.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/boot/dts/at91-sama5d4ek.dts') diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index 9198b719d0ef..61f537a68ee8 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -244,8 +244,6 @@ gpio_keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_key_gpio>; -- cgit v1.2.3-59-g8ed1b