]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sm6350: Add video clock controller
authorLuca Weiss <luca.weiss@fairphone.com>
Mon, 24 Mar 2025 08:41:04 +0000 (09:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 10 Jun 2025 19:58:46 +0000 (14:58 -0500)
Add a node for the videocc found on the SM6350 SoC.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250324-sm6350-videocc-v2-4-cc22386433f4@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm6350.dtsi

index f80b21d28a929619fc91b4e9d659acce40a0957b..ba1d5c89d19216db5747c678e7403c73e0db3a26 100644 (file)
                        };
                };
 
+               videocc: clock-controller@aaf0000 {
+                       compatible = "qcom,sm6350-videocc";
+                       reg = <0x0 0x0aaf0000 0x0 0x10000>;
+                       clocks = <&gcc GCC_VIDEO_AHB_CLK>,
+                                <&rpmhcc RPMH_CXO_CLK>,
+                                <&sleep_clk>;
+                       clock-names = "iface",
+                                     "bi_tcxo",
+                                     "sleep_clk";
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
+                       #power-domain-cells = <1>;
+               };
+
                cci0: cci@ac4a000 {
                        compatible = "qcom,sm6350-cci", "qcom,msm8996-cci";
                        reg = <0x0 0x0ac4a000 0x0 0x1000>;