[openwrt/openwrt] rockchip: fix compatible string for Radxa ROCK 5A

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 24 05:59:43 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0db32940a2010a2a6fbecbf6f9fe7dc8cb190e57

commit 0db32940a2010a2a6fbecbf6f9fe7dc8cb190e57
Author: FUKAUMI Naoki <naoki at radxa.com>
AuthorDate: Thu Aug 22 10:38:59 2024 +0900

    rockchip: fix compatible string for Radxa ROCK 5A
    
    revert unwanted change for compatible string.
    
    Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
    Link: https://github.com/openwrt/openwrt/pull/16221
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 ...16-arm64-dts-rockchip-Update-LED-properties-for-Radxa-Ro.patch | 8 +-------
 1 file changed, 1 insertion(+), 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 at 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;




More information about the lede-commits mailing list