From patchwork Mon Oct 5 15:10:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 7328611 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 8526E9F2F7 for ; Mon, 5 Oct 2015 15:13:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BEB892065B for ; Mon, 5 Oct 2015 15:13:52 +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 DECFC20654 for ; Mon, 5 Oct 2015 15:13:51 +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 1Zj7QV-0004tq-5L; Mon, 05 Oct 2015 15:11:43 +0000 Received: from mail-wi0-f179.google.com ([209.85.212.179]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zj7QS-0004of-GP for linux-arm-kernel@lists.infradead.org; Mon, 05 Oct 2015 15:11:41 +0000 Received: by wicfx3 with SMTP id fx3so124891587wic.1 for ; Mon, 05 Oct 2015 08:11:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=0VgG+sZiMNx131+NjwDokUe6mobTSYpszX7zXM5E4Mw=; b=dg/gPLbGxzArS34CuSQd3VI23AJXjVrGFtJDhWmHY5FCiGCff/X+sN4Tuy/jzVWEMW M4ltsHRja7N9zUV3HSRLuP2vQjmSC0qFXQ3ak32cRUnvayzI6tWV8bohmHijGcChp6kS xinHhPbUEbjWiHMt8OIj4k25BXa4d76jvq237L7GmIoWmYLyGIJNpQN2BdH7KsZWMP30 WK/duXrQGW6l4pz0PDvIlcNBqAI0KHJAKu615YXpSA2/KBxqxwjDCoIcugWRWFmw/gc6 gJIlzazkqn8LYnnYYTWg0U85Z/rAr5Ng0EmOR7XUvzXDIXJQW7J/ptTa5ujWPWly9aVp veeQ== X-Gm-Message-State: ALoCoQnZvo9a1vxiqd1TSyj3KU8Byfa/netVskXzBy+/XrJYsIRj928bhojkhDy3vCrme+H8Kc5E X-Received: by 10.180.211.177 with SMTP id nd17mr13062538wic.69.1444057878588; Mon, 05 Oct 2015 08:11:18 -0700 (PDT) Received: from localhost.localdomain (host81-129-171-83.range81-129.btcentralplus.com. [81.129.171.83]) by smtp.gmail.com with ESMTPSA id qq4sm27348343wjc.14.2015.10.05.08.11.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Oct 2015 08:11:17 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] hwrng: st: dt: Fix trivial typo in node address Date: Mon, 5 Oct 2015 16:10:42 +0100 Message-Id: <1444057842-23439-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151005_081140_758959_43B306BA X-CRM114-Status: GOOD ( 10.96 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, kernel@stlinux.com, sboyd@codeaurora.org, linux-crypto@vger.kernel.org, mpm@selenic.com, Lee Jones , herbert@gondor.apana.org.au 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.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 DT nodes should not append their addresses with '0x'. Suggested-by: Stephen Boyd Signed-off-by: Lee Jones --- Documentation/devicetree/bindings/rng/st,rng.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/rng/st,rng.txt b/Documentation/devicetree/bindings/rng/st,rng.txt index dbc64e6..35734bc 100644 --- a/Documentation/devicetree/bindings/rng/st,rng.txt +++ b/Documentation/devicetree/bindings/rng/st,rng.txt @@ -8,7 +8,7 @@ clocks : Phandle to device's clock (See: ../clocks/clock-bindings.txt) Example: -rng@0xfee80000 { +rng@fee80000 { compatible = "st,rng"; reg = <0xfee80000 0x1000>; clocks = <&clk_sysin>;