From: Peter Rosin Date: Tue, 28 Aug 2018 09:48:40 +0000 (+0200) Subject: ARM: dts: at91: nattis: set the PRLUD and HIPOW signals low X-Git-Tag: v4.19.99~617 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae2069898adec1eefb0e3601247d4c3a3264495f;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: at91: nattis: set the PRLUD and HIPOW signals low [ Upstream commit 29feb2c960ab32fc24249443d4434194ce96f083 ] AT91_PINCTRL_OUTPUT_VAL(0) without AT91_PINCTRL_OUTPUT is a no-op, so make sure the pins really output a zero. Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power") Signed-off-by: Peter Rosin Signed-off-by: Alexandre Belloni Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts index af9f384..bfa5815 100644 --- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts +++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts @@ -38,14 +38,16 @@ atmel,pins = ; + (AT91_PINCTRL_OUTPUT | + AT91_PINCTRL_OUTPUT_VAL(0))>; }; pinctrl_lcd_hipow0: lcd_hipow0 { atmel,pins = ; + (AT91_PINCTRL_OUTPUT | + AT91_PINCTRL_OUTPUT_VAL(0))>; }; }; };