[RFC PATCH 07/10] dt-bindings: bridge: samsung-dsim: add 'samsung,boot-on' property
From: Dario Binacchi
Date: Mon Oct 28 2024 - 06:27:45 EST
The property states that the bridge controller has been initialized and
left on by the bootloader. This information becomes relevant in the case
of supporting the simple framebuffer.
Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>
---
.../bindings/display/bridge/samsung,mipi-dsim.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml b/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
index 4ed7a799ba26..34cd93bc41f9 100644
--- a/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
@@ -132,6 +132,11 @@ properties:
dependencies:
lane-polarities: [data-lanes]
+ samsung,boot-on:
+ description:
+ The bridge has been initialized and left on by the bootloader/firmware.
+ type: boolean
+
required:
- clock-names
- clocks
--
2.43.0