diff mbox

[U-Boot,v2,7/8] ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1

Message ID 20170420152549.28031-8-fcooper@ti.com
State Awaiting Upstream
Delegated to: Heiko Schocher
Headers show

Commit Message

Franklin S Cooper Jr April 20, 2017, 3:25 p.m. UTC
Enable I2C0 and I2C1 which is needed to enable usage of DM I2C.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
 arch/arm/dts/keystone-k2g-evm.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tom Rini April 26, 2017, 7:16 p.m. UTC | #1
On Thu, Apr 20, 2017 at 10:25:48AM -0500, Franklin S Cooper Jr wrote:

> 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>
Heiko Schocher April 28, 2017, 4:05 a.m. UTC | #2
Hello Franklin,

Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
> Enable I2C0 and I2C1 which is needed to enable usage of DM I2C.
>
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
>   arch/arm/dts/keystone-k2g-evm.dts | 8 ++++++++
>   1 file changed, 8 insertions(+)

Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot-i2c/next

bye,
Heiko
>
> diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts
> index 696a0d7..2c99df4 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";
> +};
>
diff mbox

Patch

diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts
index 696a0d7..2c99df4 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";
+};