-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #440 from r3claimer/dev
Bump RK3399 & RK3588 to 6.10.3
- Loading branch information
Showing
12 changed files
with
21 additions
and
10,101 deletions.
There are no files selected for viewing
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
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
projects/Rockchip/patches/linux/RK3399/006-mali-midgard.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff -rupN linux.orig/arch/arm64/boot/dts/rockchip/rk3399.dtsi linux/arch/arm64/boot/dts/rockchip/rk3399.dtsi | ||
--- linux.orig/arch/arm64/boot/dts/rockchip/rk3399.dtsi 2024-04-12 20:11:08.857321667 +0000 | ||
+++ linux/arch/arm64/boot/dts/rockchip/rk3399.dtsi 2024-04-29 22:14:18.655706833 +0000 | ||
@@ -2110,13 +2110,15 @@ | ||
}; | ||
|
||
gpu: gpu@ff9a0000 { | ||
- compatible = "rockchip,rk3399-mali", "arm,mali-t860"; | ||
+ compatible = "rockchip,rk3399-mali", "arm,mali-t860", "arm,mali-midgard"; | ||
reg = <0x0 0xff9a0000 0x0 0x10000>; | ||
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH 0>, | ||
<GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH 0>, | ||
<GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH 0>; | ||
interrupt-names = "job", "mmu", "gpu"; | ||
clocks = <&cru ACLK_GPU>; | ||
+ clock-names = "bus"; | ||
+ resets = <&cru SRST_A_GPU>; | ||
#cooling-cells = <2>; | ||
dynamic-power-coefficient = <2640>; | ||
power-domains = <&power RK3399_PD_GPU>; |
28 changes: 0 additions & 28 deletions
28
projects/Rockchip/patches/linux/RK3399/100-rk3399-dmc-remove-callback.patch
This file was deleted.
Oops, something went wrong.
131 changes: 0 additions & 131 deletions
131
projects/Rockchip/patches/linux/RK3399/linux-0002-rockchip-from-list.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.