1
0
Fork 0

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>
hifive-unleashed-5.1
Sergio Paracuellos 2019-02-12 09:19:19 +01:00 committed by Greg Kroah-Hartman
parent 47f87b690d
commit cdd8814491
1 changed files with 2 additions and 2 deletions

View File

@ -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>;