diff options
author | Joel Stanley <joel@jms.id.au> | 2020-07-24 12:00:36 +0930 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-07-24 14:49:05 +0930 |
commit | f17af8953b7df32254d56442db026209855f2e4d (patch) | |
tree | fb8438057fd53d79ff4c09c7e46fd7477519c014 /arch/arm | |
parent | b23b2b842002424147b820f22d52a8306bd7b2ac (diff) | |
download | linux-f17af8953b7df32254d56442db026209855f2e4d.tar.bz2 |
ARM: dts: aspeed: tacoma: Add CFAM reset GPIO
The GPIO on Q0 is used for resetting the CFAM of the processor that the
ASPEED master is connected to.
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts index b70087c591da..8d54c221f98e 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts @@ -185,6 +185,7 @@ fsi-routing-gpios = <&gpio0 ASPEED_GPIO(Q, 7) GPIO_ACTIVE_HIGH>; fsi-mux-gpios = <&gpio0 ASPEED_GPIO(B, 0) GPIO_ACTIVE_HIGH>; + cfam-reset-gpios = <&gpio0 ASPEED_GPIO(Q, 0) GPIO_ACTIVE_LOW>; cfam@0,0 { reg = <0 0>; |