mmio added to tdp controller

This commit is contained in:
2026-03-29 02:00:04 +01:00
parent 600ef66012
commit a5820a0b31
3 changed files with 25 additions and 3 deletions
@@ -19,12 +19,20 @@
long-term = 13;
short-term = 7;
};
mmio = {
long-term = 10;
short-term = 7;
};
};
ac = {
cpu = {
long-term = 120;
short-term = 120;
};
mmio = {
long-term = 40;
short-term = 20;
};
};
})
];