diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2018-08-31 14:03:09 +0200 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2018-08-31 17:06:24 +0200 |
commit | 8a1ecc01a473b75ab97be9b36f623e4551a6e9ae (patch) | |
tree | 43e6830e8aa889ee214893835f6e9098a7c9e6fc /arch/arm/boot/dts/pxa27x.dtsi | |
parent | ARM: dts: pxa: fix the rtc controller (diff) | |
download | linux-8a1ecc01a473b75ab97be9b36f623e4551a6e9ae.tar.xz linux-8a1ecc01a473b75ab97be9b36f623e4551a6e9ae.zip |
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 <marcel@ziswiler.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/boot/dts/pxa27x.dtsi')
-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>; |