[PATCH v4 13/14] drm/msm/a6xx: Add A619_holi speedbin support

2023-03-14 Thread Konrad Dybcio
A619_holi is implemented on at least two SoCs: SM4350 (holi) and SM6375 (blair). This is what seems to be a first occurrence of this happening, but it's easy to overcome by guarding the SoC-specific fuse values with of_machine_is_compatible(). Do just that to enable frequency limiting on these SoCs

Re: [PATCH v4 13/14] drm/msm/a6xx: Add A619_holi speedbin support

2023-03-28 Thread Dmitry Baryshkov
On 14/03/2023 17:28, Konrad Dybcio wrote: A619_holi is implemented on at least two SoCs: SM4350 (holi) and SM6375 (blair). This is what seems to be a first occurrence of this happening, but it's easy to overcome by guarding the SoC-specific fuse values with of_machine_is_compatible(). Do just tha