Re: [PATCH v2] rockchip: add SPI NOR flash support for Radxa E25(CM3I)

2024-09-10 Thread FUKAUMI Naoki
, I'll do what I should do ;) thanks. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. Thanks, - Kever On 2024/8/25 06:08, FUKAUMI Naoki wrote: some SKU for CM3I SoM have a SPI NOR flash. this patch enables related configurations and changes devicetree. => sf

Re: [PATCH] rockchip: modify devicetree at runtime for Radxa ROCK Pi E v3.0

2024-09-10 Thread FUKAUMI Naoki
hi, On 9/10/24 19:11, Kever Yang wrote: Hi Naoki, On 2024/8/27 09:31, FUKAUMI Naoki wrote: since Radxa ROCK Pi E v3.0 is different to ROCK Pi E, "model" and "compatible" in DT need to be different. (specifically, sysupgrade[1] in OpenWrt) also, "mmc0" and "

Re: [PATCH] led: gpio: handle GPIO_ACTIVE_LOW flag properly

2024-08-28 Thread FUKAUMI Naoki
sorry, this patch seems to be wrong. I'll check it again. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/28/24 21:15, FUKAUMI Naoki wrote: invert gpio state if GPIO_ACTIVE_LOW is specified in dts. Signed-off-by: FUKAUMI Naoki --- drivers/led/led_gpio.

[PATCH] led: gpio: handle GPIO_ACTIVE_LOW flag properly

2024-08-28 Thread FUKAUMI Naoki
invert gpio state if GPIO_ACTIVE_LOW is specified in dts. Signed-off-by: FUKAUMI Naoki --- drivers/led/led_gpio.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/led/led_gpio.c b/drivers/led/led_gpio.c index ce22fb49f2a..54aa84e0726 100644 --- a/drivers/led/led_gpio.c +++ b

[PATCH] rockchip: modify devicetree at runtime for Radxa ROCK Pi E v3.0

2024-08-26 Thread FUKAUMI Naoki
them after loading DT for kernel. [1] https://openwrt.org/docs/techref/sysupgrade#how_it_works Signed-off-by: FUKAUMI Naoki --- arch/arm/mach-rockchip/rk3328/Kconfig | 6 ++ board/radxa/rockpie-rk3328/Kconfig | 12 +++ board/radxa/rockpie-rk3328/MAINTAINERS |

Re: [PATCH] rockchip: add SPI NOR flash support for Radxa E25(CM3I)

2024-08-26 Thread FUKAUMI Naoki
hi, On 8/27/24 01:11, Quentin Schulz wrote: Hi Naoki, On 8/25/24 12:07 AM, FUKAUMI Naoki wrote: some SKU for CM3I SoM have a SPI NOR flash. this patch enables related configurations and changes devicetree. => sf probe SF: Detected w25q128fw with page size 256 Bytes, erase size 4 KiB, to

[PATCH v2 1/2] arm64: dts: rockchip: add (but disabled) SFC node for Radxa ROCK 5A

2024-08-24 Thread FUKAUMI Naoki
ry, so use safe(lowest) spi-max-frequency. Signed-off-by: FUKAUMI Naoki Link: https://lore.kernel.org/r/20240623023329.1044-2-na...@radxa.com Signed-off-by: Heiko Stuebner [ upstream commit: 00224650dd45e166ea6eb1593f5f064583963ccf ] (cherry picked from commit fde218de3133705f3f56dc8eb26baa

[PATCH v2 2/2] rockchip: add support for Radxa ROCK 5A with SPI NOR flash module

2024-08-24 Thread FUKAUMI Naoki
on Radxa ROCK 5A, sdhci(eMMC) and fspim0(SPI NOR flash) share pins (i.e. eMMC and SPI NOR flash are exclusive), new defconfig and dts specifically for SPI NOR flash is required. Signed-off-by: FUKAUMI Naoki --- Changes in v2 - fix subject --- arch/arm/dts/rk3588s-rock-5a-spi-u-boot.dtsi | 24

