mediatek: mt7623: Enable PCIe bus 0 (and thus SATA) on U7623

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2022-01-11 13:01:31 +00:00
parent 0765466a42
commit 557067d9b1

View File

@ -328,6 +328,10 @@
pinctrl-0 = <&pcie_default>;
status = "okay";
pcie@0,0 {
status = "okay";
};
pcie@1,0 {
status = "okay";
};
@ -337,6 +341,10 @@
};
};
&pcie0_phy {
status = "okay";
};
&pcie1_phy {
status = "okay";
};