Commit 3a70c8b6 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: mba6ulx: Remove unnecessary #address-cells/#size-cells

The following W=1 dtc warning is seen:

arch/arm/boot/dts/mba6ulx.dtsi:33.26-64.4: Warning (avoid_unnecessary_addr_size): /gpio-keys: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Remove the unnecessary #address-cells/#size-cells to fix it.

Fixes: 7b8861d8 ("ARM: dts: imx6ul: add TQ-Systems MBa6ULx device trees")
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b4269132
......@@ -32,8 +32,6 @@ beeper: beeper {
gpio_buttons: gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_buttons>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment