提交 bb789cd1 编写于 作者: N Neil Armstrong 提交者: Sudeep Holla

firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entries

Since Amlogic SoCs supports more than 8 OPPs per domains, we need increase
the OPP structure size.

This patch increases the MAX_DVFS_OPPS to 16.
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
上级 761d0efe
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
#define SCPI_SLOT 0 #define SCPI_SLOT 0
#define MAX_DVFS_DOMAINS 8 #define MAX_DVFS_DOMAINS 8
#define MAX_DVFS_OPPS 8 #define MAX_DVFS_OPPS 16
#define DVFS_LATENCY(hdr) (le32_to_cpu(hdr) >> 16) #define DVFS_LATENCY(hdr) (le32_to_cpu(hdr) >> 16)
#define DVFS_OPP_COUNT(hdr) ((le32_to_cpu(hdr) >> 8) & 0xff) #define DVFS_OPP_COUNT(hdr) ((le32_to_cpu(hdr) >> 8) & 0xff)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册