mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 06:41:43 +00:00
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:
parent
ae62a32d60
commit
9712ada7c0
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user