Skip to content

Commit 556e050

Browse files
rogerqnmenon
authored andcommitted
arm64: dts: ti: k3-am62*: Add PHY2 region to USB wrapper node
Add PHY2 register space to USB wrapper node. This is required to deal with Errata i2409. Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://lore.kernel.org/r/20240412-for-v6-9-am62-usb-errata-dt-v1-1-ef0d79920f75@kernel.org Closes: https://lore.kernel.org/all/20240408095200.GA14655@francesco-nb/ Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent cc91d70 commit 556e050

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62-main.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,8 @@
619619

620620
usbss0: dwc3-usb@f900000 {
621621
compatible = "ti,am62-usb";
622-
reg = <0x00 0x0f900000 0x00 0x800>;
622+
reg = <0x00 0x0f900000 0x00 0x800>,
623+
<0x00 0x0f908000 0x00 0x400>;
623624
clocks = <&k3_clks 161 3>;
624625
clock-names = "ref";
625626
ti,syscon-phy-pll-refclk = <&wkup_conf 0x4008>;
@@ -644,7 +645,8 @@
644645

645646
usbss1: dwc3-usb@f910000 {
646647
compatible = "ti,am62-usb";
647-
reg = <0x00 0x0f910000 0x00 0x800>;
648+
reg = <0x00 0x0f910000 0x00 0x800>,
649+
<0x00 0x0f918000 0x00 0x400>;
648650
clocks = <&k3_clks 162 3>;
649651
clock-names = "ref";
650652
ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;

arch/arm64/boot/dts/ti/k3-am62a-main.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,8 @@
603603

604604
usbss0: dwc3-usb@f900000 {
605605
compatible = "ti,am62-usb";
606-
reg = <0x00 0x0f900000 0x00 0x800>;
606+
reg = <0x00 0x0f900000 0x00 0x800>,
607+
<0x00 0x0f908000 0x00 0x400>;
607608
clocks = <&k3_clks 161 3>;
608609
clock-names = "ref";
609610
ti,syscon-phy-pll-refclk = <&wkup_conf 0x4008>;
@@ -626,7 +627,8 @@
626627

627628
usbss1: dwc3-usb@f910000 {
628629
compatible = "ti,am62-usb";
629-
reg = <0x00 0x0f910000 0x00 0x800>;
630+
reg = <0x00 0x0f910000 0x00 0x800>,
631+
<0x00 0x0f918000 0x00 0x400>;
630632
clocks = <&k3_clks 162 3>;
631633
clock-names = "ref";
632634
ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;

0 commit comments

Comments
 (0)