All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: i2c: fix typo in brcm,bcm2835-i2c.txt
@ 2018-09-01 15:23 sim manseop
  2018-09-25 18:34 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: sim manseop @ 2018-09-01 15:23 UTC (permalink / raw)
  To: devicetree; +Cc: robh, sim manseop

Fix typo in brcm,bcm2835-i2c.txt between dts unit address and register start address mismatch.

Signed-off-by: manseop sim <semtax33@gmail.com>

---
Changes in v2:
- modify subject
- modify commit message
---
 Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
index e9de3756752b..ec78f84893ec 100644
--- a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
+++ b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
@@ -11,7 +11,7 @@ Recommended properties:
 
 Example:
 
-i2c@20205000 {
+i2c@7e205000 {
 	compatible = "brcm,bcm2835-i2c";
 	reg = <0x7e205000 0x1000>;
 	interrupts = <2 21>;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] dt-bindings: i2c: fix typo in brcm,bcm2835-i2c.txt
  2018-09-01 15:23 [PATCH v2] dt-bindings: i2c: fix typo in brcm,bcm2835-i2c.txt sim manseop
@ 2018-09-25 18:34 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2018-09-25 18:34 UTC (permalink / raw)
  To: sim manseop; +Cc: devicetree

On Sat, Sep 01, 2018 at 03:23:00PM +0000, sim manseop wrote:
> Fix typo in brcm,bcm2835-i2c.txt between dts unit address and register start address mismatch.

Wrap long lines at <75 char.

> 
> Signed-off-by: manseop sim <semtax33@gmail.com>

As pointed out in other patches, your author and S-o-b names don't 
match.

> 
> ---
> Changes in v2:
> - modify subject
> - modify commit message
> ---
>  Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
> index e9de3756752b..ec78f84893ec 100644
> --- a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
> +++ b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
> @@ -11,7 +11,7 @@ Recommended properties:
>  
>  Example:
>  
> -i2c@20205000 {
> +i2c@7e205000 {
>  	compatible = "brcm,bcm2835-i2c";
>  	reg = <0x7e205000 0x1000>;
>  	interrupts = <2 21>;
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-25 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-01 15:23 [PATCH v2] dt-bindings: i2c: fix typo in brcm,bcm2835-i2c.txt sim manseop
2018-09-25 18:34 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.