On 12/22, Zoran Markovic wrote:
> +static struct clk_branch ebi2_clk = {
> + .hwcg_reg = 0x2664,
> + .hwcg_bit = 6,
> + .halt_reg = 0x2fcc,
> + .halt_bit = 23,
> + .clkr = {
> + .enable_reg = 0x2664,
> + .enable_mask = BIT(6)|BIT(4),
Some spaces here aro
Add definition of EBI2 clock used by MDM9615 NAND controller.
Cc: Andy Gross
Cc: David Brown
Cc: Michael Turquette
Cc: Stephen Boyd
Cc: Rob Herring
Cc: Mark Rutland
Cc: Neil Armstrong
Cc: linux-arm-...@vger.kernel.org
Cc: linux-...@vger.kernel.org
Cc: linux-...@vger.kernel.org
Cc: devicet..
Add definition of EBI2 clock used by MDM9615 NAND controller.
Signed-off-by: Zoran Markovic
---
drivers/clk/qcom/gcc-mdm9615.c | 30 ++
include/dt-bindings/clock/qcom,gcc-mdm9615.h |3 +++
2 files changed, 33 insertions(+)
diff --git a/drivers/clk/qco
3 matches
Mail list logo