summaryrefslogtreecommitdiff
path: root/baseboard/herobrine/baseboard.c
blob: 3103aaf4c5a4fa46f8f2885db5c1934115c128e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Herobrine baseboard-specific configuration */

#include "i2c.h"

int board_allow_i2c_passthru(int port)
{
	return (port == I2C_PORT_VIRTUAL_BATTERY);
}