From patchwork Tue Aug 11 10:13:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shunqian Zheng X-Patchwork-Id: 6991111 Return-Path: X-Original-To: patchwork-linux-rockchip@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 7D6C29F358 for ; Tue, 11 Aug 2015 10:15:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9EB2C20672 for ; Tue, 11 Aug 2015 10:15:00 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CA07F20652 for ; Tue, 11 Aug 2015 10:14:59 +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 1ZP6aB-0005Q9-9J; Tue, 11 Aug 2015 10:14:59 +0000 Received: from mail-qg0-f66.google.com ([209.85.192.66]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZP6a8-00059E-6C for linux-rockchip@lists.infradead.org; Tue, 11 Aug 2015 10:14:57 +0000 Received: by qgeb6 with SMTP id b6so3240611qge.2 for ; Tue, 11 Aug 2015 03:14:35 -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=h8ILuWLs6/+pWZfOgGkhRZamOduCkGvqfUImAmWGPKo=; b=OdQcvHTSTE1y5J/LYhsasYwglSrYhZs5Pcuq/ZCj90FKzGaOlcWV9fuSMQmxF7o5IE 6VzQuUyGsCO9J3gYHHG2ApCd3/PjnLSmB+N/Mc7x99o8+SlGB5X8DVRWtTJsqdL+3vES GOlAPvODprkB3hQ9uCdK2y1puj83Q6MhkfDQW1qQtAdBr/5YWCiB0JwxFCUh0SaXx4Vz enpDMLdd4e6fethRzQ2XZHw2GXH0Kk5G2ioViSoSmyIdTgk2BZoGdXIthpbBxrhLxfBV FmZ33XhqKsfaUIKHOCGPKD1HDY8C8aLG8HHXgd0WceQCJXKhELa3VQd7n053pzTfro1M Y+og== X-Received: by 10.140.102.103 with SMTP id v94mr11118475qge.44.1439288075478; Tue, 11 Aug 2015 03:14:35 -0700 (PDT) Received: from SHUNQIAN-W530.example.org ([173.239.41.26]) by smtp.gmail.com with ESMTPSA id l125sm863220qhl.15.2015.08.11.03.14.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 11 Aug 2015 03:14:35 -0700 (PDT) From: Shunqian Zheng To: gregkh@linuxfoundation.org, srinivas.kandagatla@linaro.org, maxime.ripard@free-electrons.com, heiko@sntech.de, caesar.wang@rock-chips.com Subject: [PATCH v2 5/5] ARM: dts: rockchip: add eFuse config of rk3288 SoC Date: Tue, 11 Aug 2015 18:13:44 +0800 Message-Id: <1439288024-13359-6-git-send-email-zhengsq@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1439288024-13359-1-git-send-email-zhengsq@rock-chips.com> References: <1439288024-13359-1-git-send-email-zhengsq@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150811_031456_372201_BD80F819 X-CRM114-Status: UNSURE ( 7.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, dianders@chromium.org, linux-rockchip@lists.infradead.org, xjq@rock-chips.com, ZhengShunQian , linux-clk@vger.kernel.org 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.4 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 From: ZhengShunQian This patch add the eFuse dt config of rk3288 SoC. Cc: Srinivas Kandagatla Cc: Heiko Stuebner Signed-off-by: ZhengShunQian --- arch/arm/boot/dts/rk3288.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 2db91c9..4632e0d 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -749,6 +749,19 @@ interrupts = ; }; + efuse: efuse@ffb40000 { + compatible = "rockchip,rockchip-efuse"; + reg = <0xffb40000 0x20>; + #address-cells = <1>; + #size-cells = <1>; + clocks = <&cru PCLK_EFUSE256>; + clock-names = "pclk_efuse"; + + cpu_leakage: cpu_leakage { + reg = <0x17 0x1>; + }; + }; + usbphy: phy { compatible = "rockchip,rk3288-usb-phy"; rockchip,grf = <&grf>;