Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: i.MX25: add RNGB node to dtsi

Add a devicetree entry for the Random Number Generator Version B (RNGB).
The driver for RNGC supports version B as well.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Steffen Trumtrar and committed by
Shawn Guo
5fa01da7 d301149b

+7
+7
arch/arm/boot/dts/imx25.dtsi
··· 451 451 interrupt-names = "scm", "smn"; 452 452 }; 453 453 454 + rngb: rngb@53fb0000 { 455 + compatible = "fsl,imx25-rngb"; 456 + reg = <0x53fb0000 0x4000>; 457 + clocks = <&clks 109>; 458 + interrupts = <22>; 459 + }; 460 + 454 461 esdhc1: esdhc@53fb4000 { 455 462 compatible = "fsl,imx25-esdhc"; 456 463 reg = <0x53fb4000 0x4000>;