All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] 1: Adding rngb entry in imx6ull device tree
@ 2022-09-08  8:57 Kshitiz Varshney
  2022-09-08  8:57 ` [PATCH v1] 2: Uboot RNG Driver using Data Co-processor Kshitiz Varshney
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Kshitiz Varshney @ 2022-09-08  8:57 UTC (permalink / raw)
  To: u-boot, Horia Geanta, Pankaj Gupta, Varun Sethi, Gaurav Jain,
	Rahul Kumar Yadav, Vabhav Sharma, Sahil Malhotra, Ye Li,
	Heinrich Schuchardt
  Cc: Stefano Babic, Fabio Estevam, Peng Fan, Kshitiz

From: Kshitiz <kshitiz.varshney@nxp.com>

Added entry for rngb in imx6ull device tree which is required for
Random number generation in u-boot.

Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
---
 arch/arm/dts/imx6ull.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi
index 46e7ad6bab..c5d5a5ab7b 100644
--- a/arch/arm/dts/imx6ull.dtsi
+++ b/arch/arm/dts/imx6ull.dtsi
@@ -66,6 +66,12 @@
 				clocks = <&clks IMX6ULL_CLK_DCP_CLK>;
 				clock-names = "dcp";
 			};
+			rngb: rng@2284000 {
+				compatible = "fsl,imx6ull-rngb", "fsl,imx25-rngb";
+				reg = <0x02284000 0x4000>;
+				interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks IMX6UL_CLK_DUMMY>;
+			};
 
 			iomuxc_snvs: iomuxc-snvs@2290000 {
 				compatible = "fsl,imx6ull-iomuxc-snvs";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-12-21 11:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08  8:57 [PATCH v1] 1: Adding rngb entry in imx6ull device tree Kshitiz Varshney
2022-09-08  8:57 ` [PATCH v1] 2: Uboot RNG Driver using Data Co-processor Kshitiz Varshney
2022-09-08 18:19   ` Simon Glass
2022-09-08 19:29     ` Heinrich Schuchardt
2022-12-21 11:11       ` [EXT] " Kshitiz Varshney
2022-12-21 11:06     ` Kshitiz Varshney
2022-09-08  8:57 ` [PATCH v1] 3: Added dcp_rng driver device binding code Kshitiz Varshney
2022-09-08 18:18   ` Simon Glass
2022-09-08 19:31     ` Heinrich Schuchardt
2022-12-21 11:08     ` [EXT] " Kshitiz Varshney
2022-09-08  8:57 ` [PATCH v1] 4: Added configs required for dcp_rng driver Kshitiz Varshney
2022-09-08 19:40 ` [PATCH v1] 1: Adding rngb entry in imx6ull device tree Heinrich Schuchardt
2022-12-21 11:13   ` [EXT] " Kshitiz Varshney
2022-09-12  7:31 ` Peng Fan
2022-12-21 11:19   ` Kshitiz Varshney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.