From 4cfad35643c595cb1fbe04e93f763cc791709e17 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 18 May 2023 18:52:40 -0500 Subject: [PATCH] meta-ti-bsp: ti-img-rogue-driver: cleanup apm and add hack Cleanup the J* APM patch a little. Apparently I could have stood to read the docs a little more. Found some better runtime pm functions and also discovered something new about the power island definition. Notes from upstream: - Add the CCB coherency HACK from DDK 1.15 to improve stability on J* devices - Fix power island support on J* devices - Use better APM calls so user modification to power domains don't cause the device to enter a bad state Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon --- .../powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb index daee230b..76e3d801 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb @@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; S = "${WORKDIR}/git" -SRCREV = "84e164c11ee8c734c58594eca5e74b86a6e6c612" +SRCREV = "93c66ec66136654849809132b86d3b880ee96ed6" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux"