aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-08-28 11:48:40 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-08-28 12:14:41 +0200
commit29feb2c960ab32fc24249443d4434194ce96f083 (patch)
tree8d7106faea6d5695831b77e1a180164b40499249 /arch/arm/boot/dts/at91-nattis-2-natte-2.dts
parentARM: dts: at91/trivial: remove old NAND bindings leftover in sama5d2 (diff)
downloadlinux-dev-29feb2c960ab32fc24249443d4434194ce96f083.tar.xz
linux-dev-29feb2c960ab32fc24249443d4434194ce96f083.zip
ARM: dts: at91: nattis: set the PRLUD and HIPOW signals low
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 <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-nattis-2-natte-2.dts')
-rw-r--r--arch/arm/boot/dts/at91-nattis-2-natte-2.dts6
1 files changed, 4 insertions, 2 deletions
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 af9f38456d04..bfa5815a0721 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_PIOA 21
AT91_PERIPH_GPIO
- AT91_PINCTRL_OUTPUT_VAL(0)>;
+ (AT91_PINCTRL_OUTPUT |
+ AT91_PINCTRL_OUTPUT_VAL(0))>;
};
pinctrl_lcd_hipow0: lcd_hipow0 {
atmel,pins =
<AT91_PIOA 23
AT91_PERIPH_GPIO
- AT91_PINCTRL_OUTPUT_VAL(0)>;
+ (AT91_PINCTRL_OUTPUT |
+ AT91_PINCTRL_OUTPUT_VAL(0))>;
};
};
};