diff options
author | Dmitry Baryshkov <[email protected]> | 2022-06-15 16:59:35 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-02 22:17:11 -0500 |
commit | 2e4ae611ab73d8e35d6059fc30cb4da4cd568d4c (patch) | |
tree | f470161b93fc38606acc6b810939c70fbf2b9358 | |
parent | 213d7368723709cf4567488e63dd667802378202 (diff) |
arm64: dts: qcom: add mdp_clk clock to the MDSS device
Add MDP_CLK ("core") clock to the mdss device to allow MDSS driver to
access HW_REV/etc registers.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index c2b5a8fc2311..ebafe6702dcb 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -795,8 +795,9 @@ interrupt-controller; #interrupt-cells = <1>; - clocks = <&mmcc MDSS_AHB_CLK>; - clock-names = "iface"; + clocks = <&mmcc MDSS_AHB_CLK>, + <&mmcc MDSS_MDP_CLK>; + clock-names = "iface", "core"; #address-cells = <1>; #size-cells = <1>; |