linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: pxa: fix power i2c base address
@ 2018-08-31 12:03 Marcel Ziswiler
  2018-08-31 15:52 ` Robert Jarzmik
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Ziswiler @ 2018-08-31 12:03 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Robert Jarzmik, Marcel Ziswiler, Haojian Zhuang, Rob Herring,
	Mark Rutland, Daniel Mack, linux-arm-kernel

There is one too many zeroes in the Power I2C base address. Fix this.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>

---

 arch/arm/boot/dts/pxa27x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
index 747f750f675d..837343370761 100644
--- a/arch/arm/boot/dts/pxa27x.dtsi
+++ b/arch/arm/boot/dts/pxa27x.dtsi
@@ -71,7 +71,7 @@
 			clocks = <&clks CLK_PWM1>;
 		};
 
-		pwri2c: i2c@40f000180 {
+		pwri2c: i2c@40f00180 {
 			compatible = "mrvl,pxa-i2c";
 			reg = <0x40f00180 0x24>;
 			interrupts = <6>;
-- 
2.14.4


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

* Re: [PATCH] ARM: dts: pxa: fix power i2c base address
  2018-08-31 12:03 [PATCH] ARM: dts: pxa: fix power i2c base address Marcel Ziswiler
@ 2018-08-31 15:52 ` Robert Jarzmik
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Jarzmik @ 2018-08-31 15:52 UTC (permalink / raw)
  To: Marcel Ziswiler
  Cc: devicetree, linux-kernel, Haojian Zhuang, Rob Herring,
	Mark Rutland, Daniel Mack, linux-arm-kernel

Marcel Ziswiler <marcel@ziswiler.com> writes:

> There is one too many zeroes in the Power I2C base address. Fix this.
>
> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Queued to pxa/dt, thanks.

Cheers.

--
Robert

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

end of thread, other threads:[~2018-08-31 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 12:03 [PATCH] ARM: dts: pxa: fix power i2c base address Marcel Ziswiler
2018-08-31 15:52 ` Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).