sata1pwr: sata1-regulator {
compatible = "regulator-fixed";
regulator-name = "Power Drive Port 1";
- gpios = <&GPIO1 3 GPIO_ACTIVE_LOW>;
+ gpios = <&GPIO1 3 GPIO_ACTIVE_HIGH>;
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
+ regulator-boot-on; /* uboot sets this */
regulator-always-on; /* needed to read OS from HDD */
+ enable-active-high;
};
sata0pwr: sata0-regulator {
compatible = "regulator-fixed";
regulator-name = "Power Drive Port 0";
- gpios = <&GPIO1 7 GPIO_ACTIVE_LOW>;
+ gpios = <&GPIO1 7 GPIO_ACTIVE_HIGH>;
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
+ regulator-boot-on; /* uboot sets this */
regulator-always-on; /* needed to read OS from HDD */
+ enable-active-high;
};
};