From patchwork Wed Sep 26 11:57:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 975036 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="a49+gt5H"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42KxK16NGRz9sBW for ; Wed, 26 Sep 2018 21:57:57 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728419AbeIZSKW (ORCPT ); Wed, 26 Sep 2018 14:10:22 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:50172 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728077AbeIZSKW (ORCPT ); Wed, 26 Sep 2018 14:10:22 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8QBv3WY128921; Wed, 26 Sep 2018 06:57:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1537963023; bh=FIb1e9XmdUhlcBGyVICkczHALmEYYGtQX/GBiz9T2QU=; h=From:To:CC:Subject:Date; b=a49+gt5H94uUQu4fmS+ttAim4OOJxldEvA4bBNC15dpRtxKdkKPylvGsRnJeR69Om Mq33P1U3tgutLOR9kr3BuYMytx3e5GFGN2BCUywmK0vbt2TJ/DmFmqPkSUjC0gN/Kr tAG3+/MOcLR4wlR9oT58Momu5egVqKC4kyOc1dIE= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8QBv2VC025343; Wed, 26 Sep 2018 06:57:02 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 26 Sep 2018 06:57:02 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 26 Sep 2018 06:57:02 -0500 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8QBuwVc002625; Wed, 26 Sep 2018 06:56:59 -0500 From: Vignesh R To: Rob Herring , Wolfram Sang CC: Vignesh R , Sekhar Nori , , , , Nishanth Menon , Tero Kristo , Subject: [PATCH 0/2] i2c-omap: Enable i2c-omap driver for AM654 SoCs Date: Wed, 26 Sep 2018 17:27:49 +0530 Message-ID: <20180926115751.20421-1-vigneshr@ti.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Couple of patches to enable i2c-omap driver to be used with TI's new AM654 platforms. Vignesh R (2): dt-bindings: i2c-omap: Add new compatible for AM654 SoCs i2c: busses: Kconfig: Enable I2C_OMAP for ARCH_K3 Documentation/devicetree/bindings/i2c/i2c-omap.txt | 1 + drivers/i2c/busses/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)