From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933631AbbELRxc (ORCPT ); Tue, 12 May 2015 13:53:32 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:34610 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932998AbbELRxa (ORCPT ); Tue, 12 May 2015 13:53:30 -0400 From: John Stultz To: linux-kernel@vger.kernel.org Cc: John Stultz , Kumar Gala , Stephen Boyd , Srinivas Kandagatla , devicetree@vger.kernel.org Subject: [RFC][PATCH] devicetree: Add hardware rng entry to qcom-apq8064.dtsi Date: Tue, 12 May 2015 10:53:21 -0700 Message-Id: <1431453201-29066-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add devicetree data to add support for hw_rng support to the apq8064 dts. Tested on the Nexus7 (2013). Cc: Kumar Gala Cc: Stephen Boyd Cc: Srinivas Kandagatla Cc: devicetree@vger.kernel.org Signed-off-by: John Stultz --- I'm not totally sure this is the right place for this entry, but wanted to send it out for review. thanks -john arch/arm/boot/dts/qcom-apq8064.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index b3154c0..c760f2f 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -226,6 +226,13 @@ }; }; + rng@1a500000 { + compatible = "qcom,prng"; + reg = <0x1A500000 0x200>; + clocks = <&gcc PRNG_CLK>; + clock-names = "core"; + }; + qcom,ssbi@500000 { compatible = "qcom,ssbi"; reg = <0x00500000 0x1000>; -- 1.9.1