diff options
author | Lei YU <mine260309@gmail.com> | 2017-12-28 09:38:06 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-03-14 07:00:42 +0100 |
commit | 00569f7ec490a15456122379f7686a0d659a3601 (patch) | |
tree | 33b1a958acb76f4992206a8111296fb1fcff305f /arch/arm/boot | |
parent | ARM: dts: romulus: Remove MAX31785 device (diff) | |
download | linux-00569f7ec490a15456122379f7686a0d659a3601.tar.xz linux-00569f7ec490a15456122379f7686a0d659a3601.zip |
ARM: dts: aspeed: romulus: hog GPIOS7
GPIOS7 shall be pulled low for CPLD to continue the power up sequence.
With this hogged as pull-low, the CPLD workaround can be removed in
OpenBMC.
Signed-off-by: Lei YU <mine260309@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts index 676739d02ca0..558b1c70dfc5 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts @@ -198,6 +198,12 @@ output-low; line-name = "nic_func_mode1"; }; + seq_cont { + gpio-hog; + gpios = <ASPEED_GPIO(S, 7) GPIO_ACTIVE_HIGH>; + output-low; + line-name = "seq_cont"; + }; }; &vuart { |