]> www.infradead.org Git - users/willy/linux.git/commit
clk: clk-conf: support assigned-clock-rates-u64
authorPeng Fan <peng.fan@nxp.com>
Sun, 4 Aug 2024 12:32:56 +0000 (20:32 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 16 Aug 2024 22:21:19 +0000 (15:21 -0700)
commit965e063743f6fb25add023cced360735b023d478
treefe380927925ffa615b86b3268a113bda0300d56e
parent8400291e289ee6b2bf9779ff1c83a291501f017b
clk: clk-conf: support assigned-clock-rates-u64

i.MX95 System Management Control Firmware(SCMI) manages the clock
function, it exposes PLL VCO which could support up to 5GHz rate that
exceeds UINT32_MAX. So add assigned-clock-rates-u64 support
to set rate that exceeds UINT32_MAX.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20240804-clk-u64-v4-2-8e55569f39a4@nxp.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-conf.c