On 10/3/2024 1:23 PM, Krzysztof Kozlowski wrote:
On Tue, Oct 01, 2024 at 12:11:36PM +0530, Mahadevan wrote:
+patternProperties:
+ "^display-controller@[0-9a-f]+$":
+ type: object
+ additionalProperties: true
+
+ properties:
+ compatible:
+ const: qcom,sa8775p-dpu
+
+ "^displayport-controller@[0-9a-f]+$":
+ type: object
+ additionalProperties: true
+
+ properties:
+ compatible:
+ items:
+ - const: qcom,sa8775p-dp
Where is this binding? The schema is incomplete.
This binding is added as part of following change.
https://lore.kernel.org/all/20240923113150.24711-5-quic_mukhopad@xxxxxxxxxxx/
I will mention the same in cover letter/commit message of subsequent patch.
Best regards,
Krzysztof
Thanks,
Mahadevan