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:
c7d45ff
)
ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1
author
Cooper Jr., Franklin
<fcooper@ti.com>
Thu, 20 Apr 2017 15:25:48 +0000
(10:25 -0500)
committer
Heiko Schocher
<hs@denx.de>
Tue, 9 May 2017 07:05:03 +0000
(09:05 +0200)
Enable I2C0 and I2C1 which is needed to enable usage of DM I2C.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/arm/dts/keystone-k2g-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/keystone-k2g-evm.dts
b/arch/arm/dts/keystone-k2g-evm.dts
index 696a0d745921a1d872b28fedfd3cdc2ea6064b77..2c99df44600e684b9d072c0cf44c82cd9fb14398 100644
(file)
--- a/
arch/arm/dts/keystone-k2g-evm.dts
+++ b/
arch/arm/dts/keystone-k2g-evm.dts
@@
-108,3
+108,11
@@
&mmc1 {
status = "okay";
};
+
+&i2c0 {
+ status = "okay";
+};
+
+&i2c1 {
+ status = "okay";
+};