mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()
[oweals/u-boot.git] / doc / device-tree-bindings / regulator / fixed.txt
index 8a0d002688d81725a6e2a0dbe69bd41f1ff3b909..453d2bef4459e31c461b0a3a5ad86f5fdc0720e1 100644 (file)
@@ -11,7 +11,11 @@ Required properties:
 Optional properties:
 - gpio: GPIO to use for enable control
 - startup-delay-us: startup time in microseconds
+- u-boot,off-on-delay-us: off delay time in microseconds
 - regulator constraints (binding info: regulator.txt)
+- enable-active-high: Polarity of GPIO is Active high. If this property
+  is missing, the default assumed is Active low.
+
 
 Other kernel-style properties, are currently not used.
 
@@ -36,4 +40,5 @@ fixed_regulator@0 {
        regulator-max-microamp = <15000>;
        regulator-always-on;
        regulator-boot-on;
+       enable-active-high;
 };