ARM: dts: da850-lego-ev3: remove unnecessary gpio-keys properties

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>
This commit is contained in:
David Lechner 2018-05-12 16:41:59 -05:00 committed by Sekhar Nori
parent ae62a32d60
commit 9712ada7c0

View 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>;