Re: [PATCH v3 4/6] clk: zynqmp: Add support for get max divider
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-01-23 22:58:57
Also in:
linux-arm-kernel, linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-01-23 22:58:57
Also in:
linux-arm-kernel, linux-clk, lkml
Quoting Rajan Vaja (2019-12-04 22:35:57)
To achieve best possible rate, maximum limit of divider is required while computation. Get maximum supported divisor from firmware. To maintain backward compatibility assign maximum possible value(0xFFFF) if query for max divisor is not successful. Signed-off-by: Rajan Vaja <redacted> ---
Applied to clk-next