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: 9152265 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 EE15A60751 for ; Fri, 3 Jun 2016 08:49:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E2BE6282EE for ; Fri, 3 Jun 2016 08:49:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D75E3282E8; Fri, 3 Jun 2016 08:49:10 +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 77444282E8 for ; Fri, 3 Jun 2016 08:49:10 +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 1b8klf-0003eX-CY; Fri, 03 Jun 2016 08:47:47 +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 1b8klV-0003Rd-5G for linux-arm-kernel@lists.infradead.org; Fri, 03 Jun 2016 08:47:38 +0000 Received: by mail-wm0-x229.google.com with SMTP id a20so97075535wma.1 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=Z7xOzV4VGfLn1wNs3wGq+1fSAF7ROg7AEfllbLF1jXnKGPdbqFEuzCZGSLq7+GwPjr HHyKEUUVlxO+mXYVbFLdHZq9TMDBhCUGMnCCtBKZP4j7NFkqIv7SbW19Tdm3uL999OI6 pukcMqrRfs5hASkFR1sMM847N1+RxHvGZER8WdM1QFFFY7p5ycNHoTb8QTCFSURnJb9+ k57eHAvpoPAGiKzr1peJEcfmlQKipOt29e0Qf7Kio6Brm8CTqX1/e1zJpDgrVnK/UfV+ FNpmONTVB144dz+EDgfb8jC7iYTdYjX1FhzMVP8HjNztebPIojKt8AYmMHkGw6ggMxGo 7JIw== X-Gm-Message-State: ALyK8tL5lN49oluCNzo9fDqB8A+9hBzkwDTAzLZgjt7f6ilDaXmFT1A130cneqGSkLQvH3Gl 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_456402_C0106A3C X-CRM114-Status: GOOD ( 11.91 ) 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, 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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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>; +};