Files
openwrt-armor-g5/target/linux/bcm27xx/patches-6.6/950-1068-ARM-dts-bcm283x-Switch-DSI0-to-taking-clock-from-PLL.patch
domenico 27c9d80f51
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Initial commit
2025-06-24 12:51:15 +02:00

28 lines
927 B
Diff

From 9048b002e837186de1cdfaf692be970bfe32661b Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Fri, 26 Apr 2024 17:06:57 +0100
Subject: [PATCH 1068/1085] ARM: dts: bcm283x: Switch DSI0 to taking clock from
PLLD
PLLD is considered more stable than PLLA as it doesn't get varied.
The clock muxing has been updated to driver DSI0 from PLLD, so
update DT to match.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
arch/arm/boot/dts/broadcom/bcm283x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm/boot/dts/broadcom/bcm283x.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm283x.dtsi
@@ -363,7 +363,7 @@
#size-cells = <0>;
#clock-cells = <1>;
- clocks = <&clocks BCM2835_PLLA_DSI0>,
+ clocks = <&clocks BCM2835_PLLD_DSI0>,
<&clocks BCM2835_CLOCK_DSI0E>,
<&clocks BCM2835_CLOCK_DSI0P>;
clock-names = "phy", "escape", "pixel";