mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
28 lines
927 B
Diff
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";
|