| /* SPDX-License-Identifier: GPL-2.0-only */ | |
| /* | |
| * Copyright (c) 2020 MediaTek Inc. | |
| * Author: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> | |
| */ | |
| #ifndef _DT_BINDINGS_REGULATOR_MTK_MT6315_H | |
| #define _DT_BINDINGS_REGULATOR_MTK_MT6315_H | |
| /* Regulator ID */ | |
| #define MT6315_VBUCK1 1 | |
| #define MT6315_VBUCK2 2 | |
| #define MT6315_VBUCK3 3 | |
| #define MT6315_VBUCK4 4 | |
| #define MT6315_VBUCK_MAX 5 | |
| #endif /* _DT_BINDINGS_REGULATOR_MTK_MT6315_H */ |