aboutsummaryrefslogtreecommitdiff
path: root/hw/occ.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/occ.c')
-rw-r--r--hw/occ.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/occ.c b/hw/occ.c
index 5b3c3a6..e1eaf30 100644
--- a/hw/occ.c
+++ b/hw/occ.c
@@ -510,6 +510,9 @@ static struct fsp_client fsp_occ_client = {
void occ_send_dummy_interrupt(void)
{
+ /* Mambo chip doesn't do this */
+ if (is_mambo_chip)
+ return;
xscom_writeme(OCB_OCI_OCCMISC_OR,
OCB_OCI_OCIMISC_IRQ |
OCB_OCI_OCIMISC_IRQ_OPAL_DUMMY);