Re: [PATCH v2 02/11] clk: qcom: add parent map for regmap mux
From: Stephen Boyd <hidden>
Date: 2017-12-22 00:23:57
Also in:
linux-arm-msm, linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2017-12-22 00:23:57
Also in:
linux-arm-msm, linux-clk, lkml
On 12/13, Abhishek Sahu wrote:
Currently the driver assumes the register configuration value is identical to its index in the parent map. This patch adds the parent map field in regmap mux clock node which contains the mapping of parent index with actual register configuration value. If regmap node contains this parent map then the configuration value will be taken from this parent map instead of simply writing the index value. Signed-off-by: Abhishek Sahu <redacted> ---
Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project