Message ID | 20240624052851.1030799-2-aniketmaurya@google.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | i3c: dw: Add apb clk | expand |
On 24/06/2024 07:28, Aniket wrote: > Add dt binding for optional apb clock. Core clock is mandatory. > > Signed-off-by: Aniket <aniketmaurya@google.com> Your email still suggests mismatch with name. Please confirm that above this is you full name or known identity which you want to consistently use across all contributions. In case of doubts: please consult colleagues in Google (or your legal department, dunno). Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
> Your email still suggests mismatch with name. Please confirm that above > this is you full name or known identity which you want to consistently > use across all contributions. In case of doubts: please consult > colleagues in Google (or your legal department, dunno). Hey, my full legal name is "Aniket". Please don't mind the text in the email-id. Thanks, Aniket.
diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml index c0e805e531be..4fc13e3c0f75 100644 --- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml +++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml @@ -20,7 +20,16 @@ properties: maxItems: 1 clocks: - maxItems: 1 + minItems: 1 + items: + - description: Core clock + - description: APB clock + + clock-names: + minItems: 1 + items: + - const: core + - const: apb interrupts: maxItems: 1
Add dt binding for optional apb clock. Core clock is mandatory. Signed-off-by: Aniket <aniketmaurya@google.com> --- .../devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)