USB: ohci-ppc-of: Drop ohci-littledian compatible

The "ohci-littledian" compatible has typo (edian->endian) and is not
used in in-kernel DTS.  Considering the typo and that it is an very old
driver (~2006), drop the compatible.

Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240712120947.86181-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Krzysztof Kozlowski 2024-07-12 14:09:47 +02:00 committed by Greg Kroah-Hartman
parent aace0aec49
commit ac7c73c4df

View File

@ -202,10 +202,6 @@ static const struct of_device_id ohci_hcd_ppc_of_match[] = {
}, },
#endif #endif
#ifdef CONFIG_USB_OHCI_HCD_PPC_OF_LE #ifdef CONFIG_USB_OHCI_HCD_PPC_OF_LE
{
.name = "usb",
.compatible = "ohci-littledian",
},
{ {
.name = "usb", .name = "usb",
.compatible = "ohci-le", .compatible = "ohci-le",