mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 10:00:51 +00:00
Existing get_cc function depends on set_cc function which marks a "pull" variable to indicate if anx74xx is setting Rp or Rd. However, if DRP auto toggle is used, this "pull" variable is unknown, but CC_STATUS register can differentiate between SRC and SNK, so this "pull" variable is actually not needed. BUG=none BRANCH=none TEST=verify Type-C functionality did not change on Reef. Change-Id: I6cab8d7fcee20ec6e8414b6b2591c5d975d85293 Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-on: https://chromium-review.googlesource.com/396428 Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>