Re: [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot for Radxa boards

2024-08-24 Thread FUKAUMI Naoki
sorry, please ignore this patch. https://patchwork.ozlabs.org/project/uboot/patch/20240808222325.2082-2-na...@radxa.com/ is right one. -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/16/24 09:12, FUKAUMI Naoki wrote: Basically, Radxa's boards are intended to turn LEDs on at U

Re: [PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards

2024-08-24 Thread FUKAUMI Naoki
sorry, please ignore this patch. https://patchwork.ozlabs.org/project/uboot/patch/20240808222325.2082-1-na...@radxa.com/ is right one. -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/16/24 09:12, FUKAUMI Naoki wrote: Basically, Radxa's boards are intended to turn LEDs on at U

Re: [PATCH] rockchip: add SPI NOR flash support for Radxa E25(CM3I)

2024-08-24 Thread FUKAUMI Naoki
sorry, please ignore this patch. https://patchwork.ozlabs.org/project/uboot/patch/20240824220847.98136-1-na...@radxa.com/ is right one. -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/25/24 07:07, FUKAUMI Naoki wrote: some SKU for CM3I SoM have a SPI NOR flash. this patch enables

[PATCH v2] rockchip: add SPI NOR flash support for Radxa E25(CM3I)

2024-08-24 Thread FUKAUMI Naoki
some SKU for CM3I SoM have a SPI NOR flash. this patch enables related configurations and changes devicetree. => sf probe SF: Detected w25q128fw with page size 256 Bytes, erase size 4 KiB, total 16 MiB Signed-off-by: FUKAUMI Naoki --- Changes in v2: - reword commit message --- arch/arm/

[PATCH] rockchip: add SPI NOR flash support for Radxa E25(CM3I)

2024-08-24 Thread FUKAUMI Naoki
some SKU for CM3I SoM have a SPI NOR flash. this patch enables related configurations and changes devicetree. => sf probe SF: Detected w25q128fw with page size 256 Bytes, erase size 4 KiB, total 16 MiB Signed-off-by: FUKAUMI Naoki --- Changes in v2: - reword commit message --- arch/arm/

Re: [PATCH] arm: dts: rockchip: add support for SPI NOR flash on Radxa E25(CM3I)

2024-08-24 Thread FUKAUMI Naoki
sorry, I'll send v2 tomorrow to rewrite terrible commit message... -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/24/24 18:00, FUKAUMI Naoki wrote: my CM3I has a w25q128fw, so add support for it. => sf probe SF: Detected w25q128fw with page size 256 Bytes, erase size 4 Ki

[PATCH] arm: dts: rockchip: add support for SPI NOR flash on Radxa E25(CM3I)

2024-08-24 Thread FUKAUMI Naoki
my CM3I has a w25q128fw, so add support for it. => sf probe SF: Detected w25q128fw with page size 256 Bytes, erase size 4 KiB, total 16 MiB Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi | 16 configs/radxa-e25-rk3568_defconfig|

[PATCH 1/2] arm64: dts: rockchip: add (but disabled) SFC node for Radxa ROCK 5A

2024-08-16 Thread FUKAUMI Naoki
ry, so use safe(lowest) spi-max-frequency. Signed-off-by: FUKAUMI Naoki Link: https://lore.kernel.org/r/20240623023329.1044-2-na...@radxa.com Signed-off-by: Heiko Stuebner [ upstream commit: 00224650dd45e166ea6eb1593f5f064583963ccf ] (cherry picked from commit fde218de3133705f3f56dc8eb26baa

[PATCH 2/2] arm: dts: rockchip: add support for Radxa ROCK 5A with SPI NOR flash module

2024-08-16 Thread FUKAUMI Naoki
on Radxa ROCK 5A, sdhci(eMMC) and fspim0(SPI NOR flash) share pins (i.e. eMMC and SPI NOR flash are exclusive), new defconfig and dts specifically for SPI NOR flash is required. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588s-rock-5a-spi-u-boot.dtsi | 24 ++ arch/arm/dts/rk3588s-rock

[PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot for Radxa boards

2024-08-15 Thread FUKAUMI Naoki
Basically, Radxa's boards are intended to turn LEDs on at U-Boot. add `default-state = "on"` to u-boot.dtsi. Signed-off-by: FUKAUMI Naoki --- this patch depends on https://patchwork.ozlabs.org/project/uboot/patch/20240815223713.2479-1-na...@radxa.com/ --- .../arm/dts/rk3328-r

[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards

2024-08-15 Thread FUKAUMI Naoki
Basically, Radxa's boards are intended to turn LEDs on at U-Boot. enable gpio-leds driver and led command. Signed-off-by: FUKAUMI Naoki --- configs/radxa-cm3-io-rk3566_defconfig | 2 ++ configs/radxa-e25-rk3568_defconfig| 2 ++ configs/rock-3a-rk3568_defconfig | 2 ++ configs/ro

[PATCH v2] arm: dts: rockchip: fix dts for Radxa ROCK 4C+

2024-08-15 Thread FUKAUMI Naoki
ned-off-by: FUKAUMI Naoki --- Changes in v2: - reword commit message --- arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi b/arch/arm/dts/rk3399-rock-4c-plus-u-boot.

Re: [PATCH 8/8] rockchip: rk3308-rock-pi-s: Enable LED and IO Domain driver

2024-08-09 Thread FUKAUMI Naoki
series, Tested-by: FUKAUMI Naoki Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. --- configs/rock-pi-s-rk3308_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig index e450a0618020

Re: [PATCH] arm: dts: rockchip: fix dts for Radxa ROCK 4C+

2024-08-09 Thread FUKAUMI Naoki
Hi, On 8/9/24 18:16, Kever Yang wrote: On 2024/8/9 06:19, FUKAUMI Naoki wrote: Radxa ROCK Pi 4 series and Radxa ROCK 4C+ are not compatible. A little bit more detail about why not compatible? The eMMC is different? I should say "ROCK Pi 4 series and ROCK 4C+ cannot share dts

Re: [PATCH v6] board: rockchip: add Radxa ROCK 3 Model C

2024-08-08 Thread FUKAUMI Naoki
x27;t happen, device is recognized properly. if it's okay, Tested-by: FUKAUMI Naoki Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. --- v6: update dts to turn LED up in U-Boot v5: fixed board info v4: fixed typo in commit-msg moved m

Re: [PATCH] arm: dts: rockchip: disable "usb_host0_ohci" to make boot faster for Radxa ROCK 3A

2024-08-08 Thread FUKAUMI Naoki
sorry, please ignore this patch. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/2/24 11:49, FUKAUMI Naoki wrote: on-board USB 2.0 hub, FE1.1s, has Transaction Translator which can handle USB 1.x devices via "usb_host0_ehci". so we can omit "usb_host0

[PATCH v2 2/2] arm: dts: rockchip: turn LEDs on at boot for Radxa boards

2024-08-08 Thread FUKAUMI Naoki
Basically, Radxa's boards are intended to turn LEDs on at U-Boot. add `default-state = "on"` to u-boot.dtsi. Signed-off-by: FUKAUMI Naoki --- Changes in v2: - remove irrelevant contents from rk3399-rock-4c-plus-u-boot.dtsi - depend https://patchwork.ozlabs.org/proj

[PATCH v2 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards

2024-08-08 Thread FUKAUMI Naoki
Basically, Radxa's boards are intended to turn LEDs on at U-Boot. enable gpio-leds driver and led command. Signed-off-by: FUKAUMI Naoki --- Changes in v2: - none --- configs/radxa-cm3-io-rk3566_defconfig | 2 ++ configs/radxa-e25-rk3568_defconfig| 2 ++ configs/rock-3a-rk3568_defc

[PATCH] arm: dts: rockchip: fix dts for Radxa ROCK 4C+

2024-08-08 Thread FUKAUMI Naoki
Radxa ROCK Pi 4 series and Radxa ROCK 4C+ are not compatible. add rk3399-rock-pi-4-u-boot.dtsi contents and remove dependency of it. no functional change is intended. Fixes: 71a95e2efd30 ("arm: dts: rockchip: add Radxa ROCK 4C+") Suggested-by: Dragan Simic Signed-off-by: FUK

[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards

2024-08-08 Thread FUKAUMI Naoki
Basically, Radxa's boards are intended to turn LEDs on at U-Boot. enable gpio-leds driver and led command. Signed-off-by: FUKAUMI Naoki --- configs/radxa-cm3-io-rk3566_defconfig | 2 ++ configs/radxa-e25-rk3568_defconfig| 2 ++ configs/rock-3a-rk3568_defconfig | 2 ++ configs/ro

[PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot for Radxa boards

2024-08-08 Thread FUKAUMI Naoki
Basically, Radxa's boards are intended to turn LEDs on at U-Boot. add `default-state = "on"` to u-boot.dtsi. Signed-off-by: FUKAUMI Naoki --- .../arm/dts/rk3328-rock-pi-e-base-u-boot.dtsi | 6 + arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi | 25 ++- arch

Re: [PATCH v5] board: rockchip: add Radxa ROCK 3 Model C

2024-08-08 Thread FUKAUMI Naoki
56x-u-boot.dtsi" please add ``` / { leds { led-0 { default-state = "on"; }; }; }; ``` to turn LED on at U-Boot. (make CONFIG_LED_GPIO work) Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. +&a

[PATCH] configs: rockchip: enable "ums" command for Radxa ROCK 5B

2024-08-05 Thread FUKAUMI Naoki
USB Type-C port is configured as "peripheral" port. so enable "ums" command to use as USB Mass Storage device. ("rockusb" command is already enabled and working) Signed-off-by: FUKAUMI Naoki --- configs/rock5b-rk3588_defconfig | 1 + 1 file changed, 1 insertion(+

[PATCH] arm: dts: rockchip: remove upstreamed props for Radxa ROCK 5B

2024-08-05 Thread FUKAUMI Naoki
"usb_host1_xhci" and related node were already upstreamed. remove unnecessary properties from u-boot.dtsi. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 17 - 1 file changed, 17 deletions(-) diff --git a/arch/arm/dts/rk3588-rock-5b-u-bo

[PATCH] arm: dts: rockchip: remove upstreamed props for Radxa ROCK 3A

2024-08-05 Thread FUKAUMI Naoki
"sfc" node was already upstreamed. remove unnecessary properties from u-boot.dtsi. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 9 - 1 file changed, 9 deletions(-) diff --git a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi b/arch/arm/dts/rk3568

Re: [PATCH] arm: dts: rockchip: sort usbdp_phy nodes for Radxa ROCK 5B

2024-08-05 Thread FUKAUMI Naoki
sorry, please ignore this patch. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/6/24 09:09, FUKAUMI Naoki wrote: sort nodes alphanumerically. no functional change is intended. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 4 ++-- 1

[PATCH] arm: dts: rockchip: sort usbdp_phy nodes for Radxa ROCK 5B

2024-08-05 Thread FUKAUMI Naoki
sort nodes alphanumerically. no functional change is intended. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi

[PATCH] arm64: dts: rockchip: change spi-max-frequency for Radxa ROCK 3C

2024-08-04 Thread FUKAUMI Naoki
SPI NOR flash chip may vary, so use safe(lowest) spi-max-frequency. Signed-off-by: FUKAUMI Naoki Link: https://lore.kernel.org/r/20240623023329.1044-3-na...@radxa.com Signed-off-by: Heiko Stuebner [ upstream commit: 06f6dd4d607766a527e37529f2f3f90dd1464293 ] (cherry picked from commit

Re: [PATCH] configs: rockchip: enable USB gadget functions for Radxa ROCK 3A

2024-08-02 Thread FUKAUMI Naoki
hi, please don't merge this for a while. I'm thinking opposite change may be better to align with ROCK 4/5 series. (OTG port is "host") any comment? -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 8/2/24 11:58, FUKAUMI Naoki wrote: since dr_mode of "usb

Re: [PATCH v4] board: rockchip: add Radxa ROCK 3 Model C

2024-08-01 Thread FUKAUMI Naoki
sorry, On 8/2/24 10:54, FUKAUMI Naoki wrote: since USB Type-A OTG port is peripheral mode, you can enable USB gadget functions. could you merge following patch? it's wrong. "usb_host0_xhci" dr_mode need to be deleted... -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd.

[PATCH] configs: rockchip: enable USB gadget functions for Radxa ROCK 3A

2024-08-01 Thread FUKAUMI Naoki
since dr_mode of "usb_host0_xhci" is "otg", we can use USB gadget functions on USB3 Type-A OTG (upper) port. enable it. Signed-off-by: FUKAUMI Naoki --- configs/rock-3a-rk3568_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configs/rock-3a-rk3568_defconf

[PATCH] arm: dts: rockchip: disable "usb_host0_ohci" to make boot faster for Radxa ROCK 3A

2024-08-01 Thread FUKAUMI Naoki
JetFlash Mass Storage Device 02K1RNH5MJFV4TX6 1 Hub (480 Mb/s, 0mA) u-boot EHCI Host Controller 1 Hub (12 Mb/s, 0mA) U-Boot Root Hub Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/d

Re: [PATCH v4] board: rockchip: add Radxa ROCK 3 Model C

2024-08-01 Thread FUKAUMI Naoki
CONFIG_USB_OHCI_GENERIC=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_GENERIC=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_USB_FUNCTION_ROCKUSB=y CONFIG_ERRNO_STR=y -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst index bed

Re: [PATCH 2/2] board: rockchip: Add Radxa ROCK 3B

2024-08-01 Thread FUKAUMI Naoki
3B 8GB v1.51 (both variants): - SD-card boot - eMMC boot - SPI Flash boot - Ethernet - PCIe/NVMe - USB gadget - USB host Signed-off-by: Jonas Karlman for the whole series, Tested-by: FUKAUMI Naoki thank you so much for your contribution! Best regards, -- FUKAUMI Naoki Radxa Computer

Re: [PATCH 5/5] board: rockchip: Add Radxa ZERO 3W/3E

2024-07-31 Thread FUKAUMI Naoki
gadget - USB host Signed-off-by: Jonas Karlman for whole series, Tested-by FUKAUMI Naoki Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. --- arch/arm/dts/rk3566-radxa-zero-3e-u-boot.dtsi | 11 +++ arch/arm/dts/rk3566-radxa-zero-3w-u-boot.dtsi | 11 +++ arch/arm/mach

Re: [PATCH v4] board: rockchip: add Radxa ROCK 3 Model C

2024-07-31 Thread FUKAUMI Naoki
sn't happen on RadxaZERO 3E does it happen on your board? - 3.5mm jack with mic - HDMI 2.0, MIPI DSI/CSI - USB 3.0 Host/OTG, USB 2.0 Host OTG is USB2.0 (upper) port https://radxa.com/products/rock3/3c/#techspec Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. - 40

Re: [PATCH v2 1/3] configs: rockchip: reduce diff for rk3308, rk3328, rk3399, rk3568, and rk3588

2024-07-16 Thread FUKAUMI Naoki
Hi On 7/17/24 13:31, Kever Yang wrote: Hi Naoki, On 2024/6/18 17:53, FUKAUMI Naoki wrote: this is cosmetic change. no functional change is intended. - remove redundant white spaces - replace white spaces with tab - align position of last letter/word - sort lines in CFG_EXTRA_ENV_SETTINGS

[PATCH v3 1/3] configs: rockchip: reduce diff for rk3308, rk3328, rk3399, rk3568, and rk3588

2024-07-16 Thread FUKAUMI Naoki
this is cosmetic change. no functional change is intended. - remove redundant white spaces - replace white spaces with tab - align position of last letter/word - sort lines in CFG_EXTRA_ENV_SETTINGS - add comment after #endif Signed-off-by: FUKAUMI Naoki Reviewed-by: Kever Yang --- Changes in

[PATCH v3 2/3] configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for rk3308, rk3328, and rk3399

2024-07-16 Thread FUKAUMI Naoki
- add support for compressed kernel for rk3308 - prepare support for fdtoverlay for rk3328 tested on ROCK Pi S 256MB, ROCK Pi E 2GB, and ROCK Pi 4A 4GB with linux-next-20240613 defconfig kernel. Signed-off-by: FUKAUMI Naoki Reviewed-by: Kever Yang --- Changes in v3: - add missing separator in

[PATCH v3 3/3] configs: rockchip: imply OF_LIBFDT_OVERLAY for rk3308 and rk3328

2024-07-16 Thread FUKAUMI Naoki
for rk3308, all defconfigs have CONFIG_OF_LIBFDT_OVERLAY=y, so enable it by default. for rk3328, any defconfig doesn't have it. but there is no strong reason not to enable it. at least it's required for ROCK Pi E. Signed-off-by: FUKAUMI Naoki --- Changes in v3: - add missing separator

Re: [PATCH] rockchip: include cru_rk3588.h and define rockchip_cru for RK3588

2024-07-15 Thread FUKAUMI Naoki
hi On 6/19/24 05:39, FUKAUMI Naoki wrote: > sorry, > > On 6/19/24 05:29, FUKAUMI Naoki wrote: >> Hello, >> >> this happens only if HOSTCC=clang. I can see several other errors on >> several other targets with HOSTCC=clang. > > ^this happens only if clang

[PATCH] rockchip: add support for Radxa ROCK Pi E v3.0

2024-06-24 Thread FUKAUMI Naoki
ggested-by: Jonas Karlman Signed-off-by: FUKAUMI Naoki --- ...dtsi => rk3328-rock-pi-e-base-u-boot.dtsi} | 1 - arch/arm/dts/rk3328-rock-pi-e-u-boot.dtsi | 47 + arch/arm/dts/rk3328-rock-pi-e-v3-u-boot.dtsi | 4 + arch/arm/dts/rk3328-rock-pi-e-v3.dts | 4 + b

Re: [RFC] rockchip: add support for Radxa ROCK Pi E v3.0 which uses DDR4 SDRAM

2024-06-23 Thread FUKAUMI Naoki
Hi, thank you for your comment! On 6/24/24 05:22, Dragan Simic wrote: +Cc: he...@sntech.de +Cc: k...@kernel.org Hello Peter and Fukaumi, On 2024-06-23 15:08, Peter Robinson wrote: On Sun, 23 Jun 2024 at 13:21, Dragan Simic wrote: On 2024-06-23 06:15, FUKAUMI Naoki wrote: > rk3328-rock

[RFC] rockchip: add support for Radxa ROCK Pi E v3.0 which uses DDR4 SDRAM

2024-06-22 Thread FUKAUMI Naoki
prior, using ddr blob from Rockchip instead of TPL in U-Boot. is it acceptable? Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3328-rock-pi-e-v3-u-boot.dtsi | 43 + arch/arm/dts/rk3328-rock-pi-e-v3.dts | 445 arch/arm/dts/rk3328.dtsi | 1943

Re: [PATCH] rockchip: include cru_rk3588.h and define rockchip_cru for RK3588

2024-06-18 Thread FUKAUMI Naoki
sorry, On 6/19/24 05:29, FUKAUMI Naoki wrote: Hello, this happens only if HOSTCC=clang. I can see several other errors on several other targets with HOSTCC=clang. ^this happens only if clang is used at make foo-bar_defconfig stage. it seems make foo-bar_defconfig make HOSTCC=clang CC

Re: [PATCH] rockchip: include cru_rk3588.h and define rockchip_cru for RK3588

2024-06-18 Thread FUKAUMI Naoki
Hello, this happens only if HOSTCC=clang. I can see several other errors on several other targets with HOSTCC=clang. CC=clang seems to be fine. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 6/19/24 04:30, FUKAUMI Naoki wrote: fix following error found by clang

[PATCH] rockchip: include cru_rk3588.h and define rockchip_cru for RK3588

2024-06-18 Thread FUKAUMI Naoki
kchip/clock.h:181:8: note: forward declaration of 'struct rockchip_cru' 181 | struct rockchip_cru; |^ 1 error generated. Signed-off-by: FUKAUMI Naoki --- arch/arm/include/asm/arch-rockchip/cru.h| 2 ++ arch/arm/include/asm/arch-rockchip/cru_rk3588.h | 2

Re: [PATCH 1/3] configs: rockchip: cosmetic changes for rk3308, rk3328, rk3399, rk3568, and rk3588

2024-06-18 Thread FUKAUMI Naoki
hi On 6/18/24 18:18, Peter Robinson wrote: On Tue, 18 Jun 2024 at 02:06, FUKAUMI Naoki wrote: no functional change is intended. Can you please explain what the patch is doing then, the subject of "cosmetic changes for rk3308, rk3328, rk3399, rk3568, and rk3588" doesn't re

[PATCH v2 3/3] configs: rockchip: imply OF_LIBFDT_OVERLAY for rk3308 and rk3328

2024-06-18 Thread FUKAUMI Naoki
for rk3308, all defconfigs have CONFIG_OF_LIBFDT_OVERLAY=y, so enable it by default. for rk3328, any defconfig doesn't have it. but there is no strong reason not to enable it. at least it's required for ROCK Pi E. Signed-off-by: FUKAUMI Naoki Changes in v2: - none --- arch/arm/mac

[PATCH v2 1/3] configs: rockchip: reduce diff for rk3308, rk3328, rk3399, rk3568, and rk3588

2024-06-18 Thread FUKAUMI Naoki
this is cosmetic change. no functional change is intended. - remove redundant white spaces - replace white spaces with tab - align position of last letter/word - sort lines in CFG_EXTRA_ENV_SETTINGS - add comment after #endif Signed-off-by: FUKAUMI Naoki Changes in v2: - rewrite whole commit

[PATCH v2 2/3] configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for rk3308, rk3328, and rk3399

2024-06-18 Thread FUKAUMI Naoki
- add support for compressed kernel for rk3308 - prepare support for fdtoverlay for rk3328 tested on ROCK Pi S 256MB, ROCK Pi E 2GB, and ROCK Pi 4A 4GB with linux-next-20240613 defconfig kernel. Signed-off-by: FUKAUMI Naoki Changes in v2: - minor cosmetic change in commit message --- include

[PATCH 2/3] configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for rk3308, rk3328, and rk3399

2024-06-17 Thread FUKAUMI Naoki
add support for compressed kernel for rk3308. prepare support for fdtoverlay for rk3328. tested on ROCK Pi S 256MB, ROCK Pi E 2GB, and ROCK Pi 4A 4GB with linux-next-20240613 defconfig kernel. Signed-off-by: FUKAUMI Naoki --- include/configs/rk3308_common.h | 12 include/configs

[PATCH 1/3] configs: rockchip: cosmetic changes for rk3308, rk3328, rk3399, rk3568, and rk3588

2024-06-17 Thread FUKAUMI Naoki
no functional change is intended. Signed-off-by: FUKAUMI Naoki --- include/configs/rk3308_common.h | 26 ++--- include/configs/rk3328_common.h | 28 +++ include/configs/rk3399_common.h | 40 - include/configs/rk3568_common.h

[PATCH 3/3] configs: rockchip: imply OF_LIBFDT_OVERLAY for rk3308 and rk3328

2024-06-17 Thread FUKAUMI Naoki
for rk3308, all defconfigs have CONFIG_OF_LIBFDT_OVERLAY=y, so enable it by default. for rk3328, any defconfig doesn't have it. but there is no strong reason not to enable it. at least it's required for ROCK Pi E. Signed-off-by: FUKAUMI Naoki --- arch/arm/mach-rockchip/Kconf

Re: [PATCH 1/3] rockchip: rock-3a: rock5a: rock5b: add USB GADGET related configs

2024-06-16 Thread FUKAUMI Naoki
Hi, On 6/16/24 18:24, Jonas Karlman wrote: On 2024-06-15 09:46, FUKAUMI Naoki wrote: add USB GADGET related configs for USB OTG port on ROCK 3A/5A/5B. Signed-off-by: FUKAUMI Naoki --- configs/rock-3a-rk3568_defconfig | 6 ++ configs/rock5a-rk3588s_defconfig | 6 ++ configs/rock5b

[PATCH 1/3] rockchip: rock-3a: rock5a: rock5b: add USB GADGET related configs

2024-06-15 Thread FUKAUMI Naoki
add USB GADGET related configs for USB OTG port on ROCK 3A/5A/5B. Signed-off-by: FUKAUMI Naoki --- configs/rock-3a-rk3568_defconfig | 6 ++ configs/rock5a-rk3588s_defconfig | 6 ++ configs/rock5b-rk3588_defconfig | 1 + 3 files changed, 13 insertions(+) diff --git a/configs/rock-3a

[PATCH 2/3] arm: dts: rockchip: rock-5a: enable USB3 OTG port

2024-06-15 Thread FUKAUMI Naoki
enable USB3 OTG (upper) port for ums and rockusb commands on ROCK 5A. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi b/arch/arm/dts/rk3588s-rock-5a-u

[PATCH 3/3] arm: dts: rockchip: rock-5b: sort usbdp_phy nodes

2024-06-15 Thread FUKAUMI Naoki
sort alphanumerically. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi index 8e318e624a..fabbd717b6 100644 --- a

[PATCH] configs: rockchip: rock-pi-s: use default bootdelay (2s)

2023-09-11 Thread FUKAUMI Naoki
align with other boards. Signed-off-by: FUKAUMI Naoki --- configs/rock-pi-s-rk3308_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig index cc3274a98b..cd0a996ee7 100644 --- a/configs/rock-pi-s-rk3308_defconfig

[PATCH 1/2] configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILE

2023-09-11 Thread FUKAUMI Naoki
all rk3308 boards should use their own dtb file. also, change fdt_addr_r to avoid following error: "ERROR: Did not find a cmdline Flattened Device Tree" it happens on Radxa ROCK Pi S (256MB/512MB) with kernel built from Radxa BSP. Signed-off-by: FUKAUMI Naoki --- configs/evb-rk3308

[PATCH 2/2] configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY

2023-09-11 Thread FUKAUMI Naoki
enable CONFIG_OF_LIBFDT_OVERLAY and use it on Radxa ROCK Pi S. Signed-off-by: FUKAUMI Naoki --- configs/rock-pi-s-rk3308_defconfig | 1 + include/configs/rk3308_common.h| 1 + 2 files changed, 2 insertions(+) diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s

Re: [PATCH v2 1/2] rockchip: Kconfig: Enable external TPL binary for rk3308

2023-09-11 Thread FUKAUMI Naoki
TPL_SERIAL. Signed-off-by: Massimo Pegorer --- arch/arm/mach-rockchip/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Tested-by: FUKAUMI Naoki thank you very much for your work! diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index a279582f4f

[PATCH v2 1/2] arm: dts: rockchip: sync DT for RK3588 series with Linux

2023-09-05 Thread FUKAUMI Naoki
Sync the device tree for RK3588 series with Linux 6.6-rc1. Signed-off-by: FUKAUMI Naoki --- .../dts/rk3588-edgeble-neu6a-io-u-boot.dtsi | 1 - arch/arm/dts/rk3588-edgeble-neu6a.dtsi| 1 - .../dts/rk3588-edgeble-neu6b-io-u-boot.dtsi | 6 - arch/arm/dts/rk3588-edgeble-neu6b

[PATCH v2 2/2] arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMe

2023-09-05 Thread FUKAUMI Naoki
488386.3 MB = 476.9 GB (1000215216 x 512) Signed-off-by: FUKAUMI Naoki this patch depends: - "rockchip: rk3568: Fix use of PCIe bifurcation" [1] [1] https://patchwork.ozlabs.org/project/uboot/list/?series=366997 --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 33 ++

[PATCH RESEND 1/2] arm: dts: rockchip: rk3588, rk3588s: sync with Linux

2023-08-31 Thread FUKAUMI Naoki
Sync the devicetree with linux-next tag: next-20230831 Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588.dtsi | 215 +++ arch/arm/dts/rk3588s.dtsi | 367 + include/dt-bindings/ata/ahci.h | 20 ++ 3 files changed, 602 insertions

[PATCH RESEND 2/2] arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMe

2023-08-31 Thread FUKAUMI Naoki
488386.3 MB = 476.9 GB (1000215216 x 512) Signed-off-by: FUKAUMI Naoki this patch depends: - "rockchip: rk3568: Fix use of PCIe bifurcation" [1] [1] https://patchwork.ozlabs.org/project/uboot/list/?series=366997 --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 33 ++

[PATCH 2/2] arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMe

2023-08-31 Thread FUKAUMI Naoki
B = 476.9 GB (1000215216 x 512) Signed-off-by: FUKAUMI Naoki this patch depends: - "rockchip: rk3568: Fix use of PCIe bifurcation" [1] [1] https://patchwork.ozlabs.org/project/uboot/list/?series=366997 --- arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 33 ++

[PATCH 1/2] arm: dts: rockchip: rk3588, rk3588s: sync with Linux

2023-08-31 Thread FUKAUMI Naoki
Sync the devicetree with linux-next tag: next-20230831 Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3588.dtsi | 215 +++ arch/arm/dts/rk3588s.dtsi | 367 + include/dt-bindings/ata/ahci.h | 20 ++ 3 files changed, 602 insertions

[PATCH] sunxi: MAINTAINERS: drop myself

2023-08-03 Thread FUKAUMI Naoki
I no longer maintain them. Signed-off-by: FUKAUMI Naoki --- board/sunxi/MAINTAINERS | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 98bbd2dd25..d89a25db7c 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi

[PATCH] rockchip: MAINTAINERS: fix board name for Radxa ROCK 4C+

2023-08-03 Thread FUKAUMI Naoki
align with other ROCK series. Fixes: 2b506407c8 ("rockchip: Add MAINTAINERS entry for Radxa Rock 4C+") Signed-off-by: FUKAUMI Naoki --- board/rockchip/evb_rk3399/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/rockchip/evb_rk3399/MAINTAINER

Re: [PATCH v2 0/7] rockchip: rk3568: Fix use of PCIe bifurcation

2023-08-02 Thread FUKAUMI Naoki
p/phy-rockchip-naneng-combphy.c| 6 + .../phy/rockchip/phy-rockchip-snps-pcie3.c| 230 ++ 5 files changed, 241 insertions(+), 65 deletions(-) for the whole series, Tested-by: FUKAUMI Naoki on ROCK 5B with NVMe and linux-next 20230802 device tree.

Re: [PATCH v3] board: rockchip: Add Radxa E25 Carrier Board

2023-07-31 Thread FUKAUMI Naoki
&vcc3v3_minipcie>; + status = "okay"; +}; + +&usb2phy1_otg { + phy-supply = <&vcc3v3_ngff>; + status = "okay"; +}; diff --git a/board/rockchip/evb_rk3568/MAINTAINERS b/board/rockchip/evb_rk3568/MAINTAINERS index a8ed2508a162..82a92b89fa64 10064

Re: AW: EXTERNAL - [PATCH] menu: Ignore prompt variable if timeout is != 0

2023-07-25 Thread FUKAUMI Naoki
ch control a single function. prompt: 0 = do not ask user, 1 = ask user timeout: 0 = wait indefinitely, > 0 time to wait for input This should match the current implementation (but not documentation..) @FUKAUMI Naoki, @mer...@debian.org - is it ok for you if we keep this behavior and I wil

Re: [PATCH] menu: Ignore prompt variable if timeout is != 0

2023-07-18 Thread FUKAUMI Naoki
hi, thank you for your reply! On 7/18/23 23:08, Jonas Karlman wrote: On 2023-07-14 09:36, FUKAUMI Naoki wrote: From: Manuel Traut Since 739e8361f3fe78038251216df6096a32bc2d5839, a system with the following /boot/extlinux/extlinux.conf (which sets timeout to 50) immediately boots the first

[PATCH] menu: Ignore prompt variable if timeout is != 0

2023-07-14 Thread FUKAUMI Naoki
From: Manuel Traut Since 739e8361f3fe78038251216df6096a32bc2d5839, a system with the following /boot/extlinux/extlinux.conf (which sets timeout to 50) immediately boots the first entry in the config without displaying a boot menu. According to the description, that should only happen if both pro

Re: [PATCH v2 2/3] rockchip: rk356x: update the dwc3_device register offset

2023-05-29 Thread FUKAUMI Naoki
hi, could you tell me current status of this patch? -- FUKAUMI Naoki On 2/26/23 22:22, Manoj Sai wrote: update the dwc3_device register offset in board_usb_init() for rk3568 platforms. Signed-off-by: Manoj Sai Reviewed-by: Jagan Teki --- Changes for v2:- - None --- arch/arm/mach-rockchip

[PATCH 3/5] arm: dts: rockchip: add Radxa ROCK 4C+

2023-04-25 Thread FUKAUMI Naoki
official naming conventionĀ from Radxa mention to remove Pi from board name, so this 4C+ is named as Radxa ROCK 4C+ not Radxa ROCK Pi 4C+. Signed-off-by: Stephen Chen Signed-off-by: Manoj Sai Signed-off-by: Jagan Teki Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/Makefile

[PATCH 1/5] arm: dts: rockchip: rock-pi-4: sync with Linux 6.3

2023-04-25 Thread FUKAUMI Naoki
sync dts{,i} files for Radxa ROCK Pi 4 series with Linux 6.3. because rk3399-rock-pi-4a.dts is enough for ROCK Pi 4A/B/A+/B+ and ROCK 4SE, delete dts{,i} for ROCK Pi 4B. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/Makefile | 1 - arch/arm/dts/rk3399-rock-pi-4.dtsi

[PATCH 4/5] configs: rockchip: add Radxa ROCK 4C+

2023-04-25 Thread FUKAUMI Naoki
add defconfig for Radxa ROCK 4C+. Signed-off-by: FUKAUMI Naoki --- configs/rock-4c-plus-rk3399_defconfig | 97 +++ 1 file changed, 97 insertions(+) create mode 100644 configs/rock-4c-plus-rk3399_defconfig diff --git a/configs/rock-4c-plus-rk3399_defconfig b/configs

[PATCH 2/5] configs: rockchip: rock-pi-4: use dtb for ROCK Pi 4A instead of 4B

2023-04-25 Thread FUKAUMI Naoki
rk3399-rock-pi-4a.dtb is enough for Radxa ROCK Pi 4A/B/A+/B+ and ROCK 4SE. Signed-off-by: FUKAUMI Naoki --- configs/rock-pi-4-rk3399_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig index

[PATCH 5/5] doc: rockchip: update list of Radxa ROCK (Pi) 4 boards

2023-04-25 Thread FUKAUMI Naoki
add Radxa ROCK (Pi) 4 variants. Signed-off-by: FUKAUMI Naoki --- doc/board/rockchip/rockchip.rst | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst index 1dccb17d72..749e40de01 100644 --- a/doc/board/rockchip

Re: [PATCH 1/2] arm: dts: rk3399: rock-pi-4: sync with Linux 6.3-rc5

2023-04-25 Thread FUKAUMI Naoki
hi, On 4/13/23 11:18, Kever Yang wrote: On 2023/4/8 17:11, FUKAUMI Naoki wrote: sync *.dts{,i} files for Radxa ROCK Pi 4 series with Linux 6.3-rc5. Signed-off-by: FUKAUMI Naoki Reviewed-by: Kever Yang this is not merged yet, right? I want to modify this change. Best regards

[PATCH v2 4/4] configs: rockchip: radxa-cm3-io: drop CONFIG_USB_DWC3_GENERIC

2023-04-20 Thread FUKAUMI Naoki
it's not used by rk35xx Signed-off-by: FUKAUMI Naoki --- v2: - new patch configs/radxa-cm3-io-rk3566_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/radxa-cm3-io-rk3566_defconfig b/configs/radxa-cm3-io-rk3566_defconfig index 9b99181714..1df9cab79d 100644 --- a/co

[PATCH v2 3/4] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb

2023-04-20 Thread FUKAUMI Naoki
enable regulators for usb host function Signed-off-by: FUKAUMI Naoki Reviewed-by: Kever Yang --- v2: - collect R-b arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 4 arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 8 2 files changed, 12 insertions(+) diff --git a/arch/arm/dts

[PATCH v2 2/4] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator

2023-04-20 Thread FUKAUMI Naoki
enable commands for i2c/pmic/regulator and relevant configs. also drop configs for unused regulators. Signed-off-by: FUKAUMI Naoki Reviewed-by: Kever Yang --- v2: - collect R-b configs/radxa-cm3-io-rk3566_defconfig | 8 ++-- configs/rock-3a-rk3568_defconfig | 3 ++- 2 files changed

[PATCH v2 1/4] configs: rockchip: rock-3a: make usb host work

2023-04-20 Thread FUKAUMI Naoki
add support for USB host function on ROCK 3A Signed-off-by: FUKAUMI Naoki --- v2: - drop CONFIG_USB_DWC3_GENERIC configs/rock-3a-rk3568_defconfig | 11 +++ 1 file changed, 11 insertions(+) diff --git a/configs/rock-3a-rk3568_defconfig b/configs/rock-3a-rk3568_defconfig index

[PATCH 3/3] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb

2023-04-20 Thread FUKAUMI Naoki
enable regulators for usb host function Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 4 arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 8 2 files changed, 12 insertions(+) diff --git a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi b/arch/arm/dts

[PATCH 2/3] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator

2023-04-20 Thread FUKAUMI Naoki
enable commands for i2c/pmic/regulator and relevant configs. also drop configs for unused regulators. Signed-off-by: FUKAUMI Naoki --- configs/radxa-cm3-io-rk3566_defconfig | 8 ++-- configs/rock-3a-rk3568_defconfig | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git

[PATCH 1/3] configs: rockchip: rock-3a: make usb host work

2023-04-20 Thread FUKAUMI Naoki
add support for USB host function on ROCK 3A Signed-off-by: FUKAUMI Naoki --- configs/rock-3a-rk3568_defconfig | 12 1 file changed, 12 insertions(+) diff --git a/configs/rock-3a-rk3568_defconfig b/configs/rock-3a-rk3568_defconfig index e753832183..d24563a504 100644 --- a/configs

[PATCH] arm: dts: rockchip: rock-3a: drop u-boot,spl-boot-order

2023-04-20 Thread FUKAUMI Naoki
use common one defined in rk356x-u-boot.dtsi. Signed-off-by: FUKAUMI Naoki --- arch/arm/dts/rk3568-rock-3a-u-boot.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi index 9ef1e84770..f3ccfb1363 100644 --- a

Re: [PATCH 2/2] configs: rk3399: add Radxa ROCK Pi 4 variants

2023-04-18 Thread FUKAUMI Naoki
hi, On 4/13/23 11:22, Kever Yang wrote: On 2023/4/8 17:11, FUKAUMI Naoki wrote: compared to ROCK Pi 4B, - ROCK Pi 4A: without Wi-Fi/BT - ROCK Pi 4A+: with OP1, without Wi-Fi/BT - ROCK Pi 4B+: with OP1 It will be better to re-use one defconfig all the board in one series, the peripheral

Re: [PATCH] configs: rk3588: rename defconfig for rock-5b

2023-04-10 Thread FUKAUMI Naoki
Hi, On 4/10/23 12:12, Kever Yang wrote: Hi, On 2023/4/8 17:33, FUKAUMI Naoki wrote: it should be rock-5b-rk3588_defconfig. Why it should be rock-5b? Its seems rock pi has many boards and with different name, I thinks rock5b is a reasonable config name because there is no name rule for

  1   2   >