ARM: dts: fp5280g2: Enable KCS 3 for MCTP binding
authorGeorge Liu <liuxiwei1013@gmail.com>
Thu, 19 Aug 2021 05:52:27 +0000 (13:52 +0800)
committerJoel Stanley <joel@jms.id.au>
Tue, 14 Sep 2021 08:45:19 +0000 (18:15 +0930)
Signed-off-by: George Liu <liuxiwei@inspur.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210819055227.140980-1-liuxiwei@inspur.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts

index 1752f3250e44d9dc75745b749e56d1ccc13f5675..d0c3acbf6c8cd4e7aedc0a3582bd1ae6e6117887 100644 (file)
@@ -3,6 +3,7 @@
 #include "aspeed-g5.dtsi"
 #include <dt-bindings/gpio/aspeed-gpio.h>
 #include <dt-bindings/leds/leds-pca955x.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 
 / {
        model = "FP5280G2 BMC";
 
 };
 
+&kcs3 {
+       status = "okay";
+       aspeed,lpc-io-reg = <0xca2>;
+       aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
+};
+
 #include "ibm-power9-dual.dtsi"