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:
parent
5a9ff03c21
commit
05599f74be
8 changed files with 8 additions and 8 deletions
|
|
@ -196,7 +196,7 @@
|
|||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
phy_handle = <&usbphy1>;
|
||||
phy-handle = <&usbphy1>;
|
||||
};
|
||||
|
||||
&usbphy1 {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
phy_handle = <&usbphy1>;
|
||||
phy-handle = <&usbphy1>;
|
||||
};
|
||||
|
||||
&usbphy1 {
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
phy_handle = <&usbphy1>;
|
||||
phy-handle = <&usbphy1>;
|
||||
};
|
||||
|
||||
&usbphy1 {
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ arduino_i2c: &lpi2c1 {
|
|||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
phy_handle = <&usbphy1>;
|
||||
phy-handle = <&usbphy1>;
|
||||
};
|
||||
|
||||
&usbphy1 {
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ nxp_mipi_i2c: &lpi2c5 {
|
|||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
phy_handle = <&usbphy1>;
|
||||
phy-handle = <&usbphy1>;
|
||||
};
|
||||
|
||||
&usbphy1 {
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@ i2s1: &flexcomm3 {
|
|||
|
||||
zephyr_udc0: &usbhs {
|
||||
status = "okay";
|
||||
phy_handle = <&usbphy>;
|
||||
phy-handle = <&usbphy>;
|
||||
};
|
||||
|
||||
&usbphy {
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ compatible: nxp,ehci
|
|||
include: "nxp,mcux-usbd.yaml"
|
||||
|
||||
properties:
|
||||
phy_handle:
|
||||
phy-handle:
|
||||
type: phandle
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ compatible: nxp,lpcip3511
|
|||
include: "nxp,mcux-usbd.yaml"
|
||||
|
||||
properties:
|
||||
phy_handle:
|
||||
phy-handle:
|
||||
type: phandle
|
||||
|
|
|
|||
Loading…
Reference in a new issue