mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
PM / devfreq: rockchip_dmcdbg: updata rv1126 version to 0x102
Change-Id: I44f489dbe383feb58436acf61defa21e9e48dc0d Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
This commit is contained in:
@@ -74,7 +74,7 @@ struct dram_cap_info {
|
||||
|
||||
struct dram_info {
|
||||
unsigned int version;
|
||||
char dramtype[10];
|
||||
char dramtype[12];
|
||||
unsigned int dramfreq;
|
||||
unsigned int channel_num;
|
||||
struct dram_cap_info ch[2];
|
||||
@@ -1018,7 +1018,7 @@ static void rv1126_get_skew_parameter(void)
|
||||
static __maybe_unused int rv1126_dmcdbg_init(struct platform_device *pdev,
|
||||
struct rockchip_dmcdbg *dmcdbg)
|
||||
{
|
||||
u32 version = 0x101;
|
||||
u32 version = 0x102;
|
||||
int ret;
|
||||
|
||||
ret = rk_dmcdbg_sip_smc_match_ver(pdev, version);
|
||||
|
||||
Reference in New Issue
Block a user