Skip to content

Commit

Permalink
oxnas: enable pcie_phy on boards utilizing PCIe
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Mar 11, 2019
1 parent 5107176 commit 0e9b112
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -117,6 +117,10 @@
pinctrl-0 = <&pinctrl_etha_mdio>; pinctrl-0 = <&pinctrl_etha_mdio>;
}; };


&pcie_phy {
status = "okay";
};

&pcie0 { &pcie0 {
status = "okay"; status = "okay";
}; };
Expand Up @@ -193,6 +193,10 @@
nr-ports = <2>; nr-ports = <2>;
}; };


&pcie_phy {
status = "okay";
};

&pcie0 { &pcie0 {
status = "okay"; status = "okay";
}; };

0 comments on commit 0e9b112

Please sign in to comment.