1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c66ec88fSEmmanuel Vadot #ifndef __DTS_MARVELL_MMP2_POWER_H 3*c66ec88fSEmmanuel Vadot #define __DTS_MARVELL_MMP2_POWER_H 4*c66ec88fSEmmanuel Vadot 5*c66ec88fSEmmanuel Vadot #define MMP2_POWER_DOMAIN_GPU 0 6*c66ec88fSEmmanuel Vadot #define MMP2_POWER_DOMAIN_AUDIO 1 7*c66ec88fSEmmanuel Vadot #define MMP3_POWER_DOMAIN_CAMERA 2 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot #define MMP2_NR_POWER_DOMAINS 3 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel Vadot #endif 12