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 <rruuaanng@outlook.com>
This commit is contained in:
James Roy 2025-01-13 11:19:12 +08:00 committed by Benjamin Cabé
parent 5a9ff03c21
commit 05599f74be
8 changed files with 8 additions and 8 deletions

View file

@ -196,7 +196,7 @@
zephyr_udc0: &usb1 {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};
&usbphy1 {

View file

@ -26,7 +26,7 @@
zephyr_udc0: &usbhs {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};
&usbphy1 {

View file

@ -152,7 +152,7 @@
zephyr_udc0: &usbhs {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};
&usbphy1 {

View file

@ -185,7 +185,7 @@ arduino_i2c: &lpi2c1 {
zephyr_udc0: &usb1 {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};
&usbphy1 {

View file

@ -150,7 +150,7 @@ nxp_mipi_i2c: &lpi2c5 {
zephyr_udc0: &usb1 {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};
&usbphy1 {

View file

@ -359,7 +359,7 @@ i2s1: &flexcomm3 {
zephyr_udc0: &usbhs {
status = "okay";
phy_handle = <&usbphy>;
phy-handle = <&usbphy>;
};
&usbphy {

View file

@ -8,5 +8,5 @@ compatible: nxp,ehci
include: "nxp,mcux-usbd.yaml"
properties:
phy_handle:
phy-handle:
type: phandle

View file

@ -8,5 +8,5 @@ compatible: nxp,lpcip3511
include: "nxp,mcux-usbd.yaml"
properties:
phy_handle:
phy-handle:
type: phandle