Fix pci pins drive-strength according to oem sources.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
mux {
pins = "gpio3";
function = "pcie1_rst";
- drive-strength = <12>;
+ drive-strength = <2>;
bias-disable;
};
};
mux {
pins = "gpio48";
function = "pcie2_rst";
- drive-strength = <12>;
+ drive-strength = <2>;
bias-disable;
};
};
mux {
pins = "gpio63";
function = "pcie3_rst";
- drive-strength = <12>;
+ drive-strength = <2>;
bias-disable;
+ output-low;
};
};
};
/ {
model = "Qualcomm IPQ8064";
-@@ -99,6 +102,33 @@
+@@ -99,6 +102,34 @@
interrupt-controller;
#interrupt-cells = <2>;
interrupts = <0 16 0x4>;
+ mux {
+ pins = "gpio3";
+ function = "pcie1_rst";
-+ drive-strength = <12>;
++ drive-strength = <2>;
+ bias-disable;
+ };
+ };
+ mux {
+ pins = "gpio48";
+ function = "pcie2_rst";
-+ drive-strength = <12>;
++ drive-strength = <2>;
+ bias-disable;
+ };
+ };
+ mux {
+ pins = "gpio63";
+ function = "pcie3_rst";
-+ drive-strength = <12>;
++ drive-strength = <2>;
+ bias-disable;
++ output-low;
+ };
+ };
};