diff options
author | Andrew Jeffery <[email protected]> | 2019-12-03 22:34:08 +1030 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2019-12-17 13:38:16 +1100 |
commit | 5da9a58963626bfc12d03cc37c0706fcac336cb7 (patch) | |
tree | 1cf65f7cd558b0b480a61889abbfa2860251a4f3 | |
parent | 95d519ceb8a30cda725e3fced58575c066def100 (diff) |
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 <[email protected]>
Signed-off-by: Andrew Jeffery <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Reviewed-by: Adriana Kobylak <[email protected]>
Tested-by: Adriana Kobylak <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
-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 { |