summaryrefslogtreecommitdiff
path: root/src/ec/dell/mec5055/early_init.c
blob: 37b0807c3e490a3a042de1fe1785cba1ce1ffc1e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#include "mec5055.h"

void mec5055_early_init(void)
{
	u8 buf[32], c;

	mec5055_ec_command_0(buf, 0xc2, 0);
	mec5055_ec_command_1(0xab, NULL, 0, &c, 1);
}