Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936453Ab3DQUbK (ORCPT ); Wed, 17 Apr 2013 16:31:10 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:38291 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936299Ab3DQUbG (ORCPT ); Wed, 17 Apr 2013 16:31:06 -0400 From: Eduardo Valentin To: CC: Eduardo Valentin , Tony Lindgren , Russell King , , , , Subject: [PATCH 2/3] arm: dts: add bandgap entry for OMAP443x devices Date: Wed, 17 Apr 2013 16:29:33 -0400 Message-ID: <1366230574-31547-3-git-send-email-eduardo.valentin@ti.com> X-Mailer: git-send-email 1.8.2.1.342.gfa7285d In-Reply-To: <1366230574-31547-1-git-send-email-eduardo.valentin@ti.com> References: <1366230574-31547-1-git-send-email-eduardo.valentin@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 35 This patch add the bandgap entry for OMAP4430 devices. Cc: "BenoƮt Cousson" Cc: Tony Lindgren Cc: Russell King Cc: linux-omap@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- arch/arm/boot/dts/omap443x.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap443x.dtsi b/arch/arm/boot/dts/omap443x.dtsi index cccf39a..8d6c968 100644 --- a/arch/arm/boot/dts/omap443x.dtsi +++ b/arch/arm/boot/dts/omap443x.dtsi @@ -24,4 +24,8 @@ clock-latency = <300000>; /* From legacy driver */ }; }; + bandgap { + reg = <0x4a002260 0x4 0x4a00232C 0x4>; + compatible = "ti,omap4430-bandgap"; + }; }; -- 1.8.2.1.342.gfa7285d -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/