diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-19 08:57:28 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-22 13:36:54 +0700 |
commit | a6ae66ceba4bebf26f97aa5af720477c816467ec (patch) | |
tree | 9504d7bba6205392271639032d73a8600a79ae05 /meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig | |
parent | 0d9a1348ae1164e45c3f8ee95b8a529314eb0cf9 (diff) |
rcar-gen3: linux-renesas: Add support E3 and upgrade Linux BSP to v3.6.1
This commit adds support E3 and upgrades Linux BSP to v3.6.1 for
the following updates:
[Kernel]
- Add R-Car E3 support.
- Fix Gfx clock.
[Power Management]
- Register clock for all cpu nodes for R-Car H3 to device tree.
- Improve to build only when enabling RCAR_POWER_AVS.
- Update IPA for CA53, need tune "contribution" parameter.
- Fix section mismatch build warnings.
- Fix double source of drivers/soc/renesas/Kconfig.
[Display driver]
- Fix continuous mode for dual pipelines.
- Fix DISP interrupt enable order, DPPR register set order and LVDS
startup sequence.
- Fix LVDS startup on R-Car Series, 3rd Generation.
- Fix LVDS stop sequence.
[DMA Engine driver]
- Fix max_chunk_size for R-Car Series, 3rd Generation.
- Check the done lists in rcar_dmac_chan_get_residue().
[I2C driver]
- Fix the problem that the strange data transfers with DMA transmit.
[IPMMU driver]
- Fix sequence issue.
[SD/MMC driver]
- Fix handling of SET_BLOCK_COUNT for RPMB.
[USB3.0 Function]
- Fix oops in renesas_usb3_remove().
- Don't print a warning when setting link state for disabled ports.
[Video Capture driver]
- Fix transfer rate and phy register value. Add CPG reset release
procedure.
- Add bytes per line when opening device.
- Fix power management procedure when resuming.
- Add MSTP status check after CPG reset.
- Fix division procedure for __udivdi3 error.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig index 4f92dc4..94c1631 100644 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig @@ -386,6 +386,7 @@ CONFIG_ARCH_R8A7795=y CONFIG_ARCH_R8A7796=y CONFIG_ARCH_R8A77965=y CONFIG_ARCH_R8A77970=y +CONFIG_ARCH_R8A77990=y CONFIG_ARCH_R8A77995=y CONFIG_ARCH_STRATIX10=y CONFIG_ARCH_TEGRA=y @@ -2585,6 +2586,7 @@ CONFIG_PINCTRL_SH_PFC=y CONFIG_PINCTRL_PFC_R8A7795=y CONFIG_PINCTRL_PFC_R8A7796=y CONFIG_PINCTRL_PFC_R8A77965=y +CONFIG_PINCTRL_PFC_R8A77990=y CONFIG_PINCTRL_PFC_R8A77995=y # CONFIG_PINCTRL_SPRD is not set CONFIG_PINCTRL_SUNXI=y @@ -2697,8 +2699,7 @@ CONFIG_GPIO_MAX77620=y # USB GPIO expanders # # CONFIG_W1 is not set -CONFIG_POWER_AVS=y -# CONFIG_ROCKCHIP_IODOMAIN is not set +# CONFIG_POWER_AVS is not set CONFIG_POWER_RESET=y CONFIG_POWER_RESET_BRCMSTB=y # CONFIG_POWER_RESET_GPIO is not set @@ -4932,6 +4933,7 @@ CONFIG_CLK_R8A7795=y CONFIG_CLK_R8A7796=y CONFIG_CLK_R8A77965=y CONFIG_CLK_R8A77970=y +CONFIG_CLK_R8A77990=y CONFIG_CLK_R8A77995=y CONFIG_CLK_RCAR_GEN3_CPG=y # CONFIG_CLK_RCAR_USB2_CLOCK_SEL is not set @@ -5024,7 +5026,6 @@ CONFIG_RPMSG=y # CONFIG_RPMSG_QCOM_GLINK_RPM is not set # CONFIG_RPMSG_QCOM_GLINK_SMEM is not set CONFIG_RPMSG_QCOM_SMD=y -CONFIG_RPMSG_VIRTIO=y # # SOC (System On Chip) specific Drivers @@ -5066,10 +5067,12 @@ CONFIG_SYSC_R8A7795=y CONFIG_SYSC_R8A7796=y CONFIG_SYSC_R8A77965=y CONFIG_SYSC_R8A77970=y +CONFIG_SYSC_R8A77990=y CONFIG_SYSC_R8A77995=y CONFIG_RST_RCAR=y CONFIG_SYSC_RCAR=y CONFIG_RCAR_THERMAL_EMS=y +CONFIG_RCAR_POWER_AVS=y CONFIG_ROCKCHIP_GRF=y CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_SOC_SAMSUNG=y |