projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8685f
)
ARM: dts: socfpga: Add i2c alias to A10 SoCDK
author
Marek Vasut
<marex@denx.de>
Mon, 13 Aug 2018 18:40:54 +0000
(20:40 +0200)
committer
Marek Vasut
<marex@denx.de>
Mon, 13 Aug 2018 20:35:16 +0000
(22:35 +0200)
The A10 SoCDK is missing the I2C bus alias, so DM I2C cannot assign
the I2C bus a bus number. Add the missing alias.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/dts/socfpga_arria10_socdk.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria10_socdk.dtsi
b/arch/arm/dts/socfpga_arria10_socdk.dtsi
index 3f59f0257753a38af1235014c0265a396a974a5b..4018a5b929603b89fb948149c963d8dd72f759e3 100644
(file)
--- a/
arch/arm/dts/socfpga_arria10_socdk.dtsi
+++ b/
arch/arm/dts/socfpga_arria10_socdk.dtsi
@@
-23,6
+23,7
@@
aliases {
ethernet0 = &gmac0;
serial0 = &uart1;
+ i2c0 = &i2c1;
};
chosen {