Message ID | 20200824221051.47972-3-eajames@linux.ibm.com |
---|---|
State | New |
Headers | show |
Series | AST2600 clock and FSI: Add APLL to control FSI clock | expand |
On Mon, 24 Aug 2020 at 22:11, Eddie James <eajames@linux.ibm.com> wrote: > > Document the clock-frequency property. > > Signed-off-by: Eddie James <eajames@linux.ibm.com> > --- > 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..f10abef837e6 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 > + - clock-frequency: the frequency of the FSI clock If we follow the example of i2c, they call the frequency of the i2c bus the bus-frequency. This stops us from confusing it with the input clock of the AHB or OPB or whatever peripheral bus is inside the SoC. > > > Examples: > -- > 2.26.2 >
diff --git a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt index a513e65ec0c9..f10abef837e6 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 + - clock-frequency: the frequency of the FSI clock Examples:
Document the clock-frequency property. Signed-off-by: Eddie James <eajames@linux.ibm.com> --- Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt | 1 + 1 file changed, 1 insertion(+)