Re: [PATCH v2 2/2] net: phy: dp83867: Add documentation for CLK_OUT pin muxing

From: Andrew Lunn
Date: Wed Feb 14 2018 - 08:07:18 EST


On Wed, Feb 14, 2018 at 01:23:39PM +0100, Daniel Schultz wrote:
> From: Wadim Egorov <w.egorov@xxxxxxxxx>
>
> Add documentation of ti,clk-output-sel which can be used to select
> a specific clock for CLK_OUT.
>
> Signed-off-by: Wadim Egorov <w.egorov@xxxxxxxxx>
> Signed-off-by: Daniel Schultz <d.schultz@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/net/ti,dp83867.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/ti,dp83867.txt b/Documentation/devicetree/bindings/net/ti,dp83867.txt
> index 02c4353..56060c0 100644
> --- a/Documentation/devicetree/bindings/net/ti,dp83867.txt
> +++ b/Documentation/devicetree/bindings/net/ti,dp83867.txt
> @@ -25,6 +25,8 @@ Optional property:
> software needs to take when this pin is
> strapped in these modes. See data manual
> for details.
> + - ti,clk-output-sel - Muxing option for CLK_OUT pin - see dt-bindings/net/ti-dp83867.h
> + for applicable values.

Hi Daniel

Please use the same indentation as the other optional properties.

Andrew