]> www.infradead.org Git - users/willy/linux.git/commit
usb: misc: eud: switch to fallback compatible for device matching
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 31 Jul 2024 05:44:38 +0000 (07:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 08:42:17 +0000 (10:42 +0200)
commitdb1c0bc6534a60adc65efa80f298dffb02274076
tree4430dcdb285209cc7af1b0991e51f257d0765c3f
parent4e33059ed59796eab07405f5effbb33bb4b3318f
usb: misc: eud: switch to fallback compatible for device matching

The bindings require two compatibles to be used: qcom,sc7280-eud
followed by fallback qcom,eud.  The convention is to use fallback
compatible in OF device ID tables, unless some device-specific quirks
are needed.

This will also simplify matching any new devices - they will use
existing OF device ID entry, instead of adding a new one.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240731054438.9073-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/qcom_eud.c