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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: qdu1000: Add ECPRI clock controller

Add device node for ECPRI clock controller on qcom QDU1000
and QRU1000 SoCs.

Signed-off-by: Imran Shaik <quic_imrashai@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231123064735.2979802-5-quic_imrashai@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Imran Shaik and committed by
Bjorn Andersson
66ec7b4f 29d91ecf

+14
+14
arch/arm64/boot/dts/qcom/qdu1000.dtsi
··· 381 381 #power-domain-cells = <1>; 382 382 }; 383 383 384 + ecpricc: clock-controller@280000 { 385 + compatible = "qcom,qdu1000-ecpricc"; 386 + reg = <0x0 0x00280000 0x0 0x31c00>; 387 + clocks = <&rpmhcc RPMH_CXO_CLK>, 388 + <&gcc GCC_ECPRI_CC_GPLL0_CLK_SRC>, 389 + <&gcc GCC_ECPRI_CC_GPLL1_EVEN_CLK_SRC>, 390 + <&gcc GCC_ECPRI_CC_GPLL2_EVEN_CLK_SRC>, 391 + <&gcc GCC_ECPRI_CC_GPLL3_CLK_SRC>, 392 + <&gcc GCC_ECPRI_CC_GPLL4_CLK_SRC>, 393 + <&gcc GCC_ECPRI_CC_GPLL5_EVEN_CLK_SRC>; 394 + #clock-cells = <1>; 395 + #reset-cells = <1>; 396 + }; 397 + 384 398 gpi_dma0: dma-controller@900000 { 385 399 compatible = "qcom,qdu1000-gpi-dma", "qcom,sm6350-gpi-dma"; 386 400 reg = <0x0 0x900000 0x0 0x60000>;