Skip to content

Commit

Permalink
mediatek: mt7623: Enable PCIe bus 0 (and thus SATA) on U7623
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Jan 14, 2022
1 parent 0765466 commit 557067d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc.dtsi
Expand Up @@ -328,6 +328,10 @@
pinctrl-0 = <&pcie_default>;
status = "okay";

pcie@0,0 {
status = "okay";
};

pcie@1,0 {
status = "okay";
};
Expand All @@ -337,6 +341,10 @@
};
};

&pcie0_phy {
status = "okay";
};

&pcie1_phy {
status = "okay";
};
Expand Down

0 comments on commit 557067d

Please sign in to comment.