aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-dts/mt7621.dtsi
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2019-02-12 09:19:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-19 11:13:08 +0100
commitcdd8814491f2001a0abd6771480b599c20a7c897 (patch)
tree3d715087b1908635930fc70ee13fabc5f10b9c1a /drivers/staging/mt7621-dts/mt7621.dtsi
parentstaging: mt7621-pci: add reset control for general pcie reset (diff)
downloadlinux-dev-cdd8814491f2001a0abd6771480b599c20a7c897.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/staging/mt7621-dts/mt7621.dtsi4
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>;