Re: [PATCH 2/2] phy: mediatek: hdmi: mt8195: fix wrong pll calculus

2023-04-14 Thread AngeloGioacchino Del Regno
Il 13/04/23 14:46, Guillaume Ranquet ha scritto: The clock rate calculus in mtk_hdmi_pll_calc() was wrong when it has been replaced by 'div_u64'. Fix the issue by multiplying the values in the denominator instead of dividing them. Fixes: 45810d486bb44 ("phy: mediatek: add support for

[PATCH 2/2] phy: mediatek: hdmi: mt8195: fix wrong pll calculus

2023-04-13 Thread Guillaume Ranquet
The clock rate calculus in mtk_hdmi_pll_calc() was wrong when it has been replaced by 'div_u64'. Fix the issue by multiplying the values in the denominator instead of dividing them. Fixes: 45810d486bb44 ("phy: mediatek: add support for phy-mtk-hdmi-mt8195") Signed-off-by: Guillaume Ranquet ---