diff options
author | Ben Tyner <ben.tyner@ibm.com> | 2020-05-29 19:22:00 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-07-20 06:58:14 +0200 |
commit | 080f88e8400bffeb24afba53c9b43f85ed71e76f (patch) | |
tree | 118183fce5312afd6d927587d65612052637a6d5 /arch/arm | |
parent | ARM: dts: aspeed: tacoma: Remove checkstop gpio-key (diff) | |
download | linux-080f88e8400bffeb24afba53c9b43f85ed71e76f.tar.xz linux-080f88e8400bffeb24afba53c9b43f85ed71e76f.zip |
ARM: dts: aspeed: rainier: Add line-name checkstop
Rainier uses GPIO B6 as the checkstop GPIO. Define the line-name
so that this GPIO can be found by name.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index 919b895846c6..4d3b7c7edb2e 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts @@ -73,7 +73,7 @@ &gpio0 { gpio-line-names = /*A0-A7*/ "","","","","","","","", - /*B0-B7*/ "","","","","","","","", + /*B0-B7*/ "","","","","","","checkstop","", /*C0-C7*/ "","","","","","","","", /*D0-D7*/ "","","","","","","","", /*E0-E7*/ "","","","","","","","", |