dts: stm32f411e_disco@B: fix wrong device label lsm303agr-magn@1e.
the device label lsm303agr-magn@1e doesn't exist in the base dts file stm32f411e_disco.dts, it is lsm303agr-magn, so correct it. Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
This commit is contained in:
parent
7f105cea87
commit
c6393e2536
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
/delete-node/ lsm303agr-magn@1e;
|
/delete-node/ lsm303agr-magn;
|
||||||
/delete-node/ lsm303agr-accel@19;
|
/delete-node/ lsm303agr-accel@19;
|
||||||
|
|
||||||
lsm303dlhc_magn: lsm303dlhc-magn@1e {
|
lsm303dlhc_magn: lsm303dlhc-magn@1e {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue