Skip to content

Commit 6becf96

Browse files
committed
Adjusting names to solve issue with phandles from other overlays
1 parent 4f5d1a4 commit 6becf96

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_som_x8h7.dts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
fragment@2 {
6868
target-path = "/";
6969
__overlay__ {
70-
x8h7_adc {
70+
x8h7_adc: x8h7adc {
7171
compatible = "portenta,x8h7_adc";
7272
};
7373

74-
x8h7_gpio: x8h7_gpio {
74+
x8h7_gpio: x8h7gpio {
7575
compatible = "portenta,x8h7_gpio";
7676
base = <160>;
7777
gpio-controller;
@@ -80,11 +80,12 @@
8080
#interrupt-cells = <2>;
8181
};
8282

83-
x8h7_pwm {
83+
x8h7_pwm: x8h7pwm {
8484
compatible = "portenta,x8h7_pwm";
85+
#pwm-cells = <2>;
8586
};
8687

87-
x8h7_rtc {
88+
x8h7_rtc: x8h7rtc {
8889
compatible = "portenta,x8h7_rtc";
8990
};
9091

@@ -96,15 +97,15 @@
9697
compatible = "portenta,x8h7_can";
9798
};
9899

99-
x8h7_uart {
100+
x8h7_uart: x8h7uart {
100101
compatible = "portenta,x8h7_uart";
101102
};
102103

103-
x8h7_ui {
104+
x8h7_ui: x8h7ui {
104105
compatible = "portenta,x8h7_ui";
105106
};
106107

107-
x8h7_h7 {
108+
x8h7_h7: x8h7h7 {
108109
compatible = "portenta,x8h7_h7";
109110
};
110111
};

0 commit comments

Comments
 (0)