mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26: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>
24 lines
777 B
Diff
24 lines
777 B
Diff
From e9834ca4366690dfb97f5aade999b2d611d509bc Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Bell <jonathan@raspberrypi.com>
|
|
Date: Tue, 5 Mar 2024 10:05:16 +0000
|
|
Subject: [PATCH 0926/1085] dt-bindings: add additional RP1 PLL output channels
|
|
|
|
PLL_AUDIO has a ternary divider (a copy of the secondary divider) and
|
|
PLL_VIDEO has a primary phased output.
|
|
|
|
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
|
|
---
|
|
include/dt-bindings/clock/rp1.h | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/include/dt-bindings/clock/rp1.h
|
|
+++ b/include/dt-bindings/clock/rp1.h
|
|
@@ -50,3 +50,7 @@
|
|
#define RP1_CLK_DPI 40
|
|
#define RP1_CLK_MIPI0_DPI 41
|
|
#define RP1_CLK_MIPI1_DPI 42
|
|
+
|
|
+/* Extra PLL output channels - RP1B0 only */
|
|
+#define RP1_PLL_VIDEO_PRI_PH 43
|
|
+#define RP1_PLL_AUDIO_TERN 44
|