[linux-yocto] [PATCH 1/4] arch: arm64: dts: Set gpio5-pin9 as input by default

2020-11-11 Thread Meng Li
From: Limeng The gpio5-pin9 is used as the interrupt pin of i2c external gpio chip, so set this pin as input by default. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

[linux-yocto] [PATCH 3/4] pci: pcie-rcar: add regulators support

2020-11-11 Thread Meng Li
From: Andrey Gusakov Add PCIe regulators for KingFisher board. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 47 + drivers/pci/controller/pcie-rcar-host.c | 64 2 files changed, 111 insertions(+) diff --git

[linux-yocto] [PATCH 2/4] driver: net: can: disable clock when it is in enable status

2020-11-11 Thread Meng Li
From: Limeng If disable a clock when it is already in disable status, there will be a warning trace generated. So, it is need to confirm whether what status the clock is in before disable it. Signed-off-by: Meng Li --- drivers/net/can/rcar/rcar_can.c | 5 - 1 file changed, 4

[linux-yocto] [PATCH 4/4] arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2020-11-11 Thread Meng Li
From: Yusuke Goda commit 1d40ccc5723b9b3028829194c422a01cf8afd2a3 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch adds reserved memory regions: - Lossy Decompression 48 MiB : 0x005400 -> 0x0056ff - Default CMA area 400 MiB :

[linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2020-11-11 Thread Meng Li
From: Limeng Hi Bruce, I am working on BSP renesas-rcar platform, and intend to merge this BSP supporting into yocto community. Below 4 patches are used to improve gpio, CAN BUS and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch