diff options
author | 2021-07-10 00:41:19 +0930 | |
---|---|---|
committer | 2022-02-21 14:08:19 +1030 | |
commit | d05883790ac20d97ad3ae116b2f68846cb582e4f (patch) | |
tree | 4b99dea8cc21ef32f05396cf846d46e075122115 | |
parent | ARM: dts: aspeed: Add device tree for Quanta S6Q BMC (diff) | |
download | wireguard-linux-d05883790ac20d97ad3ae116b2f68846cb582e4f.tar.xz wireguard-linux-d05883790ac20d97ad3ae116b2f68846cb582e4f.zip |
ARM: dts: aspeed: tacoma: Clean up KCS nodes
Make the Tacoma KCS nodes reflect the configuration of the Rainier and
Everest nodes.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20210709151119.2683600-1-andrew@aj.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 11 |
1 files changed, 11 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 e39f310d55eb..22e41273bd6b 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts @@ -877,3 +877,14 @@ status = "okay"; memory-region = <&vga_memory>; }; + +&kcs2 { + status = "okay"; + aspeed,lpc-io-reg = <0xca8 0xcac>; +}; + +&kcs3 { + status = "okay"; + aspeed,lpc-io-reg = <0xca2>; + aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>; +}; |