Skip to content

Commit fc3568f

Browse files
jhovoldgregkh
authored andcommitted
usb: typec: ucsi: glink: increase max ports for x1e80100
The new X Elite (x1e80100) platform has three ports so increase the maximum so that all ports can be registered. Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Heikki Krogerus <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 718d4a6 commit fc3568f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/typec/ucsi/ucsi_glink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <linux/soc/qcom/pmic_glink.h>
1515
#include "ucsi.h"
1616

17-
#define PMIC_GLINK_MAX_PORTS 2
17+
#define PMIC_GLINK_MAX_PORTS 3
1818

1919
#define UCSI_BUF_SIZE 48
2020

0 commit comments

Comments
 (0)