All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/devicetree/i2c: brcm,bcm2835: fix node id in example
@ 2020-05-10 19:58 ` l4stpr0gr4m
  0 siblings, 0 replies; 4+ messages in thread
From: l4stpr0gr4m @ 2020-05-10 19:58 UTC (permalink / raw)
  To: trivial
  Cc: nsaenzjulienne, linux-i2c, devicetree, linux-rpi-kernel,
	linux-arm-kernel, linux-kernel, Kangmin Park

From: Kangmin Park <l4stpr0gr4m@gmail.com>

This is a trivial patch to fix node id to match the reg in example.

Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
---
 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 c9a6587..a8a35df 100644
--- a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
+++ b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
@@ -13,7 +13,7 @@ Recommended properties:
 
 Example:
 
-i2c@20205000 {
+i2c@7e205000 {
 	compatible = "brcm,bcm2835-i2c";
 	reg = <0x7e205000 0x1000>;
 	interrupts = <2 21>;
-- 
2.7.4


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

* [PATCH] docs/devicetree/i2c: brcm,bcm2835: fix node id in example
@ 2020-05-10 19:58 ` l4stpr0gr4m
  0 siblings, 0 replies; 4+ messages in thread
From: l4stpr0gr4m @ 2020-05-10 19:58 UTC (permalink / raw)
  To: trivial
  Cc: devicetree, linux-kernel, nsaenzjulienne, linux-i2c,
	Kangmin Park, linux-arm-kernel, linux-rpi-kernel

From: Kangmin Park <l4stpr0gr4m@gmail.com>

This is a trivial patch to fix node id to match the reg in example.

Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
---
 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 c9a6587..a8a35df 100644
--- a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
+++ b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt
@@ -13,7 +13,7 @@ Recommended properties:
 
 Example:
 
-i2c@20205000 {
+i2c@7e205000 {
 	compatible = "brcm,bcm2835-i2c";
 	reg = <0x7e205000 0x1000>;
 	interrupts = <2 21>;
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] docs/devicetree/i2c: brcm,bcm2835: fix node id in example
  2020-05-10 19:58 ` l4stpr0gr4m
@ 2020-05-18 20:43   ` Rob Herring
  -1 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-05-18 20:43 UTC (permalink / raw)
  To: l4stpr0gr4m
  Cc: trivial, linux-i2c, linux-arm-kernel, nsaenzjulienne,
	linux-kernel, devicetree, linux-rpi-kernel

On Mon, 11 May 2020 04:58:21 +0900,  wrote:
> From: Kangmin Park <l4stpr0gr4m@gmail.com>
> 
> This is a trivial patch to fix node id to match the reg in example.
> 
> Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
> ---
>  Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

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

* Re: [PATCH] docs/devicetree/i2c: brcm, bcm2835: fix node id in example
@ 2020-05-18 20:43   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-05-18 20:43 UTC (permalink / raw)
  To: l4stpr0gr4m
  Cc: linux-arm-kernel, devicetree, trivial, linux-kernel, linux-i2c,
	nsaenzjulienne, linux-rpi-kernel

On Mon, 11 May 2020 04:58:21 +0900,  wrote:
> From: Kangmin Park <l4stpr0gr4m@gmail.com>
> 
> This is a trivial patch to fix node id to match the reg in example.
> 
> Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
> ---
>  Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-05-18 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 19:58 [PATCH] docs/devicetree/i2c: brcm,bcm2835: fix node id in example l4stpr0gr4m
2020-05-10 19:58 ` l4stpr0gr4m
2020-05-18 20:43 ` Rob Herring
2020-05-18 20:43   ` [PATCH] docs/devicetree/i2c: brcm, bcm2835: " 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.