Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: Add RPMHCC bindings for SM8250

Add bindings and update documentation for clock rpmh driver on SM8250.

Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
Link: https://lkml.kernel.org/r/1579905147-12142-2-git-send-email-vnkgutta@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Taniya Das and committed by
Stephen Boyd
fdd373a4 f78f2907

+4 -1
+1
Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
··· 20 20 - qcom,sc7180-rpmh-clk 21 21 - qcom,sdm845-rpmh-clk 22 22 - qcom,sm8150-rpmh-clk 23 + - qcom,sm8250-rpmh-clk 23 24 24 25 clocks: 25 26 maxItems: 1
+3 -1
include/dt-bindings/clock/qcom,rpmh.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Copyright (c) 2018, The Linux Foundation. All rights reserved. */ 2 + /* Copyright (c) 2018, 2020, The Linux Foundation. All rights reserved. */ 3 3 4 4 5 5 #ifndef _DT_BINDINGS_CLK_MSM_RPMH_H ··· 19 19 #define RPMH_RF_CLK3 10 20 20 #define RPMH_RF_CLK3_A 11 21 21 #define RPMH_IPA_CLK 12 22 + #define RPMH_LN_BB_CLK1 13 23 + #define RPMH_LN_BB_CLK1_A 14 22 24 23 25 #endif