staging: mt7621-dts: add general pcie reset line to pcie bindings
Add general pci reset line to pcie bindings to use reset_control properly in driver code. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
47f87b690d
commit
cdd8814491
|
@ -420,8 +420,8 @@
|
|||
|
||||
status = "disabled";
|
||||
|
||||
resets = <&rstctrl 24 &rstctrl 25 &rstctrl 26>;
|
||||
reset-names = "pcie0", "pcie1", "pcie2";
|
||||
resets = <&rstctrl 23 &rstctrl 24 &rstctrl 25 &rstctrl 26>;
|
||||
reset-names = "pcie", "pcie0", "pcie1", "pcie2";
|
||||
clocks = <&clkctrl 24 &clkctrl 25 &clkctrl 26>;
|
||||
clock-names = "pcie0", "pcie1", "pcie2";
|
||||
phys = <&pcie0_port>, <&pcie1_port>, <&pcie2_port>;
|
||||
|
|
Loading…
Reference in New Issue