diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-12-03 15:04:09 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-12-17 05:38:18 +0300 |
commit | 53820e00aaa173db268e0288d0407806539b4c3e (patch) | |
tree | 517faa1d6f15bb60eb27dca4a30b7c25b5af2503 /arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | |
parent | 5da9a58963626bfc12d03cc37c0706fcac336cb7 (diff) | |
download | linux-53820e00aaa173db268e0288d0407806539b4c3e.tar.xz |
ARM: dts: swift: 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: Adriana Kobylak <anoo@us.ibm.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-opp-swift.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts index b8fdd2a8a2c9..d56b5ed09b37 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts @@ -82,8 +82,6 @@ gpio-keys-polled { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <1000>; scm0-presence { |