Re: [PATCH v4] clk: qcom: smd: Add support for MSM8998 rpm clocks
From: Rob Herring <robh@kernel.org>
Date: 2018-12-18 14:55:49
Also in:
linux-arm-msm, linux-clk, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-12-18 14:55:49
Also in:
linux-arm-msm, linux-clk, lkml
On Mon, 17 Dec 2018 19:15:36 -0700, Jeffrey Hugo wrote:
Add rpm smd clocks, PMIC and bus clocks which are required on MSM8998 for clients to vote on. Signed-off-by: Jeffrey Hugo <redacted> --- v4 -Fix compile issue v3 -Ensure Marc's hang was addressed by GCC fixes -Renamed the bb clks to ln_bb to match the schematics v2 -fix compatible ordering nits per Stephen .../devicetree/bindings/clock/qcom,rpmcc.txt | 1 + drivers/clk/qcom/clk-smd-rpm.c | 63 ++++++++++++++++++++++ include/dt-bindings/clock/qcom,rpmcc.h | 10 ++++ 3 files changed, 74 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>