diff options
author | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2023-11-15 13:13:37 +0100 |
---|---|---|
committer | Robert Foss <rfoss@kernel.org> | 2023-12-04 13:59:59 +0100 |
commit | f168c7f7d1a0cb12a4888af9f3f907139372f137 (patch) | |
tree | a6029e06edfb3ef48d9fc0403731e042c8725073 | |
parent | drm/bridge: lt8912b: Add suspend/resume support (diff) | |
download | linux-f168c7f7d1a0cb12a4888af9f3f907139372f137.tar.xz linux-f168c7f7d1a0cb12a4888af9f3f907139372f137.zip |
dt-bindings: display: bridge: lt8912b: Add power supplies
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>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231115121338.22959-3-francesco@dolcini.it
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
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 |