From patchwork Tue Jun 16 07:27:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 6613931 Return-Path: X-Original-To: patchwork-linux-rockchip@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 40F51C0020 for ; Tue, 16 Jun 2015 07:29:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 78F6A203F1 for ; Tue, 16 Jun 2015 07:29:36 +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 9BF1D203C1 for ; Tue, 16 Jun 2015 07:29:35 +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 1Z4lJO-0008KN-QX; Tue, 16 Jun 2015 07:29:34 +0000 Received: from mail-pd0-f174.google.com ([209.85.192.174]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z4lIt-00084F-2n; Tue, 16 Jun 2015 07:29:03 +0000 Received: by pdjm12 with SMTP id m12so8280324pdj.3; Tue, 16 Jun 2015 00:28:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=0yKneZo6Vr+4BszFDMvdmRkYVD5VepWQYmMyO2mx6zo=; b=DoV1TOqLqw6dkYPT/rgcioWkKEBx2YyHVO9zQhMilhpHEUZI0TL8fnNocc7Q28ijBE 9EgRlUH8zGiGSvXICGy0DqokyF91qqWhR3ALsTVZr6o7JwzuOMOg2rYGlDT8/dkJvxWY tE/TS2YpQ4XBb4ETyhfjLjSWDgjWUNHUoHPOI4YoLXQW9l5Ye14MacHtAhDaftI7SB1z qar3a7ksoePAy6MYUwCN34F08nSVdW6lCMBrL0k4qd52ShLQKhX9KsIBJSct5B7QPmS7 wXwzt8Wyy6BsOfEvxKSOIFKoPcx/A0IacZzRJqYYmzqfQuOy+2ODWmbgpJbLtQ6KnKy7 tOvQ== X-Received: by 10.70.36.139 with SMTP id q11mr56542080pdj.38.1434439722597; Tue, 16 Jun 2015 00:28:42 -0700 (PDT) Received: from localhost.localdomain ([191.101.57.48]) by mx.google.com with ESMTPSA id pr4sm266075pbb.30.2015.06.16.00.28.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Jun 2015 00:28:41 -0700 (PDT) From: Caesar Wang To: heiko@sntech.de Subject: [PATCH v2 3/3] ARM: dts: Add RK3288 efuse node Date: Tue, 16 Jun 2015 15:27:45 +0800 Message-Id: <1434439665-27781-4-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1434439665-27781-1-git-send-email-wxt@rock-chips.com> References: <1434439665-27781-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150616_002903_171265_98BD1701 X-CRM114-Status: UNSURE ( 6.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, linux@arm.linux.org.uk, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, galak@codeaurora.org, matthias.bgg@gmail.com, jay.xu@rock-chips.com, linux-arm-kernel@lists.infradead.org, wxt@rock-chips.com X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 the efuse node on RK3288, we can get some information when enable the efuse driver. e.g.: the CPU version, leakage..... Signed-off-by: Caesar Wang --- Changes in v2: - Add the dts node on RK3288. arch/arm/boot/dts/rk3288.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 165968d..423355e 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -691,6 +691,11 @@ }; }; + efuse: efuse@ffb40000 { + compatible = "rockchip,rk3066-efuse"; + reg = <0xffb40000 0x10000>; + }; + gic: interrupt-controller@ffc01000 { compatible = "arm,gic-400"; interrupt-controller;