kernel-brax3-ubuntu-touch/include/dt-bindings/regulator/mtk,mt6315.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

17 lines
429 B
C

/* 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 */