mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +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
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
||||
@@ -9,11 +9,16 @@
|
||||
|
||||
/ {
|
||||
model = "Radxa ROCK 5A";
|
||||
- compatible = "radxa,rock-5a", "rockchip,rk3588s";
|
||||
+ compatible = "radxa,rock-5a", "rockchip,rk3588";
|
||||
|
||||
@@ -14,6 +14,11 @@
|
||||
aliases {
|
||||
mmc0 = &sdhci;
|
||||
mmc1 = &sdmmc;
|
||||
|
Loading…
Reference in New Issue
Block a user