[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6457f778-e42a-4240-9a38-c1300ef23ddb@kernel.org>
Date: Fri, 5 Apr 2024 09:46:22 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: André Draszik <andre.draszik@...aro.org>,
Peter Griffin <peter.griffin@...aro.org>, mturquette@...libre.com,
sboyd@...nel.org, robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
vkoul@...nel.org, kishon@...nel.org, alim.akhtar@...sung.com,
avri.altman@....com, bvanassche@....org, s.nawrocki@...sung.com,
cw00.choi@...sung.com, jejb@...ux.ibm.com, martin.petersen@...cle.com,
chanho61.park@...sung.com, ebiggers@...nel.org
Cc: linux-scsi@...r.kernel.org, linux-phy@...ts.infradead.org,
devicetree@...r.kernel.org, linux-clk@...r.kernel.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, tudor.ambarus@...aro.org,
saravanak@...gle.com, willmcvicker@...gle.com
Subject: Re: [PATCH 01/17] dt-bindings: clock: google,gs101-clock: add HSI2
clock management unit
On 05/04/2024 09:15, André Draszik wrote:
> Hi Pete,
>
> On Thu, 2024-04-04 at 13:25 +0100, Peter Griffin wrote:
>> Add dt schema documentation and clock IDs for the High Speed Interface
>> 2 (HSI2) clock management unit. This CMU feeds high speed interfaces
>> such as PCIe and UFS.
>>
>> Signed-off-by: Peter Griffin <peter.griffin@...aro.org>
>> ---
>> .../bindings/clock/google,gs101-clock.yaml | 30 +++++++++++++++++--
>> 1 file changed, 28 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml b/Documentation/devicetree/bindings/clock/google,gs101-
>> clock.yaml
>> index 1d2bcea41c85..a202fd5d1ead 100644
>> --- a/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml
>> +++ b/Documentation/devicetree/bindings/clock/google,gs101-clock.yaml
>> @@ -32,14 +32,15 @@ properties:
>> - google,gs101-cmu-misc
>> - google,gs101-cmu-peric0
>> - google,gs101-cmu-peric1
>> + - google,gs101-cmu-hsi2
>
> Can you keep this alphabetical and add hsi before misc please.
>>
>> clocks:
>> minItems: 1
>> - maxItems: 3
>> + maxItems: 5
>>
>> clock-names:
>> minItems: 1
>> - maxItems: 3
>> + maxItems: 5
>>
>> "#clock-cells":
>> const: 1
>> @@ -112,6 +113,31 @@ allOf:
>> - const: bus
>> - const: ip
>>
>> + - if:
>> + properties:
>> + compatible:
>> + contains:
>> + enum:
>> + - google,gs101-cmu-hsi2
>
> this block should also come before misc please.
>
> Once done, feel free to add
Yes, please, ack for both.
Best regards,
Krzysztof
Powered by blists - more mailing lists