From patchwork Mon May 18 06:20:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sanchayan X-Patchwork-Id: 6426521 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B239B9F318 for ; Mon, 18 May 2015 06:26:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 97789205FF for ; Mon, 18 May 2015 06:26:24 +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 96BA3205D4 for ; Mon, 18 May 2015 06:26:23 +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 1YuESB-0008K6-4X; Mon, 18 May 2015 06:23:07 +0000 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YuES4-0008Gk-FK for linux-arm-kernel@lists.infradead.org; Mon, 18 May 2015 06:23:01 +0000 Received: by pdbnk13 with SMTP id nk13so40023459pdb.1 for ; Sun, 17 May 2015 23:22:39 -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=vg2LvNM4N5J+/bioKCe4gjEQb8ZE7rVEsXtQhM1lyDJZpXM1fE3guYiRzzYtI+7H3C iAbXuxw6pPzR+Lrw02/zNKwakf7plLWumh7zwMtintWvWhLwJon74c7AjQP8U7RH3XMS TxlSeFs0ACFrSp6ndUZx8Pgx9SuX97MYQ8y9rBjAdjhX+EafyfVjNIpMU1HiSHqH6unj /8dpUOzjp3zb7DBOi29m6xYp/0GKdzI5i4U+Xw/Tzj5IYkb/MFFbIUD411qdMdM00T6P MxnZ8SZjM2vo9qDCI4Hu+nGmr2lHG3NBcGzBMqVdP61B6qq0L50XY40Dt5fmSB9qZi4q uwnA== X-Received: by 10.68.65.68 with SMTP id v4mr28780258pbs.31.1431930159259; Sun, 17 May 2015 23:22:39 -0700 (PDT) Received: from localhost ([115.115.225.206]) by mx.google.com with ESMTPSA id te4sm8793557pbc.88.2015.05.17.23.22.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 May 2015 23:22:38 -0700 (PDT) From: Sanchayan Maity To: shawn.guo@linaro.org Subject: [PATCH v1 1/2] ARM: dts: vfxxx: Add OCOTP and OCROM nodes Date: Mon, 18 May 2015 11:50:06 +0530 Message-Id: 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-20150517_232300_561013_ADCDCA81 X-CRM114-Status: UNSURE ( 8.34 ) 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, linux-arm-kernel@lists.infradead.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>;