Re: [PATCH v2] arm64: dts: qcom: sm8550: Add support for camss
From: Rob Herring
Date: Thu Jul 03 2025 - 16:43:09 EST
On Thu, Jul 3, 2025 at 3:19 PM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Tue, Jun 17, 2025 at 11:09 PM Bjorn Andersson <andersson@xxxxxxxxxx> wrote:
> >
> >
> > On Thu, 12 Jun 2025 16:01:26 +0800, Wenmeng Liu wrote:
> > > Add support for the camera subsystem on the SM8550 Qualcomm SoC. This
> > > includes bringing up the CSIPHY, CSID, VFE/RDI interfaces.
> > >
> > > SM8550 provides
> > > - 3 x VFE, 3 RDI per VFE
> > > - 2 x VFE Lite, 4 RDI per VFE
> > > - 3 x CSID
> > > - 2 x CSID Lite
> > > - 8 x CSI PHY
> > >
> > > [...]
> >
> > Applied, thanks!
> >
> > [1/1] arm64: dts: qcom: sm8550: Add support for camss
> > commit: c5aeb681fcdd23d042d780f89ddcf908a13baee2
>
> And adds warnings:
>
> 6 clock-controller@ade0000 (qcom,sm8550-camcc): required-opps:
> [[33]] is too short
> 6 clock-controller@ade0000 (qcom,sm8550-camcc): power-domains:
> [[56, 6]] is too short
> 6 clock-controller@ade0000 (qcom,sm8550-camcc): Unevaluated
> properties are not allowed ('power-domains', 'required-opps' were
> unexpected)
> 6 clock-controller@aaf0000 (qcom,sm8550-videocc):
> required-opps: [[33]] is too short
> 6 clock-controller@aaf0000 (qcom,sm8550-videocc):
> power-domains: [[56, 6]] is too short
> 6 clock-controller@aaf0000 (qcom,sm8550-videocc): Unevaluated
> properties are not allowed ('power-domains', 'required-opps' were
> unexpected)
Actually, looks like we are waiting on "[PATCH v5 17/18] arm64: dts:
qcom: sm8550: Additionally manage MXC power domain in camcc" and
other patches in the series to be applied.
Rob