usb: typec: mux: Clean up mux_fwnode_match()
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Fri, 26 May 2023 13:14:33 +0000 (16:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2023 14:17:52 +0000 (15:17 +0100)
commit4aebc4f89f00a4cbfb0142c619e181f260e36546
tree497ceee69c0ebd3d7b448d7795da4e599152671d
parent3c90c5a7fd425daaa62c4f82b4699aabd8e4edaa
usb: typec: mux: Clean up mux_fwnode_match()

Removing the "svid" and "accessory" device property checks.
Those properties are not supported on any platform.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/lkml/20230522215348.uoyboow26n2o3tel@ripper/
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Tested-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230526131434.46920-2-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/mux.c