Re: [PATCH v1 2/4] arm64: dts: qcom: sm8550: Add JPEG encoder node
From: Atanas Filipov
Date: Sat Jun 13 2026 - 12:06:12 EST
Checked. The MMCX/MXC dependency is covered transitively — camcc
itself declares:
power-domains = <&rpmhpd RPMHPD_MMCX>, <&rpmhpd RPMHPD_MXC>;
CAM_CC_TITAN_TOP_GDSC is a subdomain of camcc, so the RPMh votes are
enforced before any consumer is powered on.
This matches the pattern used by every other single-GDSC camera node
in the upstream tree (cci0/1/2 on sm8250, sm8550, sm8650) — none of
them list MMCX/MXC directly. No change needed.
afilipov
On 6/13/2026 2:52 AM, Bryan O'Donoghue wrote:
On 12/06/2026 20:44, Atanas Filipov wrote:
+ power-domains = <&camcc CAM_CC_TITAN_TOP_GDSC>;
This almost certainly should contain MMCX and MXC too.
Please check.
---
bod