projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5daa821
)
ARM: dts: aspeed: romulus: Add id-button gpio key
author
Lei YU
<mine260309@gmail.com>
Wed, 11 Apr 2018 06:02:43 +0000
(14:02 +0800)
committer
Joel Stanley
<joel@jms.id.au>
Fri, 25 May 2018 04:27:22 +0000
(13:57 +0930)
Signed-off-by: Lei YU <mine260309@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index 51bc6a2e9dd57b8dc4f496b3e316f1e7a4472746..389f5f83bef90a67a1506a785087e1851c809309 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@
-68,6
+68,12
@@
gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>;
linux,code = <ASPEED_GPIO(J, 2)>;
};
+
+ id-button {
+ label = "id-button";
+ gpios = <&gpio ASPEED_GPIO(Q, 7) GPIO_ACTIVE_LOW>;
+ linux,code = <ASPEED_GPIO(Q, 7)>;
+ };
};
};