[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <db888673-7513-e084-9266-1848e4cf36a4@solid-run.com>
Date: Mon, 9 May 2022 15:36:04 +0300
From: Josua Mayer <josua@...id-run.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
netdev@...r.kernel.org
Cc: alvaro.karsz@...id-run.com, Andrew Lunn <andrew@...n.ch>,
Michael Hennerich <michael.hennerich@...log.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Alexandru Ardelean <alexandru.ardelean@...log.com>
Subject: Re: [PATCH v3 1/3] dt-bindings: net: adin: document phy clock output
properties
Am 05.05.22 um 23:24 schrieb Krzysztof Kozlowski:
> On 28/04/2022 10:28, Josua Mayer wrote:
>
> Thank you for your patch. There is something to discuss/improve.
>
>> diff --git a/Documentation/devicetree/bindings/net/adi,adin.yaml b/Documentation/devicetree/bindings/net/adi,adin.yaml
>> index 1129f2b58e98..3e0c6304f190 100644
>> --- a/Documentation/devicetree/bindings/net/adi,adin.yaml
>> +++ b/Documentation/devicetree/bindings/net/adi,adin.yaml
>> @@ -36,6 +36,23 @@ properties:
>> enum: [ 4, 8, 12, 16, 20, 24 ]
>> default: 8
>>
>> + adi,phy-output-clock:
>> + description: Select clock output on GP_CLK pin. Three clocks are available:
>> + A 25MHz reference, a free-running 125MHz and a recovered 125MHz.
>> + The phy can also automatically switch between the reference and the
>> + respective 125MHz clocks based on its internal state.
>> + $ref: /schemas/types.yaml#/definitions/string
>> + enum:
>> + - 25mhz-reference
>> + - 125mhz-free-running
>> + - 125mhz-recovered
>> + - adaptive-free-running
>> + - adaptive-recovered
> Missing two spaces of indentation for all these items.
>
>> +
>> + adi,phy-output-reference-clock:
>> + description: Enable 25MHz reference clock output on CLK25_REF pin.
>> + $ref: /schemas/types.yaml#/definitions/flag
> This could be just "type:boolean".
I will change it accordingly, thanks.
> Best regards,
> Krzysztof
Powered by blists - more mailing lists