From 3e8ea7ce9496de238f22e546f4a43416c136c3ab Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Fri, 10 May 2019 13:36:44 +0700 Subject: rcar-gen3: linux-renesas: Update Linux BSP to v3.9.6 This commit updates Linux BSP version to v3.9.6 for the following changes: [Audio driver] - Fixup 6ch settings to 8ch. The rsnd need to use 8ch clock settings for 6ch for TDM. - Avoid a potential deadlock. [DMA Engine driver] - With cyclic DMA residue 0 is valid. [IPMMU driver] - Remove cache snoop transaction for page table walk request. [SD/MMC driver] - Fix SCC error handling to avoid false positive CRC error. [Thermal driver] - Fix interrupt type. - Disable interrupt in .remove function. - Fix initial value of IRQCTL register. [USB2.0 Host driver] - Correct VBUS behavior at over-current. [Kernel] - [H/W Restriction No.123] The eMMC of R-Car M3 Ver.3.0 is restricted up to HS200 for H/W restriction by device tree. (cherry picked from commit 77fdd4c4b8eac5673f9b6934f7e4e2c6c73ee6d3) Change-Id: Ic34d5c12b797e2fa43c5b3e2edd128000c2b6f0f Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb index 393af01..f559fc2 100644 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb @@ -11,8 +11,8 @@ COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu" RENESAS_BSP_URL = " \ git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git" -BRANCH = "v4.14.75-ltsi/rcar-3.9.4" -SRCREV = "1f12f0466c7782ef7f44481ecf08db5e77448c7f" +BRANCH = "v4.14.75-ltsi/rcar-3.9.6" +SRCREV = "1d76a004d3a19367669b861559c1fbbf546b3065" SRC_URI = "${RENESAS_BSP_URL};protocol=git;nocheckout=1;branch=${BRANCH}" -- cgit 1.2.3-korg