From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 31 Jan 2024 03:29:01 +0000
Subject: [PATCH] add lvds1024*800
---
kernel/Documentation/devicetree/bindings/sound/cs42xx8.txt | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/sound/cs42xx8.txt b/kernel/Documentation/devicetree/bindings/sound/cs42xx8.txt
index 8619a15..bbfe393 100644
--- a/kernel/Documentation/devicetree/bindings/sound/cs42xx8.txt
+++ b/kernel/Documentation/devicetree/bindings/sound/cs42xx8.txt
@@ -14,6 +14,11 @@
- VA-supply, VD-supply, VLS-supply, VLC-supply: power supplies for the device,
as covered in Documentation/devicetree/bindings/regulator/regulator.txt
+Optional properties:
+
+ - reset-gpios : a GPIO spec to define which pin is connected to the chip's
+ !RESET pin
+
Example:
cs42888: codec@48 {
@@ -25,4 +30,5 @@
VD-supply = <®_audio>;
VLS-supply = <®_audio>;
VLC-supply = <®_audio>;
+ reset-gpios = <&pca9557_b 1 GPIO_ACTIVE_LOW>;
};
--
Gitblit v1.6.2