Skip to content

Commit

Permalink
ARM: dts: a600: Corrected HW_USBPHY_TX_D_CAL(Resistor Trimming Code)
Browse files Browse the repository at this point in the history
Eye diagram of signal quality test fails. HW_USBPHY_TX_D_CAL was set
correctly when the USB compliance test passed.

This fixes a USB compliance issue.

Reported-by: Masaya Matsuzaka <matsuzaka@atmark-techno.com>
Change-Id: Ia15a5e44a8380a4d03bc8dd01cfa3c6f3bdb848a
Signed-off-by: Daisuke Mizobuchi <mizo@atmark-techno.com>
  • Loading branch information
mizo committed Jun 22, 2023
1 parent 63d8301 commit 41a7b54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/armadillo-610-extboard-eva-common.dtsi
Expand Up @@ -207,6 +207,10 @@
status = "okay";
};

&usbphy1 {
fsl,tx-d-cal = <106>;
};

&usbotg2 {
vbus-supply = <&reg_usbotg2_vbus>;
dr_mode = "host";
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/armadillo-640.dts
Expand Up @@ -258,6 +258,10 @@
status = "okay";
};

&usbphy1 {
fsl,tx-d-cal = <106>;
};

&usbotg2 {
vbus-supply = <&reg_usbotg2_vbus>;
dr_mode = "host";
Expand Down

0 comments on commit 41a7b54

Please sign in to comment.