mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 08:17:06 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
24 lines
767 B
Diff
24 lines
767 B
Diff
From c64f48b9fe0777da6d2bd8ae7788ac2f17748f2b Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Bell <jonathan@raspberrypi.com>
|
|
Date: Tue, 5 Mar 2024 10:05:16 +0000
|
|
Subject: [PATCH] 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
|