Skip to content

Commit

Permalink
boards: nxp: Change the property names in the DTS
Browse files Browse the repository at this point in the history
Change the property names in the bindings and DTS
to use hyphens(-) for separation instead of underscores(_).

Signed-off-by: James Roy <[email protected]>
  • Loading branch information
rruuaanng committed Jan 10, 2025
1 parent 4e50374 commit 9141fb6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

zephyr_udc0: &usb1 {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};

&usbphy1 {
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/lpcxpresso55s16/lpcxpresso55s16.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

zephyr_udc0: &usbhs {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};

&usbphy1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

zephyr_udc0: &usbhs {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};

&usbphy1 {
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/mimxrt1060_evk/mimxrt1060_evk.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ arduino_i2c: &lpi2c1 {

zephyr_udc0: &usb1 {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};

&usbphy1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ nxp_mipi_i2c: &lpi2c5 {

zephyr_udc0: &usb1 {
status = "okay";
phy_handle = <&usbphy1>;
phy-handle = <&usbphy1>;
};

&usbphy1 {
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ i2s1: &flexcomm3 {

zephyr_udc0: &usbhs {
status = "okay";
phy_handle = <&usbphy>;
phy-handle = <&usbphy>;
};

&usbphy {
Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/usb/nxp,ehci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ compatible: nxp,ehci
include: "nxp,mcux-usbd.yaml"

properties:
phy_handle:
phy-handle:
type: phandle
2 changes: 1 addition & 1 deletion dts/bindings/usb/nxp,lpcip3511.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ compatible: nxp,lpcip3511
include: "nxp,mcux-usbd.yaml"

properties:
phy_handle:
phy-handle:
type: phandle

0 comments on commit 9141fb6

Please sign in to comment.