boards: circuitdojo_feather_nrf9160: disconnect SDO/SDA0 of LIS2DH12TR
LIS2DH12TR has an internal pull-up connected to SDA0 pin, while this pin is connected directly to GND on PCB. This results in constant power consumption, which can be prevented by disconnecting internal SDA0 pull-up. Do so by adding 'disconnect-sdo-sa0-pull-up' DT property, so that accelerometer driver will send a proper command during boot. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
ccd35abdbd
commit
4a40d78a81
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
label = "LIS2DH";
|
||||
reg = <0x18>;
|
||||
irq-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
disconnect-sdo-sa0-pull-up;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue