boards: frdm_k22f: Correct FXOS8700 i2c address

The address in NXP's documentation shows that 0x1c is the addressfor the
FXOS8700.

Signed-off-by: Ryan Holleran <rhollerar@gmail.com>
This commit is contained in:
Ryan Holleran 2020-10-30 18:36:38 -05:00 committed by Maureen Helm
parent 667db2db88
commit 807d8aa87b

View File

@ -99,9 +99,9 @@
&i2c0 {
status = "okay";
fxos8700@1d {
fxos8700@1c {
compatible = "nxp,fxos8700";
reg = <0x1d>;
reg = <0x1c>;
label = "FXOS8700";
int1-gpios = <&gpiod 0 GPIO_ACTIVE_LOW>;
int2-gpios = <&gpiod 1 GPIO_ACTIVE_LOW>;