2020-09-10 15:58:01

by Eddie James

[permalink] [raw]
Subject: [PATCH 3/4] dt-bindings: fsi: Aspeed master: Add bus-frequency property

Document the bus-frequency property.

Signed-off-by: Eddie James <[email protected]>
---
Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
index a513e65ec0c9..d84bd19526ca 100644
--- a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
+++ b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
@@ -17,6 +17,7 @@ Optional properties:

- fsi-routing-gpios: GPIO for setting the FSI mux (internal or cabled)
- fsi-mux-gpios: GPIO for detecting the desired FSI mux state
+ - bus-frequency: the frequency of the FSI bus


Examples:
--
2.26.2


2020-09-11 01:18:36

by Joel Stanley

[permalink] [raw]
Subject: Re: [PATCH 3/4] dt-bindings: fsi: Aspeed master: Add bus-frequency property

On Thu, 10 Sep 2020 at 15:18, Eddie James <[email protected]> wrote:
>
> Document the bus-frequency property.
>
> Signed-off-by: Eddie James <[email protected]>

I think this is good terminology, and it's consistent with similar
protocols such as i2c.

Reviewed-by: Joel Stanley <[email protected]>

> ---
> Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
> index a513e65ec0c9..d84bd19526ca 100644
> --- a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
> +++ b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
> @@ -17,6 +17,7 @@ Optional properties:
>
> - fsi-routing-gpios: GPIO for setting the FSI mux (internal or cabled)
> - fsi-mux-gpios: GPIO for detecting the desired FSI mux state
> + - bus-frequency: the frequency of the FSI bus
>
>
> Examples:
> --
> 2.26.2
>

2020-09-22 22:22:07

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 3/4] dt-bindings: fsi: Aspeed master: Add bus-frequency property

On Thu, 10 Sep 2020 10:18:39 -0500, Eddie James wrote:
> Document the bus-frequency property.
>
> Signed-off-by: Eddie James <[email protected]>
> ---
> Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>