Skip to content

Commit 7adefbf

Browse files
Charan-Pedumurukhilman
authored andcommitted
arm: dts: ti: omap: align node patterns with established convention
Update OMAP DTS node patterns to match established conventions. Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com> Link: https://patch.msgid.link/20260123-ti-phy-v4-1-b557e2c46e6f@gmail.com Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent 18161bb commit 7adefbf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/ti/omap/dra7-l4.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
ranges = <0 0 0x8000>;
328328
reg = <0x0 0x20>;
329329

330-
pcie1_phy: pciephy@4000 {
330+
pcie1_phy: pcie-phy@4000 {
331331
compatible = "ti,phy-pipe3-pcie";
332332
reg = <0x4000 0x80>, /* phy_rx */
333333
<0x4400 0x64>; /* phy_tx */
@@ -347,7 +347,7 @@
347347
#phy-cells = <0>;
348348
};
349349

350-
pcie2_phy: pciephy@5000 {
350+
pcie2_phy: pcie-phy@5000 {
351351
compatible = "ti,phy-pipe3-pcie";
352352
reg = <0x5000 0x80>, /* phy_rx */
353353
<0x5400 0x64>; /* phy_tx */

arch/arm/boot/dts/ti/omap/omap4-l4.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
#size-cells = <1>;
7373
};
7474

75-
omap_control_usb2phy: control-phy@300 {
75+
omap_control_usb2phy: phy@300 {
7676
compatible = "ti,control-phy-usb2";
7777
reg = <0x300 0x4>;
7878
reg-names = "power";
7979
};
8080

81-
omap_control_usbotg: control-phy@33c {
81+
omap_control_usbotg: phy@33c {
8282
compatible = "ti,control-phy-otghs";
8383
reg = <0x33c 0x4>;
8484
reg-names = "otghs_control";

arch/arm/boot/dts/ti/omap/omap5-l4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
#phy-cells = <0>;
473473
};
474474

475-
usb3_phy: usb3phy@4400 {
475+
usb3_phy: usb3-phy@4400 {
476476
compatible = "ti,omap-usb3";
477477
reg = <0x4400 0x80>,
478478
<0x4800 0x64>,

0 commit comments

Comments
 (0)