mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
2f96d4dd95
Synchronise device tree with linux-next next-20220708. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
13 lines
283 B
C
13 lines
283 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (C) 2017 Impinj
|
|
*/
|
|
|
|
#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
|