From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754747AbcEYMyt (ORCPT ); Wed, 25 May 2016 08:54:49 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:60048 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbcEYMyr (ORCPT ); Wed, 25 May 2016 08:54:47 -0400 From: Ravikumar Kattekola To: , , , , , , , , , , , Subject: [PATCH 0/2] arm: dra7: Add i2c6 instance hwmod and dt entries Date: Wed, 25 May 2016 18:23:39 +0530 Message-ID: <20160525125341.10044-1-rk@ti.com> X-Mailer: git-send-email 2.8.2.396.g5fe494c MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org DRA72x devices have a sixth i2c ocntroller instance. Following patches add the required hwmod structure and device tree nodes. Reference doc: DRA72x TRM [ SPRUHP2Q ] Tested on : DRA72x Rev B EVM Ravikumar Kattekola (2): arm: dra7: Add hwmod entry for i2c6 dts: dra7: Add device tree node for i2c6 arch/arm/boot/dts/dra7.dtsi | 11 +++++++++++ arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) -- 2.8.2.396.g5fe494c