From patchwork Fri Jun 3 08:47:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9152257 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 6D5AE60751 for ; Fri, 3 Jun 2016 08:48:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6255128328 for ; Fri, 3 Jun 2016 08:48:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 56FB228332; Fri, 3 Jun 2016 08:48:15 +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 0F99A28328 for ; Fri, 3 Jun 2016 08:48:15 +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 1b8km6-0003y7-7m; Fri, 03 Jun 2016 08:48:14 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b8klV-0003Re-84 for linux-amlogic@lists.infradead.org; Fri, 03 Jun 2016 08:47:39 +0000 Received: by mail-wm0-x231.google.com with SMTP id a136so265379054wme.0 for ; Fri, 03 Jun 2016 01:47:16 -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=8s+nfJas3fxHw0Hhb72T/u76rlWAnkpyccoUTDP0z8o=; b=HWIj9z/GlgKez2nTRWwO5+vsBdvrsc4jElIyn7vLAn8yBDb6ZGfKRGFZirEj1HFTmJ SvfCnrMIJdFAlnGiPaEYcSFeuBc/ZX55bWEqyYYkukvLomTW1T9sOc+NtFSNxgbWUkAb T5zKbgS4zWqVJ1dQfecTDbNepNVbhlcZXgvOS4UoGSIQlD3wAjuEKSxFQ/h/4G/vNyQn x8o9fQ9YnLVxvZNxUiWVnoGjQ0XtunKJKmt0y7JlQzsV5YnjpGJprktLu7AIEIwIyajK 8BZ5/GQes0oqYZSOE2P5tuM5PHmDzXGqoIAZsXp6uTp7sWzDAfq3kTUSGPaju7/nW4ms uGXQ== 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=8s+nfJas3fxHw0Hhb72T/u76rlWAnkpyccoUTDP0z8o=; b=A73CQh8D4CWazK7Nl+WiO7A+u8qQlEm8+Kj50mEfiNBxDlp0Px0Cuk3zwjWxSZYN3y +CryrOzO0P5DhjZOk/ly7PJhsRB4UHWs2WGzu2thQVYmMsnc9eI/VIYpg7J5ZZod8T70 xLM8KcF+ktcNSuWQ7hOwOjRLWz6vv2ssDVIAz7Hh6+q5Iyxgf3w9lkkyoVMl1IVGiAS7 e/amQFKYS2MI5OSixdTT6lYR1TG1oOPpbuwpZyO5UNYVSZKtjCQcHtVY1oO/NR38R54Q q7ook09zPqNhqjZadE2lyZ2uKdqc0xUlYO3j40gOz5IcZCCFXkKijLPoC/XVaMmzldzy nkog== X-Gm-Message-State: ALyK8tIztcr9aZgh+1t4yRYqpFWScoN01Xoq+HEXlzEJrZc1elmvqqFkhRdgMeNq12ijGWVh X-Received: by 10.194.10.69 with SMTP id g5mr2262516wjb.7.1464943634902; Fri, 03 Jun 2016 01:47:14 -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:14 -0700 (PDT) From: Neil Armstrong To: Matt Mackall , Herbert Xu Subject: [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings Date: Fri, 3 Jun 2016 10:47:00 +0200 Message-Id: <1464943621-18278-3-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_014737_611590_37C27323 X-CRM114-Status: GOOD ( 10.56 ) 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 Acked-by: Rob Herring --- .../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>; +};