Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758708Ab3IBOXV (ORCPT ); Mon, 2 Sep 2013 10:23:21 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:44157 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756337Ab3IBOXS (ORCPT ); Mon, 2 Sep 2013 10:23:18 -0400 From: Afzal Mohammed To: , , , CC: Tony Lindgren , Paul Walmsley , Benoit Cousson , Russell King , Ian Campbell , Stephen Warren , Mark Rutland , Pawel Moll , Rob Herring , Philipp Zabel Subject: [PATCH RFC 5/6] ARM: dts: AM335x: prcm node (for reset) Date: Mon, 2 Sep 2013 19:52:04 +0530 Message-ID: <00675d65eef61eb4222e6a461ef479ebbd1d4787.1378129416.git.afzal@ti.com> X-Mailer: git-send-email 1.8.3.4 In-Reply-To: References: 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 Content-Length: 818 Lines: 32 Add AM335x prcm node with reset binding. Signed-off-by: Afzal Mohammed --- arch/arm/boot/dts/am33xx.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 4701e3c..c2ccf94 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -530,6 +530,12 @@ #size-cells = <1>; status = "disabled"; }; + + prcm: prcm@44e00000 { + compatible = "ti,am3352-prcm"; + reg = <0x44e00000 0x1300>; + #reset-cells = <1>; + }; }; clocks { -- 1.8.3.4 -- 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/