mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
f7c732bf9e
Radxa E25 is a network application carrier board for the Radxa CM3 Industrial (CM3I) SoM, which is based on the Rockchip RK3568 SoC. It has the following features: - MicroSD card socket, on board eMMC flash - 2x 2.5GbE Realtek RTL8125B Ethernet transceiver - 1x USB Type-C port (Power and Serial console) - 1x USB 3.0 OTG port - mini PCIe socket (USB or PCIe) - ngff PCIe socket (USB or SATA) - 1x User LED and 16x RGB LEDs - 26-pin expansion header Installation: Uncompress the OpenWrt sysupgrade and write it to a micro SD card or internal eMMC using dd. Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From c4d2b02d63ee38b381fbc886c02eecfec4f981cc Mon Sep 17 00:00:00 2001
|
||
From: Jagan Teki <jagan@amarulasolutions.com>
|
||
Date: Mon, 23 Jan 2023 12:46:51 +0530
|
||
Subject: [PATCH] arm64: dts: rockchip: Add missing CM3i fallback compatible
|
||
for Radxa E25
|
||
MIME-Version: 1.0
|
||
Content-Type: text/plain; charset=UTF-8
|
||
Content-Transfer-Encoding: 8bit
|
||
|
||
In order to function the Radxa E25 Carrier board, it is mandatory to
|
||
mount the Radxa CM3i module.
|
||
|
||
Add Radxa CM3i compatible as fallback compatible to string to satisfy
|
||
the Module and Carrier board topology.
|
||
|
||
Fixes: 2bf2f4d9f673 ("arm64: dts: rockchip: Add Radxa CM3I E25")
|
||
Cc: Chukun Pan <amadeus@jmu.edu.cn>
|
||
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
|
||
Link: https://lore.kernel.org/r/20230123071654.73139-2-jagan@amarulasolutions.com
|
||
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
||
---
|
||
arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | 2 +-
|
||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
||
--- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
|
||
+++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
|
||
@@ -5,7 +5,7 @@
|
||
|
||
/ {
|
||
model = "Radxa E25";
|
||
- compatible = "radxa,e25", "rockchip,rk3568";
|
||
+ compatible = "radxa,e25", "radxa,cm3i", "rockchip,rk3568";
|
||
|
||
aliases {
|
||
mmc1 = &sdmmc0;
|