Skip to content

Commit 7fb61af

Browse files
tmlindherbertx
authored andcommitted
ARM: OMAP2+: Check omap3-rom-rng for GP device instead of HS device
In general we should check for GP device instead of HS device unless the other options such as EMU are also checked. Otherwise omap3-rom-rng won't probe on few of the old n900 macro boards still in service in automated build and boot test systems. Cc: Aaro Koskinen <[email protected]> Cc: Adam Ford <[email protected]> Cc: Pali Rohár <[email protected]> Cc: Sebastian Reichel <[email protected]> Cc: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 457a6fd commit 7fb61af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/pdata-quirks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static void __init nokia_n900_legacy_init(void)
276276
mmc_pdata[0].name = "external";
277277
mmc_pdata[1].name = "internal";
278278

279-
if (omap_type() == OMAP2_DEVICE_TYPE_SEC) {
279+
if (omap_type() != OMAP2_DEVICE_TYPE_GP) {
280280
if (IS_ENABLED(CONFIG_ARM_ERRATA_430973)) {
281281
pr_info("RX-51: Enabling ARM errata 430973 workaround\n");
282282
/* set IBE to 1 */

0 commit comments

Comments
 (0)