Skip to content

Commit 05599f7

Browse files
rruuaanngkartben
authored andcommitted
dts: bindings: usb: Change the property names in the DTS
Change the property names in the bindings and DTS to use hyphens(-) for separation instead of underscores(_). Signed-off-by: James Roy <[email protected]>
1 parent 5a9ff03 commit 05599f7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196

197197
zephyr_udc0: &usb1 {
198198
status = "okay";
199-
phy_handle = <&usbphy1>;
199+
phy-handle = <&usbphy1>;
200200
};
201201

202202
&usbphy1 {

boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
zephyr_udc0: &usbhs {
2828
status = "okay";
29-
phy_handle = <&usbphy1>;
29+
phy-handle = <&usbphy1>;
3030
};
3131

3232
&usbphy1 {

boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
zephyr_udc0: &usbhs {
154154
status = "okay";
155-
phy_handle = <&usbphy1>;
155+
phy-handle = <&usbphy1>;
156156
};
157157

158158
&usbphy1 {

boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ arduino_i2c: &lpi2c1 {
185185

186186
zephyr_udc0: &usb1 {
187187
status = "okay";
188-
phy_handle = <&usbphy1>;
188+
phy-handle = <&usbphy1>;
189189
};
190190

191191
&usbphy1 {

boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ nxp_mipi_i2c: &lpi2c5 {
150150

151151
zephyr_udc0: &usb1 {
152152
status = "okay";
153-
phy_handle = <&usbphy1>;
153+
phy-handle = <&usbphy1>;
154154
};
155155

156156
&usbphy1 {

boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ i2s1: &flexcomm3 {
359359

360360
zephyr_udc0: &usbhs {
361361
status = "okay";
362-
phy_handle = <&usbphy>;
362+
phy-handle = <&usbphy>;
363363
};
364364

365365
&usbphy {

dts/bindings/usb/nxp,ehci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ compatible: nxp,ehci
88
include: "nxp,mcux-usbd.yaml"
99

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

dts/bindings/usb/nxp,lpcip3511.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ compatible: nxp,lpcip3511
88
include: "nxp,mcux-usbd.yaml"
99

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

0 commit comments

Comments
 (0)