diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2019-02-12 09:19:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-19 11:13:08 +0100 |
commit | cdd8814491f2001a0abd6771480b599c20a7c897 (patch) | |
tree | 3d715087b1908635930fc70ee13fabc5f10b9c1a /drivers/staging/mt7621-dts | |
parent | 47f87b690d2d8314fa607986c4bc9f3711b54ba5 (diff) | |
download | blackbird-op-linux-cdd8814491f2001a0abd6771480b599c20a7c897.tar.gz blackbird-op-linux-cdd8814491f2001a0abd6771480b599c20a7c897.zip |
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>
Diffstat (limited to 'drivers/staging/mt7621-dts')
-rw-r--r-- | drivers/staging/mt7621-dts/mt7621.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi b/drivers/staging/mt7621-dts/mt7621.dtsi index 851b035b906a..6aff3680ce4b 100644 --- a/drivers/staging/mt7621-dts/mt7621.dtsi +++ b/drivers/staging/mt7621-dts/mt7621.dtsi @@ -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>; |