From: Fabio Estevam Date: Wed, 5 Feb 2014 13:10:09 +0000 (-0200) Subject: ARM: dts: mx53: Remove 'enable-active-low' property X-Git-Tag: v3.15-rc1~77^2~26^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf52c0e9323ad7c826f32491bbc9094168f3ccf;p=pandora-kernel.git ARM: dts: mx53: Remove 'enable-active-low' property 'enable-active-low' is not a valid property for a GPIO controlled regulator. According to Documentation/devicetree/bindings/regulator/gpio-regulator.txt: "Optional properties: ... - enable-active-high : Polarity of GPIO is active high (default is low)." ,so the correct way to define an active-low GPIO controlled regulator is to simply not pass 'enable-active-high'. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- Reading git-diff-tree failed