boards: shields: Fix naming scheme for shield node labels
Replaced incorrect names with correct ones. Fixes: #50526 Signed-off-by: Nicolas Granger <nicolas.granger01@st.com>
This commit is contained in:
parent
1f1e51ad6b
commit
17537564d4
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
*/
|
||||
|
||||
&arduino_i2c {
|
||||
lsm303agr-magn_x_nucleo_iks01a2: lsm303agr-magn@1e {
|
||||
lsm303agr_magn_1e_x_nucleo_iks01a2: lsm303agr-magn@1e {
|
||||
/delete-property/ irq-gpios; /* A3 */
|
||||
};
|
||||
|
||||
lsm303agr-accel_x_nucleo_iks01a2: lsm303agr-accel@19 {
|
||||
lsm303agr_accel_19_x_nucleo_iks01a2: lsm303agr-accel@19 {
|
||||
/delete-property/ irq-gpios; /* A3 */
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue