mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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";
|