Commit 9fbf0a56 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Kleber Sacilotto de Souza

ARM: dts: pxa: fix power i2c base address

BugLink: https://bugs.launchpad.net/bugs/1853881

[ Upstream commit 8a1ecc01 ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarConnor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent bf2495d8
......@@ -63,7 +63,7 @@ pwm3: pwm@40c00010 {
clocks = <&clks CLK_PWM1>;
};
pwri2c: i2c@40f000180 {
pwri2c: i2c@40f00180 {
compatible = "mrvl,pxa-i2c";
reg = <0x40f00180 0x24>;
interrupts = <6>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment