From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754007AbcESGse (ORCPT ); Thu, 19 May 2016 02:48:34 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:37235 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753882AbcESGsc (ORCPT ); Thu, 19 May 2016 02:48:32 -0400 From: Vignesh R To: Linus Walleij , Alexandre Courbot , Rob Herring , Tony Lindgren CC: Pawel Moll , Mark Rutland , , , , , , Vignesh R Subject: [PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536 Date: Thu, 19 May 2016 12:17:30 +0530 Message-ID: <1463640450-16762-3-git-send-email-vigneshr@ti.com> X-Mailer: git-send-email 2.8.2 In-Reply-To: <1463640450-16762-1-git-send-email-vigneshr@ti.com> References: <1463640450-16762-1-git-send-email-vigneshr@ti.com> 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 AM335x ICE board has a TI PCA9536 chip connected to I2C0 at address 0x41. Add DT entry for the same. Signed-off-by: Vignesh R --- arch/arm/boot/dts/am335x-icev2.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts index e271013e78a6..7d8b8fefdf08 100644 --- a/arch/arm/boot/dts/am335x-icev2.dts +++ b/arch/arm/boot/dts/am335x-icev2.dts @@ -206,6 +206,13 @@ gpio-controller; #gpio-cells = <2>; }; + + pca9536: gpio@41 { + compatible = "ti,pca9536"; + reg = <0x41>; + gpio-controller; + #gpio-cells = <2>; + }; }; #include "tps65910.dtsi" -- 2.8.2