Commit 8a1ecc01 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Robert Jarzmik
Browse files

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: default avatarMarcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 24a610eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
			clocks = <&clks CLK_PWM1>;
		};

		pwri2c: i2c@40f000180 {
		pwri2c: i2c@40f00180 {
			compatible = "mrvl,pxa-i2c";
			reg = <0x40f00180 0x24>;
			interrupts = <6>;