diff options
| author | Cooper Jr., Franklin <[email protected]> | 2017-04-20 10:25:48 -0500 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2017-05-09 09:05:03 +0200 |
| commit | 1eaa0b4ed6d09c125a682c3614334d68782ca6fb (patch) | |
| tree | 40399e110ff46f081c5a0572fa679cedd5c10673 | |
| parent | c7d45ff91dabcd9b5a7dae4325fe306efef55b25 (diff) | |
ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1
Enable I2C0 and I2C1 which is needed to enable usage of DM I2C.
Signed-off-by: Franklin S Cooper Jr <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | arch/arm/dts/keystone-k2g-evm.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index 696a0d74592..2c99df44600 100644 --- 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"; +}; |
