mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
dtoverlay: Add rgb-order override for vc4-kms-dpi-generic
Sets the new DT property for rgb-order. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
898e03c833
commit
fc573f83d4
@@ -5002,6 +5002,10 @@ Params: clock-frequency Display clock frequency (Hz)
|
||||
Set the default brightness. Normal range 1-16.
|
||||
(default 16).
|
||||
rotate Display rotation {0,90,180,270} (default 0)
|
||||
rgb-order Allow override of RGB order from DPI.
|
||||
Options for vc4 are "rgb", "bgr", "grb", and
|
||||
"brg". Other values will be ignored.
|
||||
|
||||
|
||||
|
||||
Name: vc4-kms-dpi-hyperpixel2r
|
||||
|
||||
@@ -77,5 +77,6 @@
|
||||
rgb888 = <&panel_generic>, "bus-format:0=0x100a",
|
||||
<&dpi_node_generic>, "pinctrl-0:0=",<&dpi_gpio0>;
|
||||
bus-format = <&panel_generic>, "bus-format:0";
|
||||
rgb-order = <&dpi_node_generic>, "rgb_order";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user