diff --git a/arch/arm/boot/dts/overlays/README b/arch/arm/boot/dts/overlays/README index baa0f7452c94d..86212c26a0864 100644 --- a/arch/arm/boot/dts/overlays/README +++ b/arch/arm/boot/dts/overlays/README @@ -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 diff --git a/arch/arm/boot/dts/overlays/mipi-dbi-spi-overlay.dts b/arch/arm/boot/dts/overlays/mipi-dbi-spi-overlay.dts index 63fb3a5f23885..95d0e1370de4c 100644 --- a/arch/arm/boot/dts/overlays/mipi-dbi-spi-overlay.dts +++ b/arch/arm/boot/dts/overlays/mipi-dbi-spi-overlay.dts @@ -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";