cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

imx7-power.h (283B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 *  Copyright (C) 2017 Impinj
      4 */
      5
      6#ifndef __DT_BINDINGS_IMX7_POWER_H__
      7#define __DT_BINDINGS_IMX7_POWER_H__
      8
      9#define IMX7_POWER_DOMAIN_MIPI_PHY		0
     10#define IMX7_POWER_DOMAIN_PCIE_PHY		1
     11#define IMX7_POWER_DOMAIN_USB_HSIC_PHY		2
     12
     13#endif