提交 916bf1cc 编写于 作者: B Bjorn Helgaas

PCI: imx6: Reorder struct imx6_pcie

Reorder struct imx6_pcie to put generic fields first.  No functional change
intended.
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
上级 2a6a85d5
...@@ -39,13 +39,13 @@ enum imx6_pcie_variants { ...@@ -39,13 +39,13 @@ enum imx6_pcie_variants {
}; };
struct imx6_pcie { struct imx6_pcie {
struct pcie_port pp; /* pp.dbi_base is DT 0th resource */
int reset_gpio; int reset_gpio;
bool gpio_active_high; bool gpio_active_high;
struct clk *pcie_bus; struct clk *pcie_bus;
struct clk *pcie_phy; struct clk *pcie_phy;
struct clk *pcie_inbound_axi; struct clk *pcie_inbound_axi;
struct clk *pcie; struct clk *pcie;
struct pcie_port pp;
struct regmap *iomuxc_gpr; struct regmap *iomuxc_gpr;
enum imx6_pcie_variants variant; enum imx6_pcie_variants variant;
u32 tx_deemph_gen1; u32 tx_deemph_gen1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册