forked from Ivasoft/openwrt
ipq806x: fix pci pins
Fix pci pins drive-strength according to oem sources. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
84781cb6dc
commit
bb8f5162fd
@@ -305,7 +305,7 @@
|
||||
mux {
|
||||
pins = "gpio3";
|
||||
function = "pcie1_rst";
|
||||
drive-strength = <12>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -314,7 +314,7 @@
|
||||
mux {
|
||||
pins = "gpio48";
|
||||
function = "pcie2_rst";
|
||||
drive-strength = <12>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -323,8 +323,9 @@
|
||||
mux {
|
||||
pins = "gpio63";
|
||||
function = "pcie3_rst";
|
||||
drive-strength = <12>;
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user