All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835: fix i2c0 node name
@ 2015-03-17 20:02 Baruch Siach
  2015-03-18  1:43 ` Stephen Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2015-03-17 20:02 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/arm/boot/dts/bcm2835.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 3342cb1407bc..fbf58418399e 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -112,7 +112,7 @@
 			status = "disabled";
 		};
 
-		i2c0: i2c at 20205000 {
+		i2c0: i2c at 7e205000 {
 			compatible = "brcm,bcm2835-i2c";
 			reg = <0x7e205000 0x1000>;
 			interrupts = <2 21>;
-- 
2.1.4

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

* [PATCH] ARM: bcm2835: fix i2c0 node name
  2015-03-17 20:02 [PATCH] ARM: bcm2835: fix i2c0 node name Baruch Siach
@ 2015-03-18  1:43 ` Stephen Warren
  2015-03-18  8:18   ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2015-03-18  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/17/2015 02:02 PM, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

A brief description of why this is a fix might be useful.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>

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

* [PATCH] ARM: bcm2835: fix i2c0 node name
  2015-03-18  1:43 ` Stephen Warren
@ 2015-03-18  8:18   ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2015-03-18  8:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 17 Mar 2015, Stephen Warren wrote:

> On 03/17/2015 02:02 PM, Baruch Siach wrote:
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> 
> A brief description of why this is a fix might be useful.

Yes, please add one and resubmit with Stephen's Ack.

> Acked-by: Stephen Warren <swarren@wwwdotorg.org>

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

end of thread, other threads:[~2015-03-18  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 20:02 [PATCH] ARM: bcm2835: fix i2c0 node name Baruch Siach
2015-03-18  1:43 ` Stephen Warren
2015-03-18  8:18   ` Lee Jones

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.