From patchwork Sat Oct 3 20:35:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 7322521 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 5874A9F302 for ; Sat, 3 Oct 2015 20:38:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9366F2078F for ; Sat, 3 Oct 2015 20:38:40 +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 C778120769 for ; Sat, 3 Oct 2015 20:38:39 +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 1ZiTXc-0005Rz-Et; Sat, 03 Oct 2015 20:36:24 +0000 Received: from mail-wi0-f175.google.com ([209.85.212.175]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZiTXH-0005Jf-Nj for linux-arm-kernel@lists.infradead.org; Sat, 03 Oct 2015 20:36:04 +0000 Received: by wiclk2 with SMTP id lk2so73223271wic.0 for ; Sat, 03 Oct 2015 13:35:42 -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:in-reply-to :references; bh=PKsBK/H03LbyoXCdp2idEywB6xVkASe+zCO8Ouo3BAM=; b=Gy5yC5XOhC1BTbpY9aYHqKUXHG7xLtiTo0iWohwIQMD5WaeWtJN8PIltj18m5xvKzr L1wiXbCHYBAbcpHt61xGdFYVoUCmloFmTvYaA5ZacTWACE+dJcGiOSOQB38BlJ2qVj6N 6nM8Ui/Jgt24UnaBwNifGDFEXEtmi5dHnW20wMurp3Lh6KI+lWVI+VUKn4vNenRJZxJW vkl1iGGrkbKCQ3++M5vaEQU7gOm7EsYAClaRSFMmZlnvG4oxGn1kKQj2yMLr1uDif0CC 8HyD86l00nbTVZvujq7BUHef7GRLMjrnLz8IrH1vbsqxObWhDXB0ygkMvTstUzK9sSWx jlWQ== X-Gm-Message-State: ALoCoQlQWt8/R6VTqQITNxcrvmx0SVmvj63l4OqL4qeYzmpQqYk9jL6DcpbHZ1PbLkgkXFONBkgJ X-Received: by 10.180.9.112 with SMTP id y16mr4065475wia.28.1443904542164; Sat, 03 Oct 2015 13:35:42 -0700 (PDT) Received: from wychelm.lan (cpc4-aztw19-0-0-cust71.18-1.cable.virginm.net. [82.33.25.72]) by smtp.gmail.com with ESMTPSA id cc8sm4642418wjc.46.2015.10.03.13.35.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Oct 2015 13:35:41 -0700 (PDT) From: Daniel Thompson To: Matt Mackall , Herbert Xu Subject: [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Date: Sat, 3 Oct 2015 21:35:19 +0100 Message-Id: <1443904519-24012-4-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1443904519-24012-1-git-send-email-daniel.thompson@linaro.org> References: <1443904519-24012-1-git-send-email-daniel.thompson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151003_133603_945585_2367E51E X-CRM114-Status: GOOD ( 11.76 ) 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: Mark Rutland , devicetree@vger.kernel.org, Daniel Thompson , linaro-kernel@lists.linaro.org, Pawel Moll , patches@linaro.org, Ian Campbell , linux-kernel@vger.kernel.org, Rob Herring , linux-crypto@vger.kernel.org, Maxime Coquelin , Kumar Gala , 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-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 New bindings and driver have been created for STM32 series parts. This patch integrates this changes. Signed-off-by: Daniel Thompson Acked-by: Maxime Coquelin --- arch/arm/boot/dts/stm32f429.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index cb0613090243..90081fc22c6c 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -175,6 +175,13 @@ reg = <0x40023800 0x400>; clocks = <&clk_hse>; }; + + rng: rng@50060800 { + compatible = "st,stm32-rng"; + reg = <0x50060800 0x400>; + interrupts = <80>; + clocks = <&rcc 0 38>; + }; }; };