Message ID | 20240628154526.324068-1-aniketmaurya@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a75d62ef7c30ac4074a9c490e37aa556fed4fcd8 |
Headers | show |
Series | [v3,1/3] dt-bindings: i3c: dw: Add apb clock binding | expand |
On Fri, Jun 28, 2024 at 03:45:26PM +0000, Aniket wrote: > Add dt binding for optional apb clock. Core clock is mandatory. > > Signed-off-by: Aniket <aniketmaurya@google.com> Missing a review from Krzysztof: https://lore.kernel.org/all/e3160411-59e0-4806-a00d-b99564384180@linaro.org/ Also, please do not send a new version of a series as a reply to a previous version. It'll bury it in people's mailboxes depending on how they sort. Cheers, Conor.
> Missing a review from Krzysztof: > https://lore.kernel.org/all/e3160411-59e0-4806-a00d-b99564384180@linaro.org/ > > Also, please do not send a new version of a series as a reply to a > previous version. It'll bury it in people's mailboxes depending on how > they sort. Got it, will keep in mind next time. 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(-)