Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roger Quadros and committed by
Nishanth Menon
556e0504 cc91d709

+8 -4
+4 -2
arch/arm64/boot/dts/ti/k3-am62-main.dtsi
··· 619 619 620 620 usbss0: dwc3-usb@f900000 { 621 621 compatible = "ti,am62-usb"; 622 - reg = <0x00 0x0f900000 0x00 0x800>; 622 + reg = <0x00 0x0f900000 0x00 0x800>, 623 + <0x00 0x0f908000 0x00 0x400>; 623 624 clocks = <&k3_clks 161 3>; 624 625 clock-names = "ref"; 625 626 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4008>; ··· 645 644 646 645 usbss1: dwc3-usb@f910000 { 647 646 compatible = "ti,am62-usb"; 648 - reg = <0x00 0x0f910000 0x00 0x800>; 647 + reg = <0x00 0x0f910000 0x00 0x800>, 648 + <0x00 0x0f918000 0x00 0x400>; 649 649 clocks = <&k3_clks 162 3>; 650 650 clock-names = "ref"; 651 651 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;
+4 -2
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
··· 603 603 604 604 usbss0: dwc3-usb@f900000 { 605 605 compatible = "ti,am62-usb"; 606 - reg = <0x00 0x0f900000 0x00 0x800>; 606 + reg = <0x00 0x0f900000 0x00 0x800>, 607 + <0x00 0x0f908000 0x00 0x400>; 607 608 clocks = <&k3_clks 161 3>; 608 609 clock-names = "ref"; 609 610 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4008>; ··· 627 626 628 627 usbss1: dwc3-usb@f910000 { 629 628 compatible = "ti,am62-usb"; 630 - reg = <0x00 0x0f910000 0x00 0x800>; 629 + reg = <0x00 0x0f910000 0x00 0x800>, 630 + <0x00 0x0f918000 0x00 0x400>; 631 631 clocks = <&k3_clks 162 3>; 632 632 clock-names = "ref"; 633 633 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;