diff mbox

[05/15] chiptod: Enable ChipTOD in SIMICS

Message ID 1470724699-7409-5-git-send-email-benh@kernel.crashing.org
State Accepted
Headers show

Commit Message

Benjamin Herrenschmidt Aug. 9, 2016, 6:38 a.m. UTC
It models it properly these days so the quirk is unnecessary

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 core/chip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/core/chip.c b/core/chip.c
index 2651ad4..b39a0f0 100644
--- a/core/chip.c
+++ b/core/chip.c
@@ -84,7 +84,7 @@  void init_chips(void)
 	}
 	/* Detect simics */
 	if (dt_find_by_path(dt_root, "/simics")) {
-		proc_chip_quirks |= QUIRK_SIMICS | QUIRK_NO_CHIPTOD
+		proc_chip_quirks |= QUIRK_SIMICS
 			| QUIRK_NO_PBA | QUIRK_NO_OCC_IRQ | QUIRK_SLOW_SIM;
 		tb_hz = 512000;
 		prlog(PR_NOTICE, "CHIP: Detected Simics simulator\n");