MLK-24785 ARM: dts: imx7ulp-evk: update USB PHY parameter D_CAL
authorPeter Chen <peter.chen@nxp.com>
Tue, 15 Sep 2020 08:57:35 +0000 (16:57 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:23:16 +0000 (11:23 +0800)
According to HW test results, it needs to use 0x5 for D_CAL value
at imx7ulp-evk board for both B1 and B2 chip.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
arch/arm/boot/dts/imx7ulp-evk.dts

index 20fe314..e769e21 100644 (file)
        status = "okay";
 };
 
+&usbphy1 {
+       fsl,tx-d-cal = <106>;
+};
+
 &usdhc0 {
        assigned-clocks = <&scg1 IMX7ULP_CLK_APLL_PFD1>, <&pcc2 IMX7ULP_CLK_USDHC0>;
        assigned-clock-parents = <0>, <&scg1 IMX7ULP_CLK_APLL_PFD1>;