]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: add missing SCU phandle for PCIe 2-lanes mode
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 14 Jul 2026 12:41:49 +0000 (14:41 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 14 Jul 2026 12:41:49 +0000 (14:41 +0200)
The SCU phandle is mandatory to configure PCIe MUX when PCIe 2-lanes mode
is enabled.

Add the missing property where needed.

Fixes: 7d56183d903f ("airoha: replace PCIe x2-mode patch with new pending version")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/airoha/dts/an7581-nokia-valyrian.dts
target/linux/airoha/dts/an7581-w1700k-ubi.dts

index 589048af0ca63845e4264f70d39ccffa7df74137..62c930eb83ce997a08dba69d74cc9d910ca37692 100644 (file)
 
        num-lanes = <2>;
 
+       airoha,scu = <&scuclk>;
+
        pinctrl-names = "default";
        pinctrl-0 = <&pcie1_rst_pins>;
 
index 8d9498a29be88f07d14661f00c77671b16448a7b..5379ba98600c735577a5b2c69eb15a9dff4bfcfc 100644 (file)
 
        num-lanes = <2>;
 
+       airoha,scu = <&scuclk>;
+
        pinctrl-names = "default";
        pinctrl-0 = <&pcie0_rst_pins>;
        pcie@0,0 {