diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-07-29 11:55:17 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 08:12:32 +0200 |
commit | b70d3557e050484081f59291a81e5180f8b4fea5 (patch) | |
tree | 7ec2e80a2aff5c419f9a777c50a73d433d34069a /target/linux/apm821xx/sata | |
parent | cff6548948f76b8d0c922ef5e5d456a88a78ab2e (diff) | |
download | upstream-b70d3557e050484081f59291a81e5180f8b4fea5.tar.gz upstream-b70d3557e050484081f59291a81e5180f8b4fea5.tar.bz2 upstream-b70d3557e050484081f59291a81e5180f8b4fea5.zip |
apm821xx: clean up gpio-hogs
convert the usb and both sata port power related gpio-hogs to
what they really are: fixed-regulators.
The ethernet phy-reset gpio-hog is replaced by a proper
upstream (4.15+) reset-gpios property in the mdio-node.
So this will work eventually.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/sata')
-rw-r--r-- | target/linux/apm821xx/sata/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/apm821xx/sata/config-default b/target/linux/apm821xx/sata/config-default index 4c7c655233..5af8c338f5 100644 --- a/target/linux/apm821xx/sata/config-default +++ b/target/linux/apm821xx/sata/config-default @@ -45,3 +45,5 @@ CONFIG_PPC_EARLY_DEBUG_44x=y # CONFIG_PPC_EARLY_DEBUG_MEMCONS is not set CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x4 CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300 +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y |