git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f668d2
)
ARM: dts: at91: at91sam9g25ek: fix I2C bus unit address
author
Eugen Hristev
<eugen.hristev@microchip.com>
Mon, 26 Oct 2020 08:39:50 +0000
(10:39 +0200)
committer
Eugen Hristev
<eugen.hristev@microchip.com>
Mon, 2 Nov 2020 06:58:38 +0000
(08:58 +0200)
w+arch/arm/dts/.at91sam9g25ek.dtb.pre.tmp:28.25-47.7: Warning (i2c_bus_reg): /ahb/apb/i2c@
f8010000
/camera@0x30: I2C bus unit address format error, expected "30"
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/dts/at91sam9g25ek.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/at91sam9g25ek.dts
b/arch/arm/dts/at91sam9g25ek.dts
index
91a7177
..
31fecc2
100644
(file)
--- a/
arch/arm/dts/at91sam9g25ek.dts
+++ b/
arch/arm/dts/at91sam9g25ek.dts
@@
-25,7
+25,7
@@
};
i2c0: i2c@f8010000 {
- ov2640: camera@
0x
30 {
+ ov2640: camera@30 {
compatible = "ovti,ov2640";
reg = <0x30>;
pinctrl-names = "default";