Commit d1c10ab1 authored by Baruch Siach's avatar Baruch Siach Committed by Bjorn Andersson

arm64: dts: qcom: ipq6018: fix usb reference period

Reference clock period for rate of 24MHz is 41ns (0x29).

Link: https://lore.kernel.org/r/1965fc315525b8ab26cf9f71f939c24d@codeaurora.org
Link: https://lore.kernel.org/r/a1932eba-564c-fe32-f220-53aa75250105@seco.com
Fixes: 20bb9e3d ("arm64: dts: qcom: ipq6018: add usb3 DT description")
Reported-by: default avatarKathiravan T <kathirav@codeaurora.org>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/4f4df55cf44cd0fd7d773aca171d4f48662fb1a5.1642704221.git.baruch@tkos.co.il
parent 8af90d6d
......@@ -749,7 +749,7 @@ dwc_0: usb@8A00000 {
snps,hird-threshold = /bits/ 8 <0x0>;
snps,dis_u2_susphy_quirk;
snps,dis_u3_susphy_quirk;
snps,ref-clock-period-ns = <0x32>;
snps,ref-clock-period-ns = <0x29>;
dr_mode = "host";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment