12 lines
247 B
C
12 lines
247 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __DT_BINDINGS_POWER_TV303_H__
|
||
|
#define __DT_BINDINGS_POWER_TV303_H__
|
||
|
|
||
|
#define TV303_PD_GPU 0
|
||
|
#define TV303_PD_TVFE 1
|
||
|
#define TV303_PD_TVCAP 2
|
||
|
#define TV303_PD_VE 3
|
||
|
#define TV303_PD_AV1 4
|
||
|
|
||
|
#endif
|