[PATCH V2 1/2] dt-bindings: Add byteswap order to chrontel ch7033
Chris Morgan
macroalpha82 at gmail.com
Fri Sep 2 15:39:05 UTC 2022
From: Chris Morgan <macromorgan at hotmail.com>
Update dt-binding documentation to add support for setting byteswap of
chrontel ch7033.
New property name of chrontel,byteswap added to set the byteswap order.
This property is optional.
Signed-off-by: Chris Morgan <macromorgan at hotmail.com>
Reviewed-by: Robert Foss <robert.foss at linaro.org>
---
.../bindings/display/bridge/chrontel,ch7033.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/bridge/chrontel,ch7033.yaml b/Documentation/devicetree/bindings/display/bridge/chrontel,ch7033.yaml
index bb6289c7d375..984b90893583 100644
--- a/Documentation/devicetree/bindings/display/bridge/chrontel,ch7033.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/chrontel,ch7033.yaml
@@ -14,6 +14,19 @@ properties:
compatible:
const: chrontel,ch7033
+ chrontel,byteswap:
+ $ref: /schemas/types.yaml#/definitions/uint8
+ enum:
+ - 0 # BYTE_SWAP_RGB
+ - 1 # BYTE_SWAP_RBG
+ - 2 # BYTE_SWAP_GRB
+ - 3 # BYTE_SWAP_GBR
+ - 4 # BYTE_SWAP_BRG
+ - 5 # BYTE_SWAP_BGR
+ description: |
+ Set the byteswap value of the bridge. This is optional and if not
+ set value of BYTE_SWAP_BGR is used.
+
reg:
maxItems: 1
description: I2C address of the device
--
2.25.1
More information about the dri-devel
mailing list