2018-08-31 12:56:37

by Marcel Ziswiler

[permalink] [raw]
Subject: [PATCH] ARM: dts: pxa: fix power i2c base address

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

Signed-off-by: Marcel Ziswiler <[email protected]>

---

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



2018-08-31 15:54:23

by Robert Jarzmik

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: pxa: fix power i2c base address

Marcel Ziswiler <[email protected]> writes:

> There is one too many zeroes in the Power I2C base address. Fix this.
>
> Signed-off-by: Marcel Ziswiler <[email protected]>
Queued to pxa/dt, thanks.

Cheers.

--
Robert