From patchwork Fri Jun 3 08:47:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9152249 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id EB3D360751 for ; Fri, 3 Jun 2016 08:47:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E08DB282E8 for ; Fri, 3 Jun 2016 08:47:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D502228328; Fri, 3 Jun 2016 08:47:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 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.wl.linuxfoundation.org (Postfix) with ESMTPS id 9E912282E8 for ; Fri, 3 Jun 2016 08:47:46 +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 1b8kld-0003e5-QZ; Fri, 03 Jun 2016 08:47:45 +0000 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b8klT-0003Rz-IQ for linux-amlogic@lists.infradead.org; Fri, 03 Jun 2016 08:47:37 +0000 Received: by mail-wm0-x22d.google.com with SMTP id n184so115131431wmn.1 for ; Fri, 03 Jun 2016 01:47:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=A97XkPhpYAqf68qrb+nC6rV68lb7seKUtFTCcumogIk=; b=JBJZN6AHninxVIyKmiXC0kZ/EQY+RP1wnGP8fQBKhKPZcN4x+QzG2NapkLZiNGC1lG eFcwhwrxyPMLihoTW4FklJlTqHvVEKeV7BwGi+VV5TRzIOlpFCKckErItgBk5F310xt8 lLUJVzK8Of1GdDFzZglEuWv+XrfBwd4ox6ZBaAuWiIiOw8ffAiWLb34xAtcGJUGf3q/q KRebEI6TTtVCSdt+I1sPC5t07239XrmcqqbYaxmTHapZXDGXEC5fXOLDgIgAxetGpaHr jSh3fj9GnOP2YICaHLEkoMowCfA9GLzwqx6ChHlEVtDrrKbQoNBwCVb/r+5M9MPu/Y0u ufJw== 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:in-reply-to :references; bh=A97XkPhpYAqf68qrb+nC6rV68lb7seKUtFTCcumogIk=; b=UxZsiMyWUql+oMPcnHmPwh6IleKe6duDSKnX6QtXnycKtbNvo60Q8xz9CMn13KZXtP Qh0EjZJT/RS2gYFIIp4n1Z3KsfzpYqAYm1CMBXhvJa7x3sSDohd4YD1TzV3eTd1nxbyi 2G3mPcFRgc218p+PJ7oZQqyLi/X7urKwWk1TAaisgnb7R9U9VXMyKV7TfPJPSEG/QEGv j1owFS6NAKoE07yZeJoOhuMGTE1KQgecQemp66QG7Bx7+1jHvO6/Vm4IMh730wLfODaq yJNERMbK/NviQsoN8u2tdflIZjRsNsXL5RXaKxuFKsimAms1XLOkvRq4Fc9ITLLqjHup AncQ== X-Gm-Message-State: ALyK8tKB74Nrf2ATLBOlCE/I0vNlY1k2DaH6CCtgLALtJJZCwkFocDTydBT4fVrLuJIP6ahh X-Received: by 10.194.184.169 with SMTP id ev9mr2232183wjc.27.1464943635842; Fri, 03 Jun 2016 01:47:15 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id dj4sm4583215wjc.13.2016.06.03.01.47.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 03 Jun 2016 01:47:15 -0700 (PDT) From: Neil Armstrong To: Matt Mackall , Herbert Xu Subject: [PATCH 3/3] ARM64: dts: meson-gxbb: Add Hardware Random Generator node Date: Fri, 3 Jun 2016 10:47:01 +0200 Message-Id: <1464943621-18278-4-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464943621-18278-1-git-send-email-narmstrong@baylibre.com> References: <1464943621-18278-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160603_014735_754542_82982A83 X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@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, Neil Armstrong , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 832815d..8353621 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -167,6 +167,11 @@ }; }; + rng { + compatible = "amlogic,meson-rng"; + reg = <0x0 0xc8834000 0x0 0x4>; + }; + apb: apb@d0000000 { compatible = "simple-bus"; reg = <0x0 0xd0000000 0x0 0x200000>;