ARM: dts: aspeed: tacoma: Clean up KCS nodes
authorAndrew Jeffery <andrew@aj.id.au>
Fri, 9 Jul 2021 15:11:19 +0000 (00:41 +0930)
committerJoel Stanley <joel@jms.id.au>
Mon, 21 Feb 2022 03:38:19 +0000 (14:08 +1030)
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>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

index e39f310..22e4127 100644 (file)
        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>;
+};