From patchwork Fri May 22 10:51:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sanchayan X-Patchwork-Id: 6463621 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D69DBC0020 for ; Fri, 22 May 2015 10:57:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A3E52045B for ; Fri, 22 May 2015 10:57:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6CD4220458 for ; Fri, 22 May 2015 10:57:20 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YvkbU-0001wL-VX; Fri, 22 May 2015 10:55:00 +0000 Received: from mail-pd0-x241.google.com ([2607:f8b0:400e:c02::241]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YvkbK-0001sq-EJ for linux-arm-kernel@lists.infradead.org; Fri, 22 May 2015 10:54:51 +0000 Received: by pdbht2 with SMTP id ht2so2422044pdb.1 for ; Fri, 22 May 2015 03:54:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=s8V8K6GBcy73j/zmWcWCXmhu9y3xNGXb5VGv8ndGyzY=; b=rkTB7GZag6V8KaP48wvOp4sgmTIMDssQQItydPHRW2OymtWQtI7CjbzTuHzyNfGuSf hGlqToi0Fww8IydTig91xV0MNr+PjtgJZnsKNJPYqih06Sgzw7+KQqa9eYQ5DhqQiICb iXcbUBCMAjJLT2Cuz/C4LWTj1ye9Uyx6FpC02I8PQiq3MFFb9RZLFpkQjrpb52VaAw9o hlVNQd9jKAYSIWhZFqDbMTNPg8J04fBpW65CC43SJsG1lXOAv5buUB0/zPKkWvilCnYh LOrS+yLgvJI+aZjGTFhwR1wWXCX5fEgj8SFzCztSxfulSNW5iZY7DfbkVBuM0AkAgxgB rvYw== X-Received: by 10.68.247.166 with SMTP id yf6mr14384112pbc.3.1432292069642; Fri, 22 May 2015 03:54:29 -0700 (PDT) Received: from localhost ([122.166.214.162]) by mx.google.com with ESMTPSA id ml6sm1786121pdb.69.2015.05.22.03.54.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 May 2015 03:54:28 -0700 (PDT) From: Sanchayan Maity To: arnd@arndb.de, linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 1/2] ARM: dts: vfxxx: Add OCOTP and OCROM nodes Date: Fri, 22 May 2015 16:21:53 +0530 Message-Id: <958427d37a2e4ca8fd60d7f150a22299abfed127.1432290463.git.maitysanchayan@gmail.com> X-Mailer: git-send-email 2.4.1 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150522_035450_571489_FB80F0C8 X-CRM114-Status: UNSURE ( 8.32 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, stefan@agner.ch, Sanchayan Maity , kernel@pengutronix.de, shawn.guo@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add a device tree node for the On-Chip One Time Programmable Controller (OCOTP) and the On-Chip ROM. Signed-off-by: Sanchayan Maity --- arch/arm/boot/dts/vfxxx.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 2f4b04d..66c529f 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -57,6 +57,11 @@ interrupt-parent = <&mscm_ir>; ranges; + ocrom: ocrom { + compatible = "fsl,vf610-ocrom", "syscon"; + reg = <0x00000000 0x18000>; + }; + aips0: aips-bus@40000000 { compatible = "fsl,aips-bus", "simple-bus"; #address-cells = <1>; @@ -403,6 +408,11 @@ status = "disabled"; }; + ocotp: ocotp@400a5000 { + compatible = "fsl,vf610-ocotp", "syscon"; + reg = <0x400a5000 0x1000>; + }; + snvs0: snvs@400a7000 { compatible = "fsl,sec-v4.0-mon", "simple-bus"; #address-cells = <1>;