From: Prashant Malani Date: Fri, 19 Aug 2022 19:08:02 +0000 (+0000) Subject: platform/chrome: cros_ec_typec: Add bit offset for DP VDO X-Git-Tag: v6.6.17~6496^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1903adae0464c1e1c36b132db474cb3aff7bc727;p=platform%2Fkernel%2Flinux-rpi.git platform/chrome: cros_ec_typec: Add bit offset for DP VDO Use the right macro while constructing the DP_PORT_VDO to ensure the Pin Assignment offsets are correct. Fixes: 1ff5d97f070c ("platform/chrome: cros_ec_typec: Register port altmodes") Signed-off-by: Prashant Malani Acked-by: Heikki Krogerus Reviewed-by: Tzung-Bi Shih Link: https://lore.kernel.org/r/20220819190807.1275937-2-pmalani@chromium.org --- diff --git a/drivers/platform/chrome/cros_ec_typec.c b/drivers/platform/chrome/cros_ec_typec.c index 3ffe3c0..d4dbca5 100644 --- a/drivers/platform/chrome/cros_ec_typec.c +++ b/drivers/platform/chrome/cros_ec_typec.c @@ -26,7 +26,8 @@ #define DRV_NAME "cros-ec-typec" -#define DP_PORT_VDO (BIT(DP_PIN_ASSIGN_C) | BIT(DP_PIN_ASSIGN_D) | DP_CAP_DFP_D) +#define DP_PORT_VDO (DP_CONF_SET_PIN_ASSIGN(BIT(DP_PIN_ASSIGN_C) | BIT(DP_PIN_ASSIGN_D)) | \ + DP_CAP_DFP_D) /* Supported alt modes. */ enum {