Re: [PATCH v2 06/15] rockchip: rk3328-nanopi-r2: Update defconfig

2024-02-16 Thread Tianling Shen
Add DM_REGULATOR_GPIO=y and SPL_DM_REGULATOR_GPIO=y to support the > regulator-gpio compatible. > > Add RNG_ROCKCHIP=y and DM_RNG=y options to support the onboard random > generator. > > Also add missing device tree files to MAINTAINERS file. > > Signed-off-by: Jonas Ka

Re: [PATCH 07/15] rockchip: rk3328-orangepi-r1-plus: Update defconfig

2024-02-07 Thread Tianling Shen
G_ROCKCHIP=y and DM_RNG=y options to support the onboard random > generator. > > Also add missing device tree files to MAINTAINERS file. > > Signed-off-by: Jonas Karlman Reviewed-by: Tianling Shen Best regards, Tianling. > --- > arch/arm/dts/rk3328-orangepi-r1-plus-lts-

Re: [PATCH 15/15] rockchip: rk3328-orangepi-r1-plus: Enable boot from SPI NOR flash

2024-02-07 Thread Tianling Shen
age is loaded from 0x6, same as on > RK35xx boards. > > Signed-off-by: Jonas Karlman Thanks for your great work! Reviewed-by: Tianling Shen Best regards, Tianling. > --- > configs/orangepi-r1-plus-lts-rk3328_defconfig | 8 > configs/orangepi-r1-plus-rk3328_defconfig

Re: [PATCH] board: rockchip: Add support for FriendlyARM NanoPi R2C Plus

2024-01-06 Thread Tianling Shen
Hi Kever, On Tue, Jan 2, 2024 at 9:00 AM Kever Yang wrote: > > Hi Tianling, > > On 2023/12/23 12:00, Tianling Shen wrote: > > The NanoPi R2C Plus is a small variant of NanoPi R2C with a on-board > > eMMC flash (8G) included. > > > > The device tree is taken

[PATCH] board: rockchip: Add support for FriendlyARM NanoPi R2C Plus

2023-12-22 Thread Tianling Shen
The NanoPi R2C Plus is a small variant of NanoPi R2C with a on-board eMMC flash (8G) included. The device tree is taken from the kernel v6.5. Signed-off-by: Tianling Shen --- arch/arm/dts/Makefile | 1 + .../dts/rk3328-nanopi-r2c-plus-u-boot.dtsi| 9 ++ arch/arm

