Skip to content

Commit 8cbd1bb

Browse files
erwangocarlescufi
authored andcommitted
boards: shields: x_nucleo_idb05a1: '-' is not an allowed nodelabel char
When adding nodelabels to shields devices, it should be taken car not to use forbidden characters. Fix existing occurrence. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 397a992 commit 8cbd1bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/shields/x_nucleo_idb05a1/boards/stm32mp157c_dk2.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
&arduino_spi {
8-
spbtle-rf_x_nucleo_idb05a1: spbtle-rf@0 {
8+
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
99
cs-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* D10 */
1010
irq-gpios = <&arduino_header 15 0>; /* D9 */
1111
};

boards/shields/x_nucleo_idb05a1/x_nucleo_idb05a1.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
&arduino_spi {
88
cs-gpios = <&arduino_header 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* A1 */
99

10-
spbtle-rf_x_nucleo_idb05a1: spbtle-rf@0 {
10+
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
1111
compatible = "zephyr,bt-hci-spi";
1212
reg = <0>;
1313
reset-gpios = <&arduino_header 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* D7 */

0 commit comments

Comments
 (0)