|
|
@@ -294,14 +294,16 @@
|
|
|
&pcie0 {
|
|
|
status = "okay";
|
|
|
reset-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_HIGH>;
|
|
|
- /delete-property/ perst-gpios;
|
|
|
+ pinctrl-0 = <&pcie0_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
};
|
|
|
|
|
|
&pcie1 {
|
|
|
status = "okay";
|
|
|
reset-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_HIGH>;
|
|
|
- /delete-property/ perst-gpios;
|
|
|
- force_gen1 = <1>;
|
|
|
+ pinctrl-0 = <&pcie1_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ max-link-speed = <1>;
|
|
|
};
|
|
|
|
|
|
&ART {
|