projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3be9f
)
ARM: dts: pxa: fix power i2c base address
author
Marcel Ziswiler
<marcel@ziswiler.com>
Fri, 31 Aug 2018 12:03:09 +0000
(14:03 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 25 Nov 2019 08:52:06 +0000
(09:52 +0100)
[ 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>
arch/arm/boot/dts/pxa27x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/pxa27x.dtsi
b/arch/arm/boot/dts/pxa27x.dtsi
index 9e73dc6b3ed3ef269474c4fb05867f0b18166752..0e1320afa15620df2eb2781da0c0fae613788b70 100644
(file)
--- a/
arch/arm/boot/dts/pxa27x.dtsi
+++ b/
arch/arm/boot/dts/pxa27x.dtsi
@@
-70,7
+70,7
@@
clocks = <&clks CLK_PWM1>;
};
- pwri2c: i2c@40f00
0
180 {
+ pwri2c: i2c@40f00180 {
compatible = "mrvl,pxa-i2c";
reg = <0x40f00180 0x24>;
interrupts = <6>;