difos/target/linux/bcm27xx/patches-6.12/950-0720-docs-pcm3168a-Add-DT-bindings-to-force-clock-consume.patch
Álvaro Fernández Rojas 8f9e91ad03 bcm27xx: add 6.12 patches from RPi repo
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>
2025-05-21 11:32:18 +02:00

29 lines
1.1 KiB
Diff

From e39a90bfe073c0b1a931f423779bebac02b71b7f Mon Sep 17 00:00:00 2001
From: Stephen Gordon <gordoste@iinet.net.au>
Date: Mon, 23 Dec 2024 10:06:10 +1100
Subject: [PATCH] docs: pcm3168a: Add DT bindings to force clock consumer mode
Document the new force-adc-cons/force-dac-cons DT bindings.
Signed-off-by: Stephen Gordon <gordoste@iinet.net.au>
---
Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
--- a/Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml
@@ -58,6 +58,14 @@ properties:
VCCDA2-supply:
description: DAC power supply regulator 2 (+5V)
+ adc-force-cons:
+ description: Force ADC to operate in consumer mode. Useful if ADC and DAC
+ clock pins are tied together with DAC as producer.
+
+ dac-force-cons:
+ description: Force DAC to operate in consumer mode. Useful if ADC and DAC
+ clock pins are tied together with ADC as producer.
+
ports:
$ref: audio-graph-port.yaml#/definitions/port-base
unevaluatedProperties: false