projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da2680c
)
MLK-13074 dts: mx6ull: enable hardware RNG for i.mx6ull
author
Dan Douglass
<dan.douglass@freescale.com>
Mon, 15 Aug 2016 02:04:21 +0000
(21:04 -0500)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:31:07 +0000
(
02:31
+0300)
Enable hardware RNG in imx6ull.dtsi
Signed-off-by: Dan Douglass <dan.douglass@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
arch/arm/boot/dts/imx6ull.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ull.dtsi
b/arch/arm/boot/dts/imx6ull.dtsi
index
c42d153
..
026d34d
100644
(file)
--- a/
arch/arm/boot/dts/imx6ull.dtsi
+++ b/
arch/arm/boot/dts/imx6ull.dtsi
@@
-1120,8
+1120,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@2288000 {