diff options
| author | Haiying Wang <[email protected]> | 2012-10-11 07:13:39 +0000 |
|---|---|---|
| committer | Andy Fleming <[email protected]> | 2012-10-22 15:52:46 -0500 |
| commit | 990e1a8ce1415b9010faccd1402d499e203ea2fb (patch) | |
| tree | a27997d39b08cbca7cd1dd1799619ce6521e7d51 /include | |
| parent | b0e8115741cbba252e64f3b4e81799de57248a26 (diff) | |
poweprc/85xx: add QMan frequency info and fdt fixup.
Starting from QMan3.0, the QMan clock cycle needs be exposed so that the kernel
driver can use it to calculate the shaper prescaler and rate.
Signed-off-by: Haiying Wang <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/e500.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/e500.h b/include/e500.h index e1708b9dc95..0ff8e89a1e3 100644 --- a/include/e500.h +++ b/include/e500.h @@ -18,6 +18,9 @@ typedef struct #ifdef CONFIG_SYS_DPAA_FMAN unsigned long freqFMan[CONFIG_SYS_NUM_FMAN]; #endif +#ifdef CONFIG_SYS_DPAA_QBMAN + unsigned long freqQMAN; +#endif #ifdef CONFIG_SYS_DPAA_PME unsigned long freqPME; #endif |
