mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
soc: qcom: pmic_glink: Increase max ports to 3
Up until now, all Qualcomm platforms only had maximum 2 ports. The X Elite (x1e80100) adds a third one. Increase the maximum allowed to 3. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240527-x1e80100-soc-qcom-pmic-glink-v1-1-e5c4cda2f745@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
7981cf1601
commit
a8a313c298
@ -20,7 +20,7 @@
|
||||
|
||||
#include <linux/soc/qcom/pmic_glink.h>
|
||||
|
||||
#define PMIC_GLINK_MAX_PORTS 2
|
||||
#define PMIC_GLINK_MAX_PORTS 3
|
||||
|
||||
#define USBC_SC8180X_NOTIFY_IND 0x13
|
||||
#define USBC_CMD_WRITE_REQ 0x15
|
||||
|
Loading…
Reference in New Issue
Block a user