Skip to content

Commit 97173b6

Browse files
henrikbrixandersenfabiobaltieri
authored andcommitted
boards: shields: use shield-specific sdhc nodelabels
Use shield-specific sdhc devicetree nodelabels in order not to clash with sdhc nodelabels from the board devicetree. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent ba81030 commit 97173b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/shields/adafruit_2_8_tft_touch_v2/dts/adafruit_2_8_tft_touch_v2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
3737
};
3838

39-
sdhc0: sdhc@1 {
39+
adafruit_2_8_tft_touch_v2_sdhc: sdhc@1 {
4040
compatible = "zephyr,sdhc-spi-slot";
4141
reg = <1>;
4242
status = "okay";

boards/shields/waveshare_epaper/dts/waveshare_epaper_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, /* D10 */
1010
<&arduino_header 12 GPIO_ACTIVE_LOW>; /* D04 */
1111

12-
sdhc0: sdhc@1 {
12+
waveshare_epaper_sdhc: sdhc@1 {
1313
compatible = "zephyr,sdhc-spi-slot";
1414
reg = <1>;
1515
status = "okay";

0 commit comments

Comments
 (0)