fsi: Use of_match_table for bus matching if specified
authorEddie James <eajames@linux.ibm.com>
Mon, 12 Jun 2023 19:56:46 +0000 (14:56 -0500)
committerJoel Stanley <joel@jms.id.au>
Wed, 9 Aug 2023 06:13:27 +0000 (15:43 +0930)
commitc21d322e1ae5e1e80384c949f24b761f6f2b6c67
tree15ab4b529d6852b9a8b538d8ccf033f6d6a55461
parent21930d80ed4f76fea3d8773a6c4c8e6f57326fdd
fsi: Use of_match_table for bus matching if specified

Since we have two scom drivers, use the standard of matching if
the driver specifies a table so that the right devices go to the
right driver.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20230612195657.245125-4-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/fsi/fsi-core.c
drivers/fsi/fsi-scom.c