diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-10-07 09:30:46 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-31 22:10:15 +0100 |
commit | adef953bbc868b75ebe57eef10b396202c47639b (patch) | |
tree | fd2fa0cf542afe9040169e53344f7795487f7e57 /arch/arm/boot/dts/ste-hrefprev60.dtsi | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | blackbird-obmc-linux-adef953bbc868b75ebe57eef10b396202c47639b.tar.gz blackbird-obmc-linux-adef953bbc868b75ebe57eef10b396202c47639b.zip |
ARM: dts: push MMC/SD to board and add comments
This moves the enable-active-high setting from the SoC to the
board for the VMMCQ regulators. It should at least be in the
vicinity of the GPIO line it is defined for.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-hrefprev60.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-hrefprev60.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-hrefprev60.dtsi b/arch/arm/boot/dts/ste-hrefprev60.dtsi index ece222d51717..5882a2606ac3 100644 --- a/arch/arm/boot/dts/ste-hrefprev60.dtsi +++ b/arch/arm/boot/dts/ste-hrefprev60.dtsi @@ -74,6 +74,7 @@ vmmci: regulator-gpio { gpios = <&tc3589x_gpio 18 GPIO_ACTIVE_HIGH>; enable-gpio = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>; + enable-active-high; }; pinctrl { |