]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: freescale: fsl-samsung-hdmi: Expand Integer divider range
authorAdam Ford <aford173@gmail.com>
Sat, 26 Oct 2024 13:19:57 +0000 (08:19 -0500)
committerVinod Koul <vkoul@kernel.org>
Sun, 8 Dec 2024 15:51:20 +0000 (21:21 +0530)
commit2a9868d69be26e623dd0bf4231d5175f0ccf5d6f
tree117c04e8d1c2949acabe6b0d7c2760400ef237b8
parentba8ad7eece66ac5c579dd8de39efc72770e7cf64
phy: freescale: fsl-samsung-hdmi: Expand Integer divider range

The Integer divder uses values of P,M, and S to determine the PLL
rate.  Currently, the range of M was set based on a series of
table entries where the range was limited.  Since the ref manual
shows it is 8-bit wide, expand the range to be up to 255.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Link: https://lore.kernel.org/r/20241026132014.73050-1-aford173@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/freescale/phy-fsl-samsung-hdmi.c