Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,7 @@ Params:

width Panel width in pixels (required)
height Panel height in pixels (required)
rgb666 Drive the display as RGB666 instead of RGB565.
width-mm Panel width in mm
height-mm Panel height in mm
x-offset Panel x-offset in controller RAM
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/mipi-dbi-spi-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@

width = <&timing>, "hactive:0";
height = <&timing>, "vactive:0";
rgb666 = <&panel>, "format=b6x2g6x2r6x2";
x-offset = <&timing>, "hback-porch:0";
y-offset = <&timing>, "vback-porch:0";
clock-frequency = <&timing>, "clock-frequency:0";
Expand Down