diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2023-01-23 10:16:51 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-01-29 15:12:28 +0300 |
commit | c4d2b02d63ee38b381fbc886c02eecfec4f981cc (patch) | |
tree | d65f063cb4dfade28e3561c5dfa05b610b4bbab9 /arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | |
parent | 8f19828844f20b22182719cf53be64f8c955aee8 (diff) | |
download | linux-c4d2b02d63ee38b381fbc886c02eecfec4f981cc.tar.xz |
arm64: dts: rockchip: Add missing CM3i fallback compatible for Radxa E25
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts index 0372dd97c392..9fc9459505bd 100644 --- 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; |