diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2018-08-31 14:03:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-20 17:59:46 +0100 |
commit | 5e6204f442ce4255f8ca9a95cca663ae371ffc22 (patch) | |
tree | c314e8889d5cc44207e4717e369997b4effa02ce /arch/arm | |
parent | 0a9983a8a9c72d404c6e7ea579790af60b834b53 (diff) | |
download | linux-stable-5e6204f442ce4255f8ca9a95cca663ae371ffc22.tar.gz linux-stable-5e6204f442ce4255f8ca9a95cca663ae371ffc22.tar.bz2 linux-stable-5e6204f442ce4255f8ca9a95cca663ae371ffc22.zip |
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 <marcel@ziswiler.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/pxa27x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi index 2ab6986433c8..3228ad5fb725 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>; |