Skip to content

Commit f878a55

Browse files
etienne-lmskartben
authored andcommitted
shields: devicetree: fix typos introduced using Arduino header constants
Fix typo introduced in some shields DTS overlay files by commit c683b04 ("shields: devicetree: use arduino-header-r3.h constants in all shields"). Signed-off-by: Etienne Carriere <[email protected]>
1 parent a119e58 commit f878a55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/shields/waveshare_epaper/waveshare_epaper_gdeh0213b1.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
compatible = "zephyr,mipi-dbi-spi";
1717
spi-dev = <&arduino_spi>;
1818
dc-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_HIGH>;
19-
reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_LOW
19+
reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_LOW>;
2020
#address-cells = <1>;
2121
#size-cells = <0>;
2222

boards/shields/waveshare_epaper/waveshare_epaper_gdew042t2-p.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
compatible = "zephyr,mipi-dbi-spi";
1717
spi-dev = <&arduino_spi>;
1818
dc-gpios = <&arduino_header ARDUINO_HEADER_R3_D9 GPIO_ACTIVE_HIGH>;
19-
reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_LOW
19+
reset-gpios = <&arduino_header ARDUINO_HEADER_R3_D8 GPIO_ACTIVE_LOW>;
2020
write-only;
2121
#address-cells = <1>;
2222
#size-cells = <0>;

boards/shields/x_nucleo_iks01a2/x_nucleo_iks01a2.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
lsm6dsl_6b_x_nucleo_iks01a2: lsm6dsl@6b {
3131
compatible = "st,lsm6dsl";
3232
reg = <0x6b>;
33-
irq-gpios = <&arduino_header ARDUINO_HEADER_R3_D4 GPIO_ACTIVE_HIGH
33+
irq-gpios = <&arduino_header ARDUINO_HEADER_R3_D4 GPIO_ACTIVE_HIGH>;
3434
};
3535

3636
lsm303agr_magn_1e_x_nucleo_iks01a2: lsm303agr-magn@1e {

0 commit comments

Comments
 (0)