summaryrefslogtreecommitdiff
path: root/board/mrbland/base_detect.c
diff options
context:
space:
mode:
authorSiyu Qin <qinsiyu@huaqin.corp-partner.google.com>2021-08-26 10:25:55 +0800
committerCommit Bot <commit-bot@chromium.org>2021-09-13 23:31:51 +0000
commitedfeb40385988c6522521c1044a18be2beef393a (patch)
treebb2433b5dc0b5e5727581e3472a5e9d5f43aceaa /board/mrbland/base_detect.c
parentae3fc9861add88950b9463b29378b0928cd93c3c (diff)
downloadchrome-ec-edfeb40385988c6522521c1044a18be2beef393a.tar.gz
mrbland: Modify type-c port C0 configuration to match HW design
Mrbland only has one port which corresponds to port C1 in reference board. So the port C0 needs to modify to match the hardware design. BUG=b:197291418 BRANCH=trogdor TEST=make BOARD=mrbland Signed-off-by: Siyu Qin <qinsiyu@huaqin.corp-partner.google.com> Change-Id: I3235408dbbdfef5162fb43a66f436669fd0c1b71 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3118663 Reviewed-by: wen zhang <zhangwen6@huaqin.corp-partner.google.com> Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Sam Hurst <shurst@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'board/mrbland/base_detect.c')
-rw-r--r--board/mrbland/base_detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mrbland/base_detect.c b/board/mrbland/base_detect.c
index b08784357b..85bc04c4c2 100644
--- a/board/mrbland/base_detect.c
+++ b/board/mrbland/base_detect.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Homestar base detection code */
+/* Mrbland base detection code */
#include "adc.h"
#include "base_state.h"