Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
[platform/kernel/u-boot.git] / include / power / fan53555.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2019 Vasily Khoruzhick <anarsoul@gmail.com>
4  */
5
6 #ifndef _FAN53555_H_
7 #define _FAN53555_H_
8
9 enum fan53555_vendor {
10         FAN53555_VENDOR_FAIRCHILD,
11         FAN53555_VENDOR_SILERGY,
12 };
13
14 #endif