
Hi Peter,
On 2024-10-08 23:22, Peter Robinson wrote:
On Tue, 8 Oct 2024 at 21:07, Jonas Karlman jonas@kwiboo.se wrote:
The Hardkernel ODROID-M1S is a single-board computer based on Rockchip RK3566 SoC. It features e.g. 4/8 GB LPDDR4 RAM, 64 GB eMMC, SD-card, GbE LAN, HDMI 2.0, M.2 NVMe and USB 2.0/3.0.
Add initial support for eMMC, SD-card, Ethernet, HDMI, PCIe and USB.
Signed-off-by: Jonas Karlman jonas@kwiboo.se Link: https://lore.kernel.org/r/20240827211825.1419820-5-jonas@kwiboo.se Signed-off-by: Heiko Stuebner heiko@sntech.de
[ upstream commit: 10dc64fe0f980c47c7e747885ddf7a8c12780337 ]
(cherry picked from commit f811548e758b52896f725753086c42b49dc42c0d)
Will this not just come through with the dts sync process?
The Linux DTs is synced to U-Boot before/during merge window closes, so for U-Boot v2025.01 dts/upstream will only sync Linux v6.11 DTs.
This board was merged into Linux v6.12-rc1, so we need to be pick DT from devicetree-rebasing v6.12-rc1-dts or wait for next dts/upstream sync in time for v2025.04.
This patch picks the DT so that we can add the board for v2025.01.
Regards, Jonas
Signed-off-by: Jonas Karlman jonas@kwiboo.se
v2: No change
.../src/arm64/rockchip/rk3566-odroid-m1s.dts | 663 ++++++++++++++++++ 1 file changed, 663 insertions(+) create mode 100644 dts/upstream/src/arm64/rockchip/rk3566-odroid-m1s.dts
[snip]