Commit fa41a7fd authored by Lei YU's avatar Lei YU Committed by Joel Stanley

ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key

Add GPIO key to check presence of PCIE E2B.
Signed-off-by: default avatarLei YU <mine260309@gmail.com>
Acked-by: default avatarXo Wang <xow@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 168dbc35
......@@ -55,6 +55,12 @@ checkstop {
gpios = <&gpio ASPEED_GPIO(F, 7) GPIO_ACTIVE_LOW>;
linux,code = <ASPEED_GPIO(F, 7)>;
};
pcie-e2b-present{
label = "pcie-e2b-present";
gpios = <&gpio ASPEED_GPIO(E, 7) GPIO_ACTIVE_LOW>;
linux,code = <ASPEED_GPIO(E, 7)>;
};
};
leds {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment