Skip to content

Commit 1753756

Browse files
Nicolas62xfabiobaltieri
authored andcommitted
boards: shields: Fix naming scheme for shield node labels
Replaced incorrect names with correct ones. Fixes: #50526 Signed-off-by: Nicolas Granger <[email protected]>
1 parent 1f1e51a commit 1753756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/shields/x_nucleo_iks01a2/boards/stm32mp157c_dk2.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
*/
1111

1212
&arduino_i2c {
13-
lsm303agr-magn_x_nucleo_iks01a2: lsm303agr-magn@1e {
13+
lsm303agr_magn_1e_x_nucleo_iks01a2: lsm303agr-magn@1e {
1414
/delete-property/ irq-gpios; /* A3 */
1515
};
1616

17-
lsm303agr-accel_x_nucleo_iks01a2: lsm303agr-accel@19 {
17+
lsm303agr_accel_19_x_nucleo_iks01a2: lsm303agr-accel@19 {
1818
/delete-property/ irq-gpios; /* A3 */
1919
};
2020
};

0 commit comments

Comments
 (0)