Home
last modified time | relevance | path

Searched hist:df1e6212 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/dts/
H A Drk3399-puma.dtsidf1e6212 Mon Nov 06 16:02:51 CST 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: dts: rk3399-puma: fix the modelling of BIOS_DISABLE

The fixed regulator for overriding BIOS_DISABLE had been modelling
backwards (i.e. the GPIO polarity and the enable-active-low/high
property had both been inverted), causing the 'regulator' command
to always print/expect 'disabled'/'enabled' backwards.

This fixes the mix-up and models it correctly:
* the GPIO is low-active
* the regulator should be enabled (enable-active-high) during
boot-on initialisation

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>