Re: [PATCH 1/6] media: dt-bindings: media: camss: Add qcom,sc7180-camss binding

From: george chan
Date: Sat Jun 22 2024 - 11:31:52 EST


On Fri, Jun 21, 2024 at 7:24 PM Bryan O'Donoghue
<bryan.odonoghue@xxxxxxxxxx> wrote:
>
> On 21/06/2024 10:40, George Chan via B4 Relay wrote:
> > + power-domains:
> > + items:
> > + - description: IFE0 GDSC - Image Front End, Global Distributed Switch Controller.
> > + - description: IFE1 GDSC - Image Front End, Global Distributed Switch Controller.
> > + - description: Titan GDSC - Titan ISP Block, Global Distributed Switch Controller.
>
> Please name these power-domains and require them in your yaml,
> remembering to add them into the DTS.

I can borrow the idea from sdm845-venus-v2

@@ -191,6 +190,7 @@ required:
- interrupts
- iommus
- power-domains
+ - power-domain-names
- reg
...
+ power-domain-names = "ife0",
+ "ife1",
+ "top";

I can confirm sc7180 will be the first one to have
"power-domain-names" property on camss node amongst SOCs.
>
> ---
> bod