commit | 8671fdd86ddbd0520410583fb650a23e7076ecd1 | [log] [tgz] |
---|---|---|
author | Khoa Nguyen <khoa.nguyen.xh@renesas.com> | Tue Mar 04 10:14:17 2025 +0700 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 10 08:58:52 2025 +0100 |
tree | 83b5e8b5dea2ea2aec3ec03c5584e31a5a68bc70 | |
parent | 0d36361b5d80eb64901cae4b4ecddb897d9ef668 [diff] |
drivers: adc: Remove channel_count property for Renesas driver Currently, in Renesas adc driver, channel_count is used as the maximum index of the channels can be supported. However, the value input in dts of "channel_count" represents the total number of supported channels. After consideration, we have decided to remove this reduntant property. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>