Skip to content

Commit 8324b8b

Browse files
committed
ARM: dts: at91-sama5d27_som1_ek: add drive strength for LCD base signals
Set drive strength to medium for LCD base signals to avoid the "tearing effect". Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent e1587c3 commit 8324b8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_som1_ek_common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include "at91-sama5d27_som1.dtsi"
4848
#include <dt-bindings/mfd/atmel-flexcom.h>
4949
#include <dt-bindings/gpio/gpio.h>
50+
#include <dt-bindings/pinctrl/at91.h>
5051

5152
/ {
5253
model = "Atmel SAMA5D27 SOM1 EK";
@@ -323,6 +324,7 @@
323324
<PIN_PC8__LCDDEN>,
324325
<PIN_PC7__LCDPCK>;
325326
bias-disable;
327+
drive-strength = <ATMEL_PIO_DRVSTR_ME>;
326328
};
327329

328330
pinctrl_lcd_rgb: pinctrl_lcd_rgb {

0 commit comments

Comments
 (0)