diff options
author | Douglas Anderson <dianders@chromium.org> | 2019-03-20 23:14:02 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-03-25 15:33:10 +0300 |
commit | 1a96665143c355b1019ed13b927266185d2a1e4f (patch) | |
tree | 1af71c303d3235e8624db4e3494bb91d921d9e05 /arch | |
parent | 282e2e078ba5338c72150477b743794bc7523917 (diff) | |
download | linux-1a96665143c355b1019ed13b927266185d2a1e4f.tar.xz |
ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys
They are pointless. As dtc points out:
Warning (avoid_unnecessary_addr_size):
/gpio-keys:
unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Let's remove them.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index 0bc2409f6903..192dbc089ade 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -25,8 +25,6 @@ gpio_keys: gpio-keys { compatible = "gpio-keys"; - #address-cells = <1>; - #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&pwr_key_l>; |