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

ARM: dts: k2l: add dts node for k2l hw_rng driver

This patch adds dts node for k2l hw_random generator driver

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
[t-kristo@ti.com: added missing addresses from node identifiers]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

authored by

Vitaly Andrianov and committed by
Santosh Shilimkar
3d0b6bd8 5653d72c

+20
+20
arch/arm/boot/dts/keystone-k2l-netcp.dtsi
··· 208 208 }; 209 209 }; 210 210 }; 211 + 212 + sa_subsys: subsys@26080000 { 213 + #address-cells = <1>; 214 + #size-cells = <1>; 215 + compatible = "simple-bus"; 216 + ranges = <0 0x26080000 0x40000>; 217 + 218 + sa_config: subsys@0 { 219 + compatible = "syscon"; 220 + reg = <0x0 0x100>; 221 + }; 222 + 223 + rng@24000 { 224 + compatible = "ti,keystone-rng"; 225 + reg = <0x24000 0x1000>; 226 + ti,syscon-sa-cfg = <&sa_config>; 227 + clocks = <&clksa>; 228 + clock-names = "fck"; 229 + }; 230 + };