diff options
Diffstat (limited to 'target/linux/apm821xx/dts/wd-mybooklive.dts')
-rw-r--r-- | target/linux/apm821xx/dts/wd-mybooklive.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/apm821xx/dts/wd-mybooklive.dts b/target/linux/apm821xx/dts/wd-mybooklive.dts index dcb8078050..bccf82fbaa 100644 --- a/target/linux/apm821xx/dts/wd-mybooklive.dts +++ b/target/linux/apm821xx/dts/wd-mybooklive.dts @@ -127,19 +127,23 @@ 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; }; }; |