The enable-active-high regulator property only makes sense when an enable GPIO is specified. Remove it.
Signed-off-by: Laurent Pinchart <[email protected]> --- arch/arm/boot/dts/am437x-gp-evm.dts | 1 - 1 file changed, 1 deletion(-) Cc: [email protected] Cc: Benoit Cousson <[email protected]> Cc: Tony Lindgren <[email protected]> diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 84aa30c3235a..a3cd413aebf0 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -29,7 +29,6 @@ regulator-name = "vmmcsd_fixed"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - enable-active-high; }; vtt_fixed: fixedregulator-vtt { -- 2.4.9 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
