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

Configure Feed

Select the types of activity you want to include in your feed.

at v4.15-rc5 17 lines 452 B view raw
1Exynos Pseudo Random Number Generator 2 3Required properties: 4 5- compatible : Should be "samsung,exynos4-rng". 6- reg : Specifies base physical address and size of the registers map. 7- clocks : Phandle to clock-controller plus clock-specifier pair. 8- clock-names : "secss" as a clock name. 9 10Example: 11 12 rng@10830400 { 13 compatible = "samsung,exynos4-rng"; 14 reg = <0x10830400 0x200>; 15 clocks = <&clock CLK_SSS>; 16 clock-names = "secss"; 17 };