aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Aladyshev <[email protected]>2020-10-27 15:37:21 +0300
committerJoel Stanley <[email protected]>2020-11-02 23:27:02 +1100
commitefc5dae95a8c272e7737a29fdaecc06d64320717 (patch)
tree8661ea0049c9a4b41ad569265c1e7b7e42680e4f
parent14f100c00f1e35e5890340d4c6a64bda5dff4320 (diff)
ARM: dts: aspeed: amd-ethanolx: Enable KCS channel 3
The KCS interface on the LPC channel 3 in the controller is used for the in-band BMC<->BIOS IPMI communication. 0xCA2 is a default host CPU LPC IO address for this interface. Signed-off-by: Konstantin Aladyshev <[email protected]> Reviewed-by: Supreeth Venkatesh <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
index 89ddc3847222..2a86bda8afd8 100644
--- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
@@ -147,6 +147,11 @@
aspeed,lpc-io-reg = <0x62>;
};
+&kcs3 {
+ status = "okay";
+ aspeed,lpc-io-reg = <0xCA2>;
+};
+
&kcs4 {
status = "okay";
aspeed,lpc-io-reg = <0x97DE>;