From patchwork Wed Jun 15 10:01:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9177987 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 8B3086021C for ; Wed, 15 Jun 2016 10:02:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 79C7527F48 for ; Wed, 15 Jun 2016 10:02:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6D2F9281FE; Wed, 15 Jun 2016 10:02:30 +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 6154B27F48 for ; Wed, 15 Jun 2016 10:02:29 +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 1bD7eV-0005Fo-F9; Wed, 15 Jun 2016 10:02:27 +0000 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bD7eM-00055b-NS for linux-amlogic@lists.infradead.org; Wed, 15 Jun 2016 10:02:19 +0000 Received: by mail-wm0-x229.google.com with SMTP id m124so28123616wme.1 for ; Wed, 15 Jun 2016 03:01:58 -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=DbP+2HcX0QGSa2rbPhXO4qOO8wRaWyUqFamE/nK7xDU=; b=rnRs0a/idzSmOZWHXXJhmgBB1NFnxywTGdgcdEQWvbi7LUaRRZ8PzsOW7YvDrYiNoM Xt/AmxSEkru7Mbx7MUxFwEiKwcfgs/NN2P5xuw4rZdApCG8KJYyKMIuUlTu3AqHbezU/ l7KEVgegbDJ7AbKdWna12MavHX9uXTEfw+BgJarW7UpDXvEMw3vWloz7LdIpCrPd55Nd BckSX4d8n/gCeIerEGJ8g18cWsnP/SXFUjWRoQAygYkLJ4qQhq25UmsnVJy5lPQnpcV9 hesD4ULDAHrlMwAS4TrdZJA1BkfS56oMNSVcxICprww2RdbfUyzzkC+vMGllTVJ2IjLy 02Ow== 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=DbP+2HcX0QGSa2rbPhXO4qOO8wRaWyUqFamE/nK7xDU=; b=korLav0vrbLtz9YicmB0bIgLXsI+MMGZ8djBjYx91busZukoLKnIifYWDccpe9/YMu oPJ3fweRI4YGKlrxr4j5kYpJjFjb3hfKxME5KTeTmL3iZC7hieGv3oALPoRxXe4u98dT OE+v80Z1hqGkK39/wcvi/MJNACfCSQCbb9kDXCCsTFO5JmxwEc83tE3qsVFy8PPj8jpA QnizDviMJ2XRCA8FKg77kRRHLtuONUm1cit8oEUWoVSaMNTFSXSRslZ2XhxQtIAfbyF1 7frbf/NNC33VYTUB/sctAQpAguj+rY5Jab6Bgu4Ow1WH/Z6R58aTwkoLDDu+dtiSOI/Y ubtw== X-Gm-Message-State: ALyK8tK8uzeqAl8rHb5SolPMCcNNttjI2wSlic79+uXhIjBleq0eXwffcVSOq33ks18rHWuF X-Received: by 10.194.96.208 with SMTP id du16mr12034213wjb.0.1465984917086; Wed, 15 Jun 2016 03:01:57 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id vu10sm28007004wjb.27.2016.06.15.03.01.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Jun 2016 03:01:56 -0700 (PDT) From: Neil Armstrong To: Matt Mackall , Herbert Xu Subject: [RESEND PATCH 1/2] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings Date: Wed, 15 Jun 2016 12:01:45 +0200 Message-Id: <1465984906-17840-2-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465984906-17840-1-git-send-email-narmstrong@baylibre.com> References: <1465984906-17840-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160615_030218_914871_2EFAAFF8 X-CRM114-Status: GOOD ( 10.72 ) 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 Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- .../devicetree/bindings/rng/amlogic,meson-rng.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt new file mode 100644 index 0000000..202f2d0 --- /dev/null +++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt @@ -0,0 +1,14 @@ +Amlogic Meson Random number generator +===================================== + +Required properties: + +- compatible : should be "amlogic,meson-rng" +- reg : Specifies base physical address and size of the registers. + +Example: + +rng { + compatible = "amlogic,meson-rng"; + reg = <0x0 0xc8834000 0x0 0x4>; +};