commit | 9433555f0d862cfb5bd1133ff1f5a5cb19cb6f6e | [log] [tgz] |
---|---|---|
author | Jamie McCrae <jamie.mccrae@nordicsemi.no> | Fri Aug 12 13:57:00 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 12 17:39:28 2022 +0200 |
tree | 6cd115defc5d0b579e42b14eccd82662eda3a8e9 | |
parent | dc47cc30a954f61c504ef0011ac41c16b81656cd [diff] |
drivers: sensor: adxl372: Fix default bus issue The adxl372 device does not select the correct bus that it is on, which causes undefined operation (usually a fault). This driver should not be using Kconfig to determine which bus to use, that should be done by dts, however this works as a quick fix in the interim until the driver can be fixed properly. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>