From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 04 Jan 2024 10:08:02 +0000
Subject: [PATCH] disable FB

---
 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 = <&reg_audio>;
 	VLS-supply = <&reg_audio>;
 	VLC-supply = <&reg_audio>;
+	reset-gpios = <&pca9557_b 1 GPIO_ACTIVE_LOW>;
 };

--
Gitblit v1.6.2