commit | a6f5897e21a67379e48bcdfd340b5f227b5083d2 | [log] [tgz] |
---|---|---|
author | James Roy <rruuaanng@outlook.com> | Wed Mar 05 09:18:10 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 19 20:26:45 2025 +0100 |
tree | dc83fbab6f227240226f477b07756e890d000eba | |
parent | 66b2a6ad2d061c5f9e8aff9dae55939afcd13dcd [diff] |
drivers: i2c: Add an i2c_configure_dt function Add an i2c_configure_dt function, that is equivalent to calling i2c_configure(spec->bus, dev_config) to simplify the calling. Signed-off-by: James Roy <rruuaanng@outlook.com>