From patchwork Tue Jun 16 07:27:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 6613901 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 E28ED9F358 for ; Tue, 16 Jun 2015 07:29:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2473D20531 for ; Tue, 16 Jun 2015 07:29:01 +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 4DECF203C1 for ; Tue, 16 Jun 2015 07:29:00 +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 1Z4lIp-00088r-RD; Tue, 16 Jun 2015 07:28:59 +0000 Received: from mail-pd0-f179.google.com ([209.85.192.179]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z4lIf-0007di-83; Tue, 16 Jun 2015 07:28:49 +0000 Received: by pdjm12 with SMTP id m12so8275992pdj.3; Tue, 16 Jun 2015 00:28:28 -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=059HomcOaWH8Zk2V8XaQVuIpsVNI4qMHTh2GYoDPTtA=; b=GaymK/V/7D5X02XUD6JMOg5fa6oxFz4WxJxs1nMln1RZ8Fa2zQXTS+gTbvGXCDCEME +3uzBX4FhUoYq4ajcHEQ9ZfLqk/szzgytXxrSGw0zwb2wuccYiuuZcqosFFOjlXwYdcA Hjf7y1oZ7w/Q/8/rYkLhmaUYxhvApeZ1KYxtpTj5gqTttT7A6oVX7kRRRryne4RLMyK9 f4ZHIhL6oMTVr6Qr50ESAMXXWOVxYJVUPOqcDGaB4MbGObTfVmJDbXQQQBlex+1nVINH hkY2Ns54nLtwmc4Hk+tvPzREMNW1vSe5oJ299zB7y6LhjiUqHeuyHCG5n79DKMRdtFox ZRwA== X-Received: by 10.66.190.228 with SMTP id gt4mr56465951pac.72.1434439708172; Tue, 16 Jun 2015 00:28:28 -0700 (PDT) Received: from localhost.localdomain ([191.101.57.48]) by mx.google.com with ESMTPSA id pr4sm266075pbb.30.2015.06.16.00.28.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Jun 2015 00:28:27 -0700 (PDT) From: Caesar Wang To: heiko@sntech.de Subject: [PATCH v2 1/3] soc/rockchip: Add efuse bindings for Rockchip SoC efuse driver Date: Tue, 16 Jun 2015 15:27:43 +0800 Message-Id: <1434439665-27781-2-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_002849_412282_C415AD79 X-CRM114-Status: UNSURE ( 6.53 ) 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 efuse bindings for RK3066, RK3188, RK3288 and RK3368. Signed-off-by: Jianqun Xu Signed-off-by: Caesar Wang --- Changes in v2: - Change the document decription. .../devicetree/bindings/fuse/rockchip,rockchip-efuse.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt diff --git a/Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt b/Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt new file mode 100644 index 0000000..f1f338e --- /dev/null +++ b/Documentation/devicetree/bindings/fuse/rockchip,rockchip-efuse.txt @@ -0,0 +1,14 @@ +ROCKCHIP RK3066/RK3188/RK3288/RK3368 efuse block. + +Required properties: +- compatible : should be: "rockchip,-efuse" + "rockchip,rk3066-efuse": found on RK3066,RK3188,RK3288 and RK3368. +- reg: Should contain 1 entry: the entry gives the physical address and length + of the fuse registers. + +Example: + + efuse: efuse@ffb40000 { + compatible = "rockchip,rk3066-efuse"; + reg = <0xffb40000 0x10000>; + };