ARM: dts: da850-lego-ev3: remove unnecessary gpio-keys properties
authorDavid Lechner <david@lechnology.com>
Sat, 12 May 2018 21:41:59 +0000 (16:41 -0500)
committerSekhar Nori <nsekhar@ti.com>
Mon, 14 May 2018 10:03:35 +0000 (15:33 +0530)
This removes the #address-cells and #size-cells properties from the
gpio-keys node in the da850-lego-ev3 device tree. These properties are
not needed since the child nodes don't have a reg property.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lego-ev3.dts

index 0a7cfa4..ee39324 100644 (file)
@@ -33,8 +33,6 @@
         */
        gpio_keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
                label = "EV3 Brick Buttons";
                pinctrl-names = "default";
                pinctrl-0 = <&button_bias>;