Skip to content

Commit 79b4b11

Browse files
committed
treewide: fix missing use of underscores
in #83352 a few bindings were not migrated, fix that, as it will lead to ci fails. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent 050b271 commit 79b4b11

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

boards/nxp/lpcxpresso55s28/lpcxpresso55s28.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ zephyr_uhc1: &usbhhs {
138138
pinctrl-0 = <&pinmux_usbhhs>;
139139
pinctrl-names = "default";
140140
status = "okay";
141-
phy_handle = <&usbphy1>;
141+
phy-handle = <&usbphy1>;
142142
};
143143

144144
&usbphy1 {

boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ zephyr_uhc1: &usbhhs {
165165
pinctrl-0 = <&pinmux_usbhhs>;
166166
pinctrl-names = "default";
167167
status = "okay";
168-
phy_handle = <&usbphy1>;
168+
phy-handle = <&usbphy1>;
169169
};
170170

171171
&usbphy1 {

boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ zephyr_udc0: &usb1 {
213213

214214
zephyr_uhc0: &usbh1 {
215215
status = "okay";
216-
phy_handle = <&usbphy1>;
216+
phy-handle = <&usbphy1>;
217217
};
218218

219219
zephyr_uhc1: &usbh2 {
220220
status = "okay";
221-
phy_handle = <&usbphy2>;
221+
phy-handle = <&usbphy2>;
222222
};
223223

224224
&usbphy1 {

boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ zephyr_udc0: &usb1 {
190190

191191
zephyr_uhc0: &usbh1 {
192192
status = "okay";
193-
phy_handle = <&usbphy1>;
193+
phy-handle = <&usbphy1>;
194194
};
195195

196196
zephyr_uhc1: &usbh2 {
197197
status = "okay";
198-
phy_handle = <&usbphy2>;
198+
phy-handle = <&usbphy2>;
199199
};
200200

201201
&usbphy1 {

dts/arm/silabs/siwg917.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
interrupt-names = "pwm";
327327
clocks = <&clock0 SIWX91X_CLK_PWM>;
328328
#pwm-cells = <2>;
329-
silabs,ch_prescaler = <64 64 64 64>;
329+
silabs,ch-prescaler = <64 64 64 64>;
330330
status = "disabled";
331331
};
332332

dts/bindings/display/solomon,ssd1309fb-spi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compatible: "solomon,ssd1309fb"
88
include: ["solomon,ssd1306fb-common.yaml", "spi-device.yaml"]
99

1010
properties:
11-
data_cmd-gpios:
11+
data-cmd-gpios:
1212
type: phandle-array
1313
required: true
1414
description: D/C# pin.

dts/bindings/led/ti,lp50xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ properties:
1212
type: boolean
1313
description: |
1414
If enabled the maximum current output is set to 35 mA (25.5 mA else).
15-
log_scale_en:
15+
log-scale-en:
1616
type: boolean
1717
description: |
1818
If enabled a logarithmic dimming scale curve is used for LED brightness

dts/bindings/pwm/silabs,siwx91x-pwm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ properties:
1212
"#pwm-cells":
1313
const: 2
1414

15-
silabs,ch_prescaler:
15+
silabs,ch-prescaler:
1616
type: array
1717
required: true
1818
description: |
@@ -26,7 +26,7 @@ properties:
2626
- 32
2727
- 64
2828

29-
silabs,pwm_polarity:
29+
silabs,pwm-polarity:
3030
type: int
3131
required: true
3232
description: |

dts/bindings/usb/nxp,uhc-ehci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ compatible: "nxp,uhc-ehci"
88
include: [usb-controller.yaml]
99

1010
properties:
11-
phy_handle:
11+
phy-handle:
1212
type: phandle

dts/bindings/usb/nxp,uhc-ip3516hs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ compatible: "nxp,uhc-ip3516hs"
88
include: [usb-controller.yaml, pinctrl-device.yaml]
99

1010
properties:
11-
phy_handle:
11+
phy-handle:
1212
type: phandle

dts/bindings/watchdog/nxp,ewm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ properties:
1919
description: Watchdog clock divider
2020
required: true
2121

22-
input_trigger_en:
22+
input-trigger-en:
2323
type: boolean
2424
description: |
2525
When enabled the ewm_in signal can be used
2626
to assert the ewm.
2727
28-
input_trigger_active_high:
28+
input-trigger-active-high:
2929
type: boolean
3030
description: |
3131
When enabled the ewm_in signal is active high.

tests/drivers/pwm/pwm_api/boards/siwx917_rb4338a.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
pwm_channel1: pwm_channel1 {
2727
pwms = <&pwm 0 1000000>;
2828
};
29-
silabs,pwm_polarity = <PWM_POLARITY_NORMAL>;
29+
silabs,pwm-polarity = <PWM_POLARITY_NORMAL>;
3030
status = "okay";
3131
};

0 commit comments

Comments
 (0)