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

Commit a6ba672b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: cntrl: qcom: check sfr support from device tree"

parents 1edab342 7a24e841
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -755,6 +755,7 @@ static struct mhi_controller *mhi_register_controller(struct pci_dev *pci_dev)
	mhi_cntrl->local_timer_freq = 19200000;

	/* setup host support for SFR retreival */
	if (of_property_read_bool(of_node, "mhi,sfr-support"))
		mhi_cntrl->sfr_len = MHI_MAX_SFR_LEN;

	ret = of_register_mhi_controller(mhi_cntrl);