Commit e636c169 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Bjorn Helgaas
Browse files

PCI: kirin: Add Kirin 970 compatible

parent b22dbbb2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -739,6 +739,10 @@ static const struct of_device_id kirin_pcie_match[] = {
		.compatible = "hisilicon,kirin960-pcie",
		.data = (void *)PCIE_KIRIN_INTERNAL_PHY
	},
	{
		.compatible = "hisilicon,kirin970-pcie",
		.data = (void *)PCIE_KIRIN_EXTERNAL_PHY
	},
	{},
};