Skip to content

Commit ee3a54d

Browse files
committed
ARM: dts: at91-sama5d2_xplained: 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 8324b8b commit ee3a54d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#include "sama5d2-pinfunc.h"
4949
#include <dt-bindings/mfd/atmel-flexcom.h>
5050
#include <dt-bindings/gpio/gpio.h>
51+
#include <dt-bindings/pinctrl/at91.h>
5152

5253
/ {
5354
model = "Atmel SAMA5D2 Xplained";
@@ -510,6 +511,7 @@
510511
<PIN_PD1__LCDDEN>,
511512
<PIN_PD0__LCDPCK>;
512513
bias-disable;
514+
drive-strength = <ATMEL_PIO_DRVSTR_ME>;
513515
};
514516

515517
pinctrl_lcd_pwm: pinctrl_lcd_pwm {

0 commit comments

Comments
 (0)