diff options
| author | FUKAUMI Naoki | 2024-08-22 01:38:59 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-08-24 12:59:15 +0000 |
| commit | 0db32940a2010a2a6fbecbf6f9fe7dc8cb190e57 (patch) | |
| tree | 121cf9c9167092a5fb353b8c7c3ae0960ccea4c8 | |
| parent | 9482341a475245cc38244cf5fbe06ca30432315f (diff) | |
| download | openwrt-0db32940a2010a2a6fbecbf6f9fe7dc8cb190e57.tar.gz | |
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>
| -rw-r--r-- | target/linux/rockchip/patches-6.6/116-arm64-dts-rockchip-Update-LED-properties-for-Radxa-Ro.patch | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target/linux/rockchip/patches-6.6/116-arm64-dts-rockchip-Update-LED-properties-for-Radxa-Ro.patch b/target/linux/rockchip/patches-6.6/116-arm64-dts-rockchip-Update-LED-properties-for-Radxa-Ro.patch index 7a5ebb8775..c09915b0e8 100644 --- a/target/linux/rockchip/patches-6.6/116-arm64-dts-rockchip-Update-LED-properties-for-Radxa-Ro.patch +++ b/target/linux/rockchip/patches-6.6/116-arm64-dts-rockchip-Update-LED-properties-for-Radxa-Ro.patch @@ -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; |