rockchip: add Radxa E25 board support
[openwrt/staging/stintel.git] / target / linux / rockchip / patches-6.1 / 026-v6.3-arm64-dts-rockchip-Add-missing-CM3i.patch
1 From c4d2b02d63ee38b381fbc886c02eecfec4f981cc Mon Sep 17 00:00:00 2001
2 From: Jagan Teki <jagan@amarulasolutions.com>
3 Date: Mon, 23 Jan 2023 12:46:51 +0530
4 Subject: [PATCH] arm64: dts: rockchip: Add missing CM3i fallback compatible
5 for Radxa E25
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 In order to function the Radxa E25 Carrier board, it is mandatory to
11 mount the Radxa CM3i module. 
12
13 Add Radxa CM3i compatible as fallback compatible to string to satisfy
14 the Module and Carrier board topology.
15
16 Fixes: 2bf2f4d9f673 ("arm64: dts: rockchip: Add Radxa CM3I E25")
17 Cc: Chukun Pan <amadeus@jmu.edu.cn>
18 Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
19 Link: https://lore.kernel.org/r/20230123071654.73139-2-jagan@amarulasolutions.com
20 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
21 ---
22 arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 --- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
26 +++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
27 @@ -5,7 +5,7 @@
28
29 / {
30 model = "Radxa E25";
31 - compatible = "radxa,e25", "rockchip,rk3568";
32 + compatible = "radxa,e25", "radxa,cm3i", "rockchip,rk3568";
33
34 aliases {
35 mmc1 = &sdmmc0;