mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From 483ceaa9876d414186d9ce7978223cd2720d6f7b 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
|
|
|