commit | a6cc3f18382a31747f7e8dadd361803984369043 | [log] [tgz] |
---|---|---|
author | Watson Zeng <zhiwei@synopsys.com> | Mon Jun 28 14:19:46 2021 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Jun 28 13:53:57 2021 -0500 |
tree | 6215c9abff1cce215c444ed619152d127cefb791 | |
parent | 684082b5b2c12bc92e2ed577a13910cd75853a32 [diff] |
dts: designware-gpio: remove reduplicative property bits bits property indicates the number of in-use slots of available slots for GPIOS. We have a similar property ngpios in gpio-controller.yaml, we will use ngpios to calculate port_pin_mask. Let's remove bits and only use ngpios. Signed-off-by: Watson Zeng <zhiwei@synopsys.com>