Last edited 2 years ago

Display panels hardware components


1. Article purpose[edit source]

The purpose of this article is to:

  • List the display panel hardware components that might be integrated in the different boards.
  • Link these components to the corresponding software framework(s).
  • Point to the appropriate component datasheets.
  • Explain, when necessary, how to configure these components.

2. Software frameworks[edit source]

Domain Peripheral Software components Comment
OP-TEE Linux STM32Cube
Visual Raydium RM68200 DRM/KMS framework MIPI® DSI panel driver
Visual Orise Tech OTM8009a DRM/KMS framework MIPI® DSI panel driver
Visual Raspberry Pi 7" Touch DRM/KMS framework MIPI® DSI panel driver
Visual Rocktech rk043fn48h DRM/KMS framework Parallel RGB (DPI) panel driver

3. Raydium RM68200[edit source]

The Raydium RM68200 is a single-chip solution for a-Si TFT LCD that incorporates gate drivers and is capable of driving different panel resolutions. It supports MIPI® DSI Interface.

For details and the datasheet please contact the RM68200 driver provider.

3.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/panel/raydium,rm68200.yaml

Sources: drivers/gpu/drm/panel/panel-raydium-rm68200.c

Configuration: DRM_PANEL_RAYDIUM_RM68200

Devicetree example: arch/arm/boot/dts/stm32mp157d-ev1.dts

3.2. U-Boot driver[edit source]

Bindings: drivers/video/raydium-rm68200.c

4. Orise Tech OTM8009a[edit source]

The Orise Tech OTM8009a is a MIPI® DSI panel driver.

For details and the datasheet please contact the OTM8009a driver provider.

4.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/panel/orisetech,otm8009a.yaml

Sources: drivers/gpu/drm/panel/panel-orisetech-otm8009a.c

Configuration: DRM_PANEL_RAYDIUM_RM68200

Devicetree example: arch/arm/boot/dts/stm32mp157f-dk2.dts

4.2. U-Boot driver[edit source]

Bindings: drivers/video/orisetech_otm8009a.c

5. Raspberry Pi 7" Touch[edit source]

The Raspberry Pi 7" Touch Display is an integrated module including:

  • a DSI to DPI bridge Toshiba TC358762;
  • a DPI panel 800x480 7 inches with touchscreen;
  • a power controller;
  • a touchscreen controller.

For details and datasheet please contact the display provider [1].

The display can be plugged in the DSI connector CN4 of the board STM32MP157F-DK2 through the ribbon cable provided with the display.

Pay attention that the connector CN4 is wider than the ribbon cable; the proper connection requires the pin 1 of the ribbon cable to be plugged at the pin 1 of CN4. This requires the ribbon cable to touch only the edge of the connector CN4 that is closer to the ethernet plug, thus having empty space between the ribbon cable and the other edge of the connector CN4.

Two additional wires for 5V supply and GND are required between STM32MP157F-DK2 board and the display. Don't use a USB cable to power the display from the board because the board's USB plugs would be enabled too late for the display to operate. Use instead two of the spare wires provided with the display and connect:

  • STM32MP157F-DK2 connector CN2 pin 2 to display connector GPIO pin 5V;
  • STM32MP157F-DK2 connector CN2 pin 6 to display connector GPIO pin GND.

5.1. Linux driver[edit source]

Bindings:

Sources:

Configuration:

  • DRM_TOSHIBA_TC358762
  • DRM_PANEL_SIMPLE
  • REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY

Devicetree example:

5.2. U-Boot driver[edit source]

Not available.

6. Rocktech rk043fn48h[edit source]

The Rocktech rk043fn48h is a parallel RGB panel driver.

For details and the datasheet please contact the rk043fn48h driver provider.

6.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/panel/panel-dpi.yaml

Sources: drivers/gpu/drm/panel/panel-simple.c

Configuration: DRM_PANEL_SIMPLE

Devicetree example: arch/arm/boot/dts/stm32mp135f-dk.dts

Devicetree pin control bindings example: arch/arm/boot/dts/stm32mp13-pinctrl.dtsi

6.2. U-Boot driver[edit source]

Bindings: drivers/video/simple_panel.c

7. References[edit source]