Message ID | 20250331215720.19692-3-alex.vinarskis@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | X1E Asus Zenbook A14 support | expand |
On 31/03/2025 23:53, Aleksandrs Vinarskis wrote: > Appears to behave similarly to Parade PS8830. Found on some Qualcomm > Snapdragon X1 devices, such as Asus Zenbook A14. > > Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com> > --- > drivers/usb/typec/mux/ps883x.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/typec/mux/ps883x.c b/drivers/usb/typec/mux/ps883x.c > index ad59babf7cce..095c36530904 100644 > --- a/drivers/usb/typec/mux/ps883x.c > +++ b/drivers/usb/typec/mux/ps883x.c > @@ -447,6 +447,7 @@ static void ps883x_retimer_remove(struct i2c_client *client) > > static const struct of_device_id ps883x_retimer_of_table[] = { > { .compatible = "parade,ps8830" }, > + { .compatible = "parade,ps8833" }, Don't create unnecessary entries for compatible devices. Patch should be dropped. Best regards, Krzysztof
diff --git a/drivers/usb/typec/mux/ps883x.c b/drivers/usb/typec/mux/ps883x.c index ad59babf7cce..095c36530904 100644 --- a/drivers/usb/typec/mux/ps883x.c +++ b/drivers/usb/typec/mux/ps883x.c @@ -447,6 +447,7 @@ static void ps883x_retimer_remove(struct i2c_client *client) static const struct of_device_id ps883x_retimer_of_table[] = { { .compatible = "parade,ps8830" }, + { .compatible = "parade,ps8833" }, { } }; MODULE_DEVICE_TABLE(of, ps883x_retimer_of_table);
Appears to behave similarly to Parade PS8830. Found on some Qualcomm Snapdragon X1 devices, such as Asus Zenbook A14. Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com> --- drivers/usb/typec/mux/ps883x.c | 1 + 1 file changed, 1 insertion(+)