Add the necessary DT node to probe the rng driver on
msm8960-cdp platform.

Signed-off-by: Stanimir Varbanov <svarba...@mm-sol.com>
---
 arch/arm/boot/dts/qcom-msm8960-cdp.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts 
b/arch/arm/boot/dts/qcom-msm8960-cdp.dts
index 7c30de4fa302..8fda9c90ba97 100644
--- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts
+++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts
@@ -67,4 +67,11 @@
                reg = <0x500000 0x1000>;
                qcom,controller-type = "pmic-arbiter";
        };
+
+       rng@1a500000 {
+               compatible = "qcom,prng";
+               reg = <0x1a500000 0x200>;
+               clocks = <&gcc PRNG_CLK>;
+               clock-names = "core";
+       };
 };
-- 
1.8.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to