From 5105bb9a1a6ed4f1982e1b3b6972da8647434bb5 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 1 Feb 2016 11:50:12 +0800 Subject: [PATCH] Change OPP table to fit AM437X 800Mhz variants --- recipes-kernel/linux/linux-smarct437x-staging_4.1.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-smarct437x-staging_4.1.bb b/recipes-kernel/linux/linux-smarct437x-staging_4.1.bb index 51bd422..0d8ce10 100644 --- a/recipes-kernel/linux/linux-smarct437x-staging_4.1.bb +++ b/recipes-kernel/linux/linux-smarct437x-staging_4.1.bb @@ -48,13 +48,15 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4|keystone|smarct335x|smarc S = "${WORKDIR}/git" # For 4.1y Kernel and running at 1Ghz -BRANCH = "smarct4x-processor-sdk-linux-02.00.01" -# BRANCH = "smarct4x-800-processor-sdk-linux-02.00.01" +# BRANCH = "smarct4x-processor-sdk-linux-02.00.01" +# For 4.1y Kernel and running at 800Mhz +BRANCH = "smarct4x-800-processor-sdk-linux-02.00.01" # Corresponds to tag smarct4x-processor-sdk-linux-02.00.01, CPU running at 1Ghz -SRCREV = "9a2fcea53700bf118fc7d98a9db75131f404c5d0" -# Corresponds to tag smarct4x-800-processor-sdk-linux-02.00.01, CPU running at 800Mhz # SRCREV = "9a2fcea53700bf118fc7d98a9db75131f404c5d0" + +# Corresponds to tag smarct4x-800-processor-sdk-linux-02.00.01, CPU running at 800Mhz +SRCREV = "966328fc05582f1e092ec6688445bbc4ea5b0b90" PV = "4.1.13+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 1.9.1