commit | 1acf006cd133cd5e658dbc5f103cde4825500bd3 | [log] [tgz] |
---|---|---|
author | Zixun LI <admin@hifiphile.com> | Mon Oct 21 17:04:51 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 04 14:11:43 2024 -0600 |
tree | 9b2e16ef8dffca7dc271e2202c559067d4181de9 | |
parent | cd8f9b9ec697a380d27ee7f493478a2f815a427a [diff] |
dm: gpio: Return error when pull up/down is requested but set_flags ops is not implmentated Currently in _dm_gpio_set_flags() when set_flags ops is not implemented direction_output()/_input() is used, but pull up/down is not supported by these ops. Signed-off-by: Zixun LI <admin@hifiphile.com>