diff mbox series

ARM: dts: pxa: fix power i2c base address

Message ID 20180831120309.8723-1-marcel@ziswiler.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: pxa: fix power i2c base address | expand

Commit Message

Marcel Ziswiler Aug. 31, 2018, 12:03 p.m. UTC
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(-)

Comments

Robert Jarzmik Aug. 31, 2018, 3:52 p.m. UTC | #1
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
diff mbox series

Patch

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>;