mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Patches for RK356X, RK3576 and RK3588 are placed in a 'rockchip' folder under the Linux package dir. Boards use a common aarch64 arch defconfig. Patches for RK3288, RK3328 and RK3399 are moved to a 'rockchip-old' folder under the Linux package dir. Boards continue to use device level 6.16.y defconfigs to ensure all drivers are present, except for RK3288 which has been moved to the project level folder to be the common arm arch defconfig. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From d3f81ed48b5f275372fc0a7f083dd1af0b5bef0a Mon Sep 17 00:00:00 2001
|
|
From: Alex Bee <knaerzche@gmail.com>
|
|
Date: Wed, 5 May 2021 19:11:12 +0200
|
|
Subject: [PATCH 44/59] WIP/1002: arm64: boot: dts: Increase ACLK_PERILP0 clock
|
|
rate for RK3399
|
|
|
|
As per vendor kernel. Leaving this clock at the lower rate will
|
|
result in poor DMA controller performance
|
|
|
|
Signed-off-by: Alex Bee <knaerzche@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi
|
|
index d27e3fa9ff80..f06147581fab 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi
|
|
@@ -1592,7 +1592,7 @@ cru: clock-controller@ff760000 {
|
|
<1000000000>,
|
|
<150000000>, <75000000>,
|
|
<37500000>,
|
|
- <100000000>, <100000000>,
|
|
+ <300000000>, <100000000>,
|
|
<50000000>, <600000000>,
|
|
<100000000>, <50000000>,
|
|
<400000000>, <400000000>,
|
|
--
|
|
2.34.1
|
|
|