]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: tf201: configure dock USB phy
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 3 Oct 2023 06:36:35 +0000 (09:36 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 16:37:15 +0000 (12:37 -0400)
TF201 unlike other transformers uses non-fused xcvr value for
its dock USB port. With out it dock USB and SD reader will not
work.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra30-asus-tf201.dts
arch/arm/dts/tegra30-asus-transformer.dtsi

index 54f359ef960fab002ebaeb2bcadeb697a04b4762..59e19f976670333d003cd8b661ec41afbbaa0c40 100644 (file)
@@ -6,4 +6,9 @@
 / {
        model = "ASUS Transformer Prime TF201";
        compatible = "asus,tf201", "nvidia,tegra30";
+
+       usb-phy@7d008000 {
+               /delete-property/ nvidia,xcvr-setup-use-fuses;
+               nvidia,xcvr-setup = <5>;      /* Based on TF201 fuse value - 48 */
+       };
 };
index 4eee1df084c08a3cce747d0d8f9a8aba1e192192..d144a564450984fb71df989c2619f9a06dcbb94f 100644 (file)
                status = "okay";
        };
 
+       usb-phy@7d008000 {
+               status = "okay";
+       };
+
        backlight: backlight {
                compatible = "pwm-backlight";