airoha: add missing SCU phandle for PCIe 2-lanes mode
The SCU phandle is mandatory to configure PCIe MUX when PCIe 2-lanes mode
is enabled.
Add the missing property where needed.
Fixes: 7d56183d90 ("airoha: replace PCIe x2-mode patch with new pending version")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -374,6 +374,8 @@
|
||||
|
||||
num-lanes = <2>;
|
||||
|
||||
airoha,scu = <&scuclk>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pcie1_rst_pins>;
|
||||
|
||||
|
||||
@@ -248,6 +248,8 @@
|
||||
|
||||
num-lanes = <2>;
|
||||
|
||||
airoha,scu = <&scuclk>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pcie0_rst_pins>;
|
||||
pcie@0,0 {
|
||||
|
||||
Reference in New Issue
Block a user