Re: [PATCH 1/2] dt-bindings: remoteproc: qcom,milos-pas: Add Eliza CDSP compatible
Abel Vesa <[email protected]> Tue, 21 Jul 2026 13:00:05 +0300
| Newsgroups | org.kernel.vger.linux-remoteproc,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <47fumz4dgsszwcvmrktf6soebwscquk4tofvszj4grukimahgu@kj2vn6vsiydm> |
On 26-07-21 11:45:57, Krzysztof Kozlowski wrote: > On 21/07/2026 11:42, Abel Vesa wrote: > > On 26-07-21 11:22:52, Krzysztof Kozlowski wrote: > >> On Tue, Jul 14, 2026 at 03:24:01PM +0300, Abel Vesa wrote: > >>> + - if: > >>> + properties: > >>> + compatible: > >>> + enum: > >>> + - qcom,eliza-cdsp-pas > >>> + then: > >>> + properties: > >>> + power-domains: > >>> + items: > >>> + - description: CX power domain > >>> + - description: MX power domain > >>> + - description: NSP power domain > >>> + power-domain-names: > >>> + items: > >>> + - const: cx > >>> + - const: mx > >>> + - const: nsp > >> > >> No, do not grow the ifs. Eliza belongs to class of SM8750, so I don't > >> get why it was and it is being added here. > > > > I'm assuming you meant SM8550 here, right? > > The SM8550 binding file, but Eliza is SM8750-based in general thus I > would expect it will be documented along SM8750. OK, will move it in the SM8550 schema then. I'll move the adsp one as well as a fix. Thanks for reviewing!