Skip to content

Commit a6d90e9

Browse files
khilmantmlind
authored andcommitted
bus: ti-sysc: AM3: RNG is GP only
Make the RNG on AM3 GP only. Based on this patch from TI v5.4 tree which is based on hwmod data which are now removed: | ARM: AM43xx: hwmod: Move RNG to a GP only links table | | On non-GP devices the RNG is controlled by the secure-side software, | like in DRA7xx hwmod we should not control this IP when we are not | a GP device. | | Signed-off-by: Andrew F. Davis <[email protected]> Cc: [email protected] # v5.10+ Signed-off-by: Kevin Hilman <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent b070f9c commit a6d90e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bus/ti-sysc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,6 +2951,8 @@ static int sysc_init_soc(struct sysc *ddata)
29512951
case SOC_3430 ... SOC_3630:
29522952
sysc_add_disabled(0x48304000); /* timer12 */
29532953
break;
2954+
case SOC_AM3:
2955+
sysc_add_disabled(0x48310000); /* rng */
29542956
default:
29552957
break;
29562958
}

0 commit comments

Comments
 (0)