Re: [PATCH v2 1/2] i2c: qcom-geni: update frequency table to fix timing parameters
Kathiravan Thirumoorthy <[email protected]>
| Newsgroups | org.kernel.vger.linux-i2c,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/2026 7:25 PM, Konrad Dybcio wrote: > On 8/12/26 10:30 AM, Kathiravan Thirumoorthy wrote: >> In IPQ5424, to meet the setup and hold timing requirements in the >> standard mode, update the frequency table with the values recommended by >> HW design team. > Does this have any ipq5424 specifics, or are these just adjusted for > the generic case of srcclk=32mhz? As far as I know, IPQ5424 is the first SoC which uses srcclk as 32MHz. IPQ5210 and IPQ9650 also uses srcclk as 32MHz which leverages the same SCL configuration. > > Konrad