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>
This commit is contained in:
parent
58dc5b53e1
commit
b2ecb2e202
4 changed files with 0 additions and 8 deletions
|
@ -155,8 +155,6 @@
|
||||||
|
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
left_click {
|
left_click {
|
||||||
label = "left_click";
|
label = "left_click";
|
||||||
|
|
|
@ -167,8 +167,6 @@
|
||||||
|
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
btn3 {
|
btn3 {
|
||||||
label = "Button 3";
|
label = "Button 3";
|
||||||
|
|
|
@ -162,8 +162,6 @@
|
||||||
|
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
left_click {
|
left_click {
|
||||||
label = "left_click";
|
label = "left_click";
|
||||||
|
|
|
@ -104,8 +104,6 @@
|
||||||
|
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
enter {
|
enter {
|
||||||
label = "Enter";
|
label = "Enter";
|
||||||
|
|
Loading…
Add table
Reference in a new issue