pinctrl: imx8m: support i.MX8MP
[oweals/u-boot.git] / drivers / pci / pcie_layerscape.h
index 782e3ab7ad16a54d45b3891e30b616c851799dda..ddfbba6538420c2b0ce9eead908f9dd6b798734d 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2017 NXP
  * Copyright 2014-2015 Freescale Semiconductor, Inc.
  * Layerscape PCIe driver
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _PCIE_LAYERSCAPE_H_
@@ -145,7 +144,7 @@ struct ls_pcie {
        bool big_endian;
        bool enabled;
        int next_lut_index;
-       struct pci_controller hose;
+       int mode;
 };
 
 extern struct list_head ls_pcie_list;