From c27c68d15c7f270ef0055c0bda5d9b388b90b5ff Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 28 Mar 2016 22:59:54 +0800 Subject: [PATCH] Fix audio bug when vddio is 1.8V --- recipes-kernel/linux/linux-smarct437x-staging_4.1.bb | 8 ++++---- 1 file changed, 4 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 0d8ce10..385418c 100644 --- a/recipes-kernel/linux/linux-smarct437x-staging_4.1.bb +++ b/recipes-kernel/linux/linux-smarct437x-staging_4.1.bb @@ -48,15 +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-processor-sdk-linux-02.00.01" # For 4.1y Kernel and running at 800Mhz -BRANCH = "smarct4x-800-processor-sdk-linux-02.00.01" +# 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" +SRCREV = "2e14e83584cb6bcd08dbcecbcbdf57a75ae4fc66" # Corresponds to tag smarct4x-800-processor-sdk-linux-02.00.01, CPU running at 800Mhz -SRCREV = "966328fc05582f1e092ec6688445bbc4ea5b0b90" +# SRCREV = "84e9252dbf36e0ca852d26377e8f155d548b62da" PV = "4.1.13+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 1.9.1