summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull.dtsi
diff options
context:
space:
mode:
authorDan Douglass <dan.douglass@freescale.com>2016-08-14 21:04:21 -0500
committerDan Douglass <dan.douglass@freescale.com>2016-08-14 21:04:21 -0500
commitf0bc5fc236701f028e2fa1a30f4de1dc46f74525 (patch)
tree6ac673408420702fc9539409d43f27f78fb97c0e /arch/arm/boot/dts/imx6ull.dtsi
parent7ebd9c713004e4f24ccf0afa9dd6b29567633680 (diff)
MLK-13074 dts: mx6ull: enable hardware RNG for i.mx6ull
Enable hardware RNG in imx6ull.dtsi Signed-off-by: Dan Douglass <dan.douglass@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index 65950e8019d4..dfeb4da684e3 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -1118,8 +1118,10 @@
};
rngb: rngb@02284000 {
+ compatible = "fsl,imx6sl-rng", "fsl,imx-rng", "imx-rng";
reg = <0x02284000 0x4000>;
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX6UL_CLK_DUMMY>;
};
uart8: serial@02288000 {