diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-15 06:30:54 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-21 11:07:15 -0400 |
commit | b2ecb2e20215830c812dc2ffd677c538c31d30d5 (patch) | |
tree | c23399518b4612fb42d472a18b9ab1be97aa2768 /arch/arm/boot/dts/at91sam9263ek.dts | |
parent | 58dc5b53e1c1467e54bbbc47d56a4d5f8c478a31 (diff) |
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 <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263ek.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 1eb08728f527..aa0e184336a1 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts | |||
@@ -155,8 +155,6 @@ | |||
155 | 155 | ||
156 | gpio_keys { | 156 | gpio_keys { |
157 | compatible = "gpio-keys"; | 157 | compatible = "gpio-keys"; |
158 | #address-cells = <1>; | ||
159 | #size-cells = <0>; | ||
160 | 158 | ||
161 | left_click { | 159 | left_click { |
162 | label = "left_click"; | 160 | label = "left_click"; |