Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/power/marvell,pxa1908-power.h
29271 views
1
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2
/*
3
* Marvell PXA1908 power domains
4
*
5
* Copyright 2025, Duje Mihanović <[email protected]>
6
*/
7
8
#ifndef __DTS_MARVELL_PXA1908_POWER_H
9
#define __DTS_MARVELL_PXA1908_POWER_H
10
11
#define PXA1908_POWER_DOMAIN_VPU 0
12
#define PXA1908_POWER_DOMAIN_GPU 1
13
#define PXA1908_POWER_DOMAIN_GPU2D 2
14
#define PXA1908_POWER_DOMAIN_DSI 3
15
#define PXA1908_POWER_DOMAIN_ISP 4
16
17
#endif
18
19