diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2017-01-17 21:57:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-01-18 21:09:59 -0500 |
commit | 68cecc424816b10762da378255e5119384c6dc46 (patch) | |
tree | de203140659fb1be3e85717fb5563487d7ca2d64 /recipes-bsp/powervr-drivers | |
parent | 0482ce0092852b4b5ae07ed2d4558c92ce18bedb (diff) | |
download | meta-ti-68cecc424816b10762da378255e5119384c6dc46.tar.gz |
ti-sgx-ddk-km: remove update of sysconfig register in driver
The OCP SYSCONFIG register should be controlled by kernel hwmod only.
the original code sets the SGX idle and standby mode to "No Standby"
which prevents the SGX power domain to reach off state during suspend.
Even though the problem was only introduced with kernel 4.4 upgrade, i.e.
it seemed to be no harm before, we should remove the same.
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb index 6d48fdd0..ca5916ed 100644 --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb | |||
@@ -7,7 +7,7 @@ inherit module | |||
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" |
9 | 9 | ||
10 | MACHINE_KERNEL_PR_append = "j" | 10 | MACHINE_KERNEL_PR_append = "k" |
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -25,7 +25,7 @@ BRANCH = "ti-img-sgx/${PV}/k4.4" | |||
25 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 25 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" |
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | SRCREV = "bc3128527024bd76f9ab4d8d7db13ad65a24458b" | 28 | SRCREV = "8d5305b03dce13f3a9a89328c69c762dcd3109a4" |
29 | 29 | ||
30 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 30 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |
31 | TARGET_PRODUCT_ti33x = "ti335x" | 31 | TARGET_PRODUCT_ti33x = "ti335x" |