[9610] bts: change timeout values for RT IPs
authorTaekki Kim <taekki.kim@samsung.com>
Wed, 27 Sep 2017 07:48:26 +0000 (16:48 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Fri, 11 May 2018 05:02:11 +0000 (14:02 +0900)
This patch changes timeout values for RT IPs.
Previously, they were too large for RT IPs.

Change-Id: Id4f26107626cdeaa955697d7b554ff953db4dffe
Signed-off-by: Taekki Kim <taekki.kim@samsung.com>
drivers/bts/bts-exynos9610.c

index fbb8e05edc9f17758853991da6903143ee660f4e..1410d97e01ee6dc8a64573e40cdd42161b4a8f3b 100644 (file)
@@ -210,8 +210,8 @@ static struct bts_info exynos_bts[] = {
                .table[BS_DEFAULT].stat.rmo = 0x20,
                .table[BS_DEFAULT].stat.wmo = 0x20,
                .table[BS_DEFAULT].stat.timeout_en = true,
-               .table[BS_DEFAULT].stat.timeout_r = 0x40,
-               .table[BS_DEFAULT].stat.timeout_w = 0x40,
+               .table[BS_DEFAULT].stat.timeout_r = 0xc,
+               .table[BS_DEFAULT].stat.timeout_w = 0xc,
        },
        [BTS_IDX_DPU] = {
                .name = "dpu",
@@ -223,8 +223,8 @@ static struct bts_info exynos_bts[] = {
                .table[BS_DEFAULT].stat.rmo = 0x20,
                .table[BS_DEFAULT].stat.wmo = 0x20,
                .table[BS_DEFAULT].stat.timeout_en = true,
-               .table[BS_DEFAULT].stat.timeout_r = 0x50,
-               .table[BS_DEFAULT].stat.timeout_w = 0x50,
+               .table[BS_DEFAULT].stat.timeout_r = 0x20,
+               .table[BS_DEFAULT].stat.timeout_w = 0x20,
        },
        [BTS_IDX_DIT] = {
                .name = "dit",
@@ -368,8 +368,8 @@ static struct bts_info exynos_bts[] = {
                .table[BS_DEFAULT].stat.scen_en = true,
                .table[BS_DEFAULT].stat.priority = 0xD,
                .table[BS_DEFAULT].stat.timeout_en = true,
-               .table[BS_DEFAULT].stat.timeout_r = 0x40,
-               .table[BS_DEFAULT].stat.timeout_w = 0x40,
+               .table[BS_DEFAULT].stat.timeout_r = 0xc,
+               .table[BS_DEFAULT].stat.timeout_w = 0xa,
        },
        [BTS_IDX_MODEM1] = {
                .name = "modem1",