Re: [PATCH v10 1/7] dt-bindings: media: qcom,x1e80100-camss: Add simple-mfd compatible
From: Krzysztof Kozlowski
Date: Mon Mar 16 2026 - 03:29:36 EST
On Mon, Mar 16, 2026 at 01:02:01AM +0000, Bryan O'Donoghue wrote:
> Add "simple-mfd" as a second compatible string to allow child nodes
> within the CAMSS block to probe as individual platform devices.
>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml
> index 2d1662ef522b7..b5654ef71bd89 100644
> --- a/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,x1e80100-camss.yaml
> @@ -14,7 +14,11 @@ description:
>
> properties:
> compatible:
> - const: qcom,x1e80100-camss
> + oneOf:
> + - const: qcom,x1e80100-camss
> + - items:
> + - const: qcom,x1e80100-camss
> + - const: simple-mfd
>
> reg:
> maxItems: 17
> @@ -191,7 +195,7 @@ examples:
> #size-cells = <2>;
>
> camss: isp@acb7000 {
> - compatible = "qcom,x1e80100-camss";
> + compatible = "qcom,x1e80100-camss", "simple-mfd";
You do not have any children here. And if you checked the DTS, you
would see this does not work.
Please post complete example and bindings.
I suspect that after posting complete picture we will see this is not a
simple-mfd device (child depends on parent).
Best regards,
Krzysztof