2015-06-17 13:22:43

by Nicolas Ferre

[permalink] [raw]
Subject: [PATCH] clk: at91: trivial: typo in peripheral clock description

Signed-off-by: Nicolas Ferre <[email protected]>
---
Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt
index 7a4d4926f44e..5ba6450693b9 100644
--- a/Documentation/devicetree/bindings/clock/at91-clock.txt
+++ b/Documentation/devicetree/bindings/clock/at91-clock.txt
@@ -248,7 +248,7 @@ Required properties for peripheral clocks:
- #address-cells : shall be 1 (reg is used to encode clk id).
- clocks : shall be the master clock phandle.
e.g. clocks = <&mck>;
-- name: device tree node describing a specific system clock.
+- name: device tree node describing a specific peripheral clock.
* #clock-cells : from common clock binding; shall be set to 0.
* reg: peripheral id. See Atmel's datasheets to get a full
list of peripheral ids.
--
2.1.3


2015-06-17 14:36:08

by Boris Brezillon

[permalink] [raw]
Subject: Re: [PATCH] clk: at91: trivial: typo in peripheral clock description

On Wed, 17 Jun 2015 15:22:51 +0200
Nicolas Ferre <[email protected]> wrote:

> Signed-off-by: Nicolas Ferre <[email protected]>

Acked-by: Boris Brezillon <[email protected]>

> ---
> Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt
> index 7a4d4926f44e..5ba6450693b9 100644
> --- a/Documentation/devicetree/bindings/clock/at91-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt
> @@ -248,7 +248,7 @@ Required properties for peripheral clocks:
> - #address-cells : shall be 1 (reg is used to encode clk id).
> - clocks : shall be the master clock phandle.
> e.g. clocks = <&mck>;
> -- name: device tree node describing a specific system clock.
> +- name: device tree node describing a specific peripheral clock.
> * #clock-cells : from common clock binding; shall be set to 0.
> * reg: peripheral id. See Atmel's datasheets to get a full
> list of peripheral ids.



--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

2015-06-17 14:45:20

by Alexandre Belloni

[permalink] [raw]
Subject: Re: [PATCH] clk: at91: trivial: typo in peripheral clock description

It is mandatory to always include a commit message :)

On 17/06/2015 at 15:22:51 +0200, Nicolas Ferre wrote :
> Signed-off-by: Nicolas Ferre <[email protected]>
> ---
> Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt
> index 7a4d4926f44e..5ba6450693b9 100644
> --- a/Documentation/devicetree/bindings/clock/at91-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt
> @@ -248,7 +248,7 @@ Required properties for peripheral clocks:
> - #address-cells : shall be 1 (reg is used to encode clk id).
> - clocks : shall be the master clock phandle.
> e.g. clocks = <&mck>;
> -- name: device tree node describing a specific system clock.
> +- name: device tree node describing a specific peripheral clock.
> * #clock-cells : from common clock binding; shall be set to 0.
> * reg: peripheral id. See Atmel's datasheets to get a full
> list of peripheral ids.
> --
> 2.1.3
>

--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

2015-06-17 15:00:31

by Nicolas Ferre

[permalink] [raw]
Subject: Re: [PATCH] clk: at91: trivial: typo in peripheral clock description

Le 17/06/2015 16:45, Alexandre Belloni a ?crit :
> It is mandatory to always include a commit message :)

Something like:
s/system/peripheral/g
I suppose?

> On 17/06/2015 at 15:22:51 +0200, Nicolas Ferre wrote :
>> Signed-off-by: Nicolas Ferre <[email protected]>
>> ---
>> Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt
>> index 7a4d4926f44e..5ba6450693b9 100644
>> --- a/Documentation/devicetree/bindings/clock/at91-clock.txt
>> +++ b/Documentation/devicetree/bindings/clock/at91-clock.txt
>> @@ -248,7 +248,7 @@ Required properties for peripheral clocks:
>> - #address-cells : shall be 1 (reg is used to encode clk id).
>> - clocks : shall be the master clock phandle.
>> e.g. clocks = <&mck>;
>> -- name: device tree node describing a specific system clock.
>> +- name: device tree node describing a specific peripheral clock.
>> * #clock-cells : from common clock binding; shall be set to 0.
>> * reg: peripheral id. See Atmel's datasheets to get a full
>> list of peripheral ids.
>> --
>> 2.1.3
>>
>


--
Nicolas Ferre