Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57125fe0 authored by Sujeev Dias's avatar Sujeev Dias Committed by Sujeev Dias
Browse files

mhi: cntrl: qcom: set device timer frequency for timesync calculations



Set device timer frequency for timesync calculations.

CRs-Fixed: 2377061
Change-Id: Ie5346b517bc69bd0bf15ab65567470dd17f9efbe
Acked-by: default avatarBhaumik Vasav Bhatt <bbhatt@qti.qualcomm.com>
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 403e587e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -712,6 +712,7 @@ static struct mhi_controller *mhi_register_controller(struct pci_dev *pci_dev)
	mhi_cntrl->lpm_disable = mhi_lpm_disable;
	mhi_cntrl->lpm_enable = mhi_lpm_enable;
	mhi_cntrl->time_get = mhi_time_get;
	mhi_cntrl->remote_timer_freq = 19200000;

	ret = of_register_mhi_controller(mhi_cntrl);
	if (ret)