summaryrefslogtreecommitdiff
path: root/baseboard/herobrine/baseboard.c
blob: fca6e9c66d0ac918390b78c8081765937b5193b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2021 The ChromiumOS Authors
 * 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(const struct i2c_cmd_desc_t *cmd_desc)
{
	return (cmd_desc->port == I2C_PORT_VIRTUAL_BATTERY);
}