This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/scriptmodules/emulators/retroarch.sh b/scriptmodules/emulators/retroarch.sh | |
index 7359a0d8..fe17bde3 100644 | |
--- a/scriptmodules/emulators/retroarch.sh | |
+++ b/scriptmodules/emulators/retroarch.sh | |
@@ -53,6 +53,7 @@ function build_retroarch() { | |
isPlatform "gles32" && params+=(--enable-opengles3_2) | |
fi | |
isPlatform "rpi" && isPlatform "mesa" && params+=(--disable-videocore) | |
+ isPlatform "rk3588" && params+=(--disable-videocore) | |
# Temporarily block dispmanx support for fkms until upstream support is fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | |
index e5576b08c0eb..cf13c5b8700a 100644 | |
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | |
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | |
@@ -93,28 +93,36 @@ dp0_sound: dp0-sound { | |
rockchip,cpu = <&spdif_tx2>; | |
rockchip,codec = <&dp0 1>; | |
rockchip,jack-det; | |
}; | |