[PATCH v2 8/8] arm64: dts: qcom: eliza: Add support for MM clock controllers

Bryan O'Donoghue bod.linux at nxsw.ie
Thu Apr 9 11:40:29 PDT 2026


On 09/04/2026 19:10, Taniya Das wrote:
> +		videocc: clock-controller at aaf0000 {
> +			compatible = "qcom,eliza-videocc";
> +			reg = <0x0 0xaaf0000 0x0 0x10000>;
> +
> +			clocks = <&bi_tcxo_div2>,
> +				 <&sleep_clk>,
> +				 <&gcc GCC_VIDEO_AHB_CLK>;
> +
> +			#clock-cells = <1>;
> +			#reset-cells = <1>;
> +			#power-domain-cells = <1>;
> +		};
> +
> +		camcc: clock-controller at ade0000 {
> +			compatible = "qcom,eliza-camcc";
> +			reg = <0x0 0x0ade0000 0x0 0x20000>;
> +
> +			clocks = <&gcc GCC_CAMERA_AHB_CLK>,
> +				 <&bi_tcxo_div2>,
> +				 <&sleep_clk>;
> +
> +			#clock-cells = <1>;
> +			#reset-cells = <1>;
> +		};

This looks odd.

Why do these two controllers have no power-domains ?

---
bod




More information about the linux-arm-kernel mailing list