2d9eb1dd58
Add DT bindings for power domain driver for GPCv2 IP block found in i.MX7 SoCs. Cc: yurovsky@gmail.com Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Dong Aisheng <dongas86@gmail.com> Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
16 lines
429 B
C
16 lines
429 B
C
/*
|
|
* Copyright (C) 2017 Impinj
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_IMX7_POWER_H__
|
|
#define __DT_BINDINGS_IMX7_POWER_H__
|
|
|
|
#define IMX7_POWER_DOMAIN_MIPI_PHY 0
|
|
#define IMX7_POWER_DOMAIN_PCIE_PHY 1
|
|
#define IMX7_POWER_DOMAIN_USB_HSIC_PHY 2
|
|
|
|
#endif
|