From b2ecb2e20215830c812dc2ffd677c538c31d30d5 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Fri, 15 Mar 2013 11:30:54 +0100 Subject: 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: Nicolas Ferre --- arch/arm/boot/dts/at91sam9n12ek.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts') diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index d400f8de4387..7117c057deb7 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts @@ -104,8 +104,6 @@ gpio_keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; enter { label = "Enter"; -- cgit v1.2.3