From: Marcel Ziswiler Date: Fri, 31 Aug 2018 12:03:09 +0000 (+0200) Subject: ARM: dts: pxa: fix power i2c base address X-Git-Tag: v4.9.203~189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a92b7adf6ac5964626d0080cd5c6454c991341bf;p=platform%2Fkernel%2Flinux-amlogic.git ARM: dts: pxa: fix power i2c base address [ Upstream commit 8a1ecc01a473b75ab97be9b36f623e4551a6e9ae ] There is one too many zeroes in the Power I2C base address. Fix this. Signed-off-by: Marcel Ziswiler Signed-off-by: Robert Jarzmik Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi index 9e73dc6b3ed3..0e1320afa156 100644 --- a/arch/arm/boot/dts/pxa27x.dtsi +++ b/arch/arm/boot/dts/pxa27x.dtsi @@ -70,7 +70,7 @@ clocks = <&clks CLK_PWM1>; }; - pwri2c: i2c@40f000180 { + pwri2c: i2c@40f00180 { compatible = "mrvl,pxa-i2c"; reg = <0x40f00180 0x24>; interrupts = <6>;