Loading drivers/bus/mhi/controllers/mhi_qcom.c +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/bus/mhi/controllers/mhi_qcom.c +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading