mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
rockchip: fix compatible string for Radxa ROCK 5A
revert unwanted change for compatible string. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Link: https://github.com/openwrt/openwrt/pull/16221 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
9482341a47
commit
0db32940a2
@ -11,13 +11,7 @@ Signed-off-by: Tianling Shen <cnsztl@gmail.com>
|
|||||||
|
|
||||||
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
||||||
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
||||||
@@ -9,11 +9,16 @@
|
@@ -14,6 +14,11 @@
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Radxa ROCK 5A";
|
|
||||||
- compatible = "radxa,rock-5a", "rockchip,rk3588s";
|
|
||||||
+ compatible = "radxa,rock-5a", "rockchip,rk3588";
|
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
mmc0 = &sdhci;
|
mmc0 = &sdhci;
|
||||||
mmc1 = &sdmmc;
|
mmc1 = &sdmmc;
|
||||||
|
Loading…
Reference in New Issue
Block a user