diff mbox series

[v1,2/3] dt-bindings: display: bridge: lt8912b: Add power supplies

Message ID 20231115121338.22959-3-francesco@dolcini.it
State Not Applicable
Headers show
Series drm/bridge: lt8912b: Add power supplies | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Francesco Dolcini Nov. 15, 2023, 12:13 p.m. UTC
From: Stefan Eichenberger <stefan.eichenberger@toradex.com>

Add Lontium lt8912b power supplies.

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 .../display/bridge/lontium,lt8912b.yaml       | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)

Comments

Conor Dooley Nov. 15, 2023, 2:40 p.m. UTC | #1
On Wed, Nov 15, 2023 at 01:13:37PM +0100, Francesco Dolcini wrote:
> From: Stefan Eichenberger <stefan.eichenberger@toradex.com>
> 
> Add Lontium lt8912b power supplies.
> 
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor,

> ---
>  .../display/bridge/lontium,lt8912b.yaml       | 21 +++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
> index f201ae4af4fb..2cef25215798 100644
> --- a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
> @@ -55,6 +55,27 @@ properties:
>        - port@0
>        - port@1
>  
> +  vcchdmipll-supply:
> +    description: A 1.8V supply that powers the HDMI PLL.
> +
> +  vcchdmitx-supply:
> +    description: A 1.8V supply that powers the HDMI TX part.
> +
> +  vcclvdspll-supply:
> +    description: A 1.8V supply that powers the LVDS PLL.
> +
> +  vcclvdstx-supply:
> +    description: A 1.8V supply that powers the LVDS TX part.
> +
> +  vccmipirx-supply:
> +    description: A 1.8V supply that powers the MIPI RX part.
> +
> +  vccsysclk-supply:
> +    description: A 1.8V supply that powers the SYSCLK.
> +
> +  vdd-supply:
> +    description: A 1.8V supply that powers the digital part.
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
index f201ae4af4fb..2cef25215798 100644
--- a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
@@ -55,6 +55,27 @@  properties:
       - port@0
       - port@1
 
+  vcchdmipll-supply:
+    description: A 1.8V supply that powers the HDMI PLL.
+
+  vcchdmitx-supply:
+    description: A 1.8V supply that powers the HDMI TX part.
+
+  vcclvdspll-supply:
+    description: A 1.8V supply that powers the LVDS PLL.
+
+  vcclvdstx-supply:
+    description: A 1.8V supply that powers the LVDS TX part.
+
+  vccmipirx-supply:
+    description: A 1.8V supply that powers the MIPI RX part.
+
+  vccsysclk-supply:
+    description: A 1.8V supply that powers the SYSCLK.
+
+  vdd-supply:
+    description: A 1.8V supply that powers the digital part.
+
 required:
   - compatible
   - reg