[PATCH v3 2/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5C

2023-05-30 Thread Tianling Shen
v6.4-rc1. Reviewed-by: Kever Yang Signed-off-by: Tianling Shen --- Changes since v2: * https://lore.kernel.org/u-boot/20230529045954.21689-2-cns...@gmail.com/ * Collected Reviewed-by tag * Removed unused configs, reordered Changes since v1: * https://lore.kernel.org/u-boot/20230528094017.2949-2

[PATCH v3 1/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5S

2023-05-30 Thread Tianling Shen
0.5mm FPC connector The device tree is taken from kernel v6.4-rc1. Reviewed-by: Kever Yang Signed-off-by: Tianling Shen --- Changes since v2: * https://lore.kernel.org/u-boot/20230529045954.21689-1-cns...@gmail.com/ * Added more supported emmc modes and pinctrl to sdhci node * Collected

Re: [PATCH v2 1/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5S

2023-05-29 Thread Tianling Shen
Hi Jonas, On Mon, May 29, 2023 at 11:45 PM Jonas Karlman wrote: > > Hi, > > On 2023-05-29 06:59, Tianling Shen wrote: > > FriendlyElec Nanopi R5S is an open-sourced mini IoT gateway device. > > > > Board Specifications > > - Rockchip RK3568 > > - 2 or 4

[PATCH v2 1/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5S

2023-05-28 Thread Tianling Shen
-pin 0.5mm FPC connector The device tree is taken from kernel v6.4-rc1. Signed-off-by: Tianling Shen --- No changes in v2. --- arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi | 33 ++ arch/arm/dts/rk3568-nanopi-r5s.dts | 136 + arch/arm

[PATCH v2 2/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5C

2023-05-28 Thread Tianling Shen
v6.4-rc1. Signed-off-by: Tianling Shen --- Changes in v2: add dtb to Makefile --- arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3568-nanopi-r5c-u-boot.dtsi | 3 + arch/arm/dts/rk3568-nanopi-r5c.dts | 112 + board/rockchip/evb_rk3568/MAINTAINERS

Re: [PATCH 2/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5C

2023-05-28 Thread Tianling Shen
On Sun, May 28, 2023 at 5:40 PM Tianling Shen wrote: > > FriendlyARM NanoPi R5C is an open-sourced mini IoT gateway device. > > Specification: > - Rockchip RK3568 > - 1/4GB LPDDR4X RAM > - 8/32GB eMMC > - SD card slot > - M.2 Connector > - 2x USB 3.0 Port > - 2x 2

[PATCH 2/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5C

2023-05-28 Thread Tianling Shen
v6.4-rc1. Signed-off-by: Tianling Shen --- arch/arm/dts/rk3568-nanopi-r5c-u-boot.dtsi | 3 + arch/arm/dts/rk3568-nanopi-r5c.dts | 112 + board/rockchip/evb_rk3568/MAINTAINERS | 7 ++ configs/nanopi-r5c-rk3568_defconfig| 90 + 4 files

[PATCH 1/2] rockchip: rk3568: Add support for FriendlyARM NanoPi R5S

2023-05-28 Thread Tianling Shen
-pin 0.5mm FPC connector The device tree is taken from kernel v6.4-rc1. Signed-off-by: Tianling Shen --- arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi | 33 ++ arch/arm/dts/rk3568-nanopi-r5s.dts | 136 + arch/arm/dts/rk3568-nanopi

[PATCH v2 2/2] rockchip: rk3328: Add support for Orange Pi R1 Plus LTS

2023-05-20 Thread Tianling Shen
The OrangePi R1 Plus LTS is a minor variant of OrangePi R1 Plus with the on-board NIC chip changed from rtl8211e to yt8531c, and RAM type changed from DDR4 to LPDDR3. The device tree is taken from kernel v6.4-rc1. Signed-off-by: Tianling Shen --- Changes in v2: * Rebased upon the latest git

[PATCH v2 1/2] rockchip: rk3328: Add support for Orange Pi R1 Plus

2023-05-20 Thread Tianling Shen
and description are taken from kernel v6.3-rc1. Reviewed-by: Kever Yang Signed-off-by: Tianling Shen --- Changes in v2: * Rebased upon the latest git HEAD * Collected R-b tag. * Removed kernel link from commit message. --- arch/arm/dts/Makefile | 1 + .../dts/rk3328

Re: [PATCH 2/2] rockchip: rk3328: Add support for Orange Pi R1 Plus LTS

2023-04-20 Thread Tianling Shen
Hi Kever, On Fri, Apr 21, 2023 at 9:01 AM Kever Yang wrote: > > > On 2023/4/21 05:08, Tianling Shen wrote: > > The OrangePi R1 Plus LTS is a minor variant of OrangePi R1 Plus with > > the on-board NIC chip changed from rtl8211e to yt8531c, and RAM type > >

[PATCH 2/2] rockchip: rk3328: Add support for Orange Pi R1 Plus LTS

2023-04-20 Thread Tianling Shen
/commit/?id=387b3bbac5ea6a0a105d685237f033ffe0f184f1 Signed-off-by: Tianling Shen --- arch/arm/dts/Makefile | 1 + .../rk3328-orangepi-r1-plus-lts-u-boot.dtsi | 46 +++ arch/arm/dts/rk3328-orangepi-r1-plus-lts.dts | 40 ++ board/rockchip/evb_rk3328/MAINTAINERS

[PATCH 1/2] rockchip: rk3328: Add support for Orange Pi R1 Plus

2023-04-20 Thread Tianling Shen
and description are taken from kernel v6.3-rc1: https://github.com/torvalds/linux/commit/51712e1d0144c6e1e7e84932d58b5c0f59ed Signed-off-by: Tianling Shen --- Please note this patch is based on my previous one: https://lore.kernel.org/u-boot/20230411101449.17123-1-cns...@gmail.com/ --- arch

Re: [PATCH v2] rockchip: rk3328: Add support for FriendlyARM NanoPi R2C

2023-04-13 Thread Tianling Shen
Hi Pali, On Wednesday 12 April 2023 01:56:13 Pali Rohár wrote: > Hello! I'm not rockchip maintainer, how many times I need to repeat it > to not send me rockchip patches? Or is there something important for me? I am sorry for disturbing you! This is my first time contributing to the u-boot

[PATCH v2] rockchip: rk3328: Add support for FriendlyARM NanoPi R2C

2023-04-11 Thread Tianling Shen
=004589ff9df5b75672a78b6c3c4cba93202b14c9 Signed-off-by: Tianling Shen --- Changes in v2: Added missing defconfig. --- arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi | 3 + arch/arm/dts/rk3328-nanopi-r2c.dts | 40 board/rockchip/evb_rk3328

[PATCH] rockchip: rk3328: Add support for FriendlyARM NanoPi R2C

2023-04-07 Thread Tianling Shen
=004589ff9df5b75672a78b6c3c4cba93202b14c9 Signed-off-by: Tianling Shen --- arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3328-nanopi-r2c-u-boot.dtsi | 3 ++ arch/arm/dts/rk3328-nanopi-r2c.dts | 40 ++ board/rockchip/evb_rk3328/MAINTAINERS | 6 4 files