Re: [PATCH] board: rockchip: Add Hardkernel ODROID-M1S

2024-01-31 Thread Tim Lunn
Hi, On 1/25/24 22:50, Jonas Karlman wrote: + pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; +}; Because this device tree is not yet in linux, hopefully correct props can be applied to device tree and u-boot do not need any overrides. I suppose this pinctrl override was co

Re: [PATCH] board: rockchip: Add Hardkernel ODROID-M1S

2024-01-25 Thread Dongjin Kim
Hello Jans, Thank you for reviewing. On Thu, Jan 25, 2024 at 8:51 PM Jonas Karlman wrote: > > Hi Dongjin, > > On 2024-01-25 08:02, Dongjin Kim wrote: > > Hardkernel ODROID-M1S is a single board computer with a RK3566 SoC, > > a slightly modified version of the RK3566 SoC. > > > > Features tested

Re: [PATCH] board: rockchip: Add Hardkernel ODROID-M1S

2024-01-25 Thread Jonas Karlman
Hi Dongjin, On 2024-01-25 08:02, Dongjin Kim wrote: > Hardkernel ODROID-M1S is a single board computer with a RK3566 SoC, > a slightly modified version of the RK3566 SoC. > > Features tested on a ODROID-M1S 8GB v1.0 2023-08-10: > - SD-card boot > - eMMC boot > - PCIe/NVMe This board

[PATCH] board: rockchip: Add Hardkernel ODROID-M1S

2024-01-24 Thread Dongjin Kim
Hardkernel ODROID-M1S is a single board computer with a RK3566 SoC, a slightly modified version of the RK3566 SoC. Features tested on a ODROID-M1S 8GB v1.0 2023-08-10: - SD-card boot - eMMC boot - PCIe/NVMe Signed-off-by: Dongjin Kim --- arch/arm/dts/rk3566-odroid-m1s-u-boot.dtsi |