diff mbox series

[8/8] usb: misc: eud: Add compatible for sm8450

Message ID 20240730222439.3469-9-quic_eserrao@quicinc.com (mailing list archive)
State Not Applicable
Headers show
Series Enable EUD on Qualcomm sm8450 SoC | expand

Commit Message

Elson Serrao July 30, 2024, 10:24 p.m. UTC
Add compatible string to enable EUD on sm8450 SoC.

Signed-off-by: Elson Roy Serrao <quic_eserrao@quicinc.com>
---
 drivers/usb/misc/qcom_eud.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski July 31, 2024, 5:40 a.m. UTC | #1
On 31/07/2024 00:24, Elson Roy Serrao wrote:
> Add compatible string to enable EUD on sm8450 SoC.
> 
> Signed-off-by: Elson Roy Serrao <quic_eserrao@quicinc.com>
> ---
>  drivers/usb/misc/qcom_eud.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/misc/qcom_eud.c b/drivers/usb/misc/qcom_eud.c
> index 9a49c934e8cf..465d57c05c3c 100644
> --- a/drivers/usb/misc/qcom_eud.c
> +++ b/drivers/usb/misc/qcom_eud.c
> @@ -315,6 +315,7 @@ static void eud_remove(struct platform_device *pdev)
>  
>  static const struct of_device_id eud_dt_match[] = {
>  	{ .compatible = "qcom,sc7280-eud" },
> +	{ .compatible = "qcom,sm8450-eud" },

No, let's don't.

I'll fix the existing file.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/drivers/usb/misc/qcom_eud.c b/drivers/usb/misc/qcom_eud.c
index 9a49c934e8cf..465d57c05c3c 100644
--- a/drivers/usb/misc/qcom_eud.c
+++ b/drivers/usb/misc/qcom_eud.c
@@ -315,6 +315,7 @@  static void eud_remove(struct platform_device *pdev)
 
 static const struct of_device_id eud_dt_match[] = {
 	{ .compatible = "qcom,sc7280-eud" },
+	{ .compatible = "qcom,sm8450-eud" },
 	{ }
 };
 MODULE_DEVICE_TABLE(of, eud_dt_match);