From c6f029cbccc7a1ae4f7463e5d519a32f0df100dd Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 5 Oct 2022 21:48:07 +0200 Subject: soc/amd/*: Hook up LPC ops in devicetree This removes the need for a PCI driver. Change-Id: I6674d13f434cfa27fa6514623ba305af6681f70d Signed-off-by: Arthur Heymans Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/68144 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/morgana/chipset.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/morgana') diff --git a/src/soc/amd/morgana/chipset.cb b/src/soc/amd/morgana/chipset.cb index 25527d72f6..1bb89ed11f 100644 --- a/src/soc/amd/morgana/chipset.cb +++ b/src/soc/amd/morgana/chipset.cb @@ -74,7 +74,7 @@ chip soc/amd/morgana end device pci 14.0 alias smbus on ops amd_smbus_ops end # primary FCH function - device pci 14.3 alias lpc_bridge on end + device pci 14.3 alias lpc_bridge on ops amd_lpc_ops end device pci 18.0 alias data_fabric_0 on ops morgana_data_fabric_ops end device pci 18.1 alias data_fabric_1 on ops morgana_data_fabric_ops end -- cgit v1.2.3