diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-12-03 15:04:08 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-12-17 05:38:16 +0300 |
commit | 5da9a58963626bfc12d03cc37c0706fcac336cb7 (patch) | |
tree | 1cf65f7cd558b0b480a61889abbfa2860251a4f3 /arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | |
parent | 95d519ceb8a30cda725e3fced58575c066def100 (diff) | |
download | linux-5da9a58963626bfc12d03cc37c0706fcac336cb7.tar.xz |
ARM: dts: fp5280g2: Cleanup gpio-keys-polled properties
dtbs_check gave the following warning:
Warning (avoid_unnecessary_addr_size): /gpio-keys-polled: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Cc: John Wang <wangzqbj@inspur.com>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Adriana Kobylak <anoo@us.ibm.com>
Tested-by: Adriana Kobylak <anoo@us.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts index c17bb7fce7ff..62a3ab4c1866 100644 --- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts +++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts @@ -94,8 +94,6 @@ gpio-keys-polled { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <1000>; fan0-presence { |