ARM: dts: aspeed: amd-ethanolx: Enable secondary LPC snooping address
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Wed, 27 Jan 2021 18:23:26 +0000 (21:23 +0300)
committerJoel Stanley <joel@jms.id.au>
Wed, 10 Feb 2021 10:51:36 +0000 (21:21 +1030)
AMD EthanolX CRB uses 2-byte POST codes which are sent to ports 0x80/0x81.
Currently ASPEED controller snoops only 0x80 port and therefore captures
only the lower byte of each POST code.
Enable secondary LPC snooping address to capture the higher byte of POST
codes.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20210127182326.424-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts

index 96ff0aea64e5c1878090bc8f64bfea9ca9b9d14f..ac2d04cfaf2f3ab88161c2426a85b87f903145c4 100644 (file)
 
 &lpc_snoop {
        status = "okay";
-       snoop-ports = <0x80>;
+       snoop-ports = <0x80>, <0x81>;
 };
 
 &lpc_ctrl {