Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
padavanonly committed Apr 29, 2023
1 parent 43d4a01 commit f909d29
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 712 deletions.
9 changes: 5 additions & 4 deletions trunk/linux-4.4.x/arch/mips/boot/dts/ralink/mt7621.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@

pcie: pcie@1e140000 {
compatible = "mediatek,mt7621-pci";
reg = <0x1e140000 0x100
0x1e142000 0x100>;
reg = <0x1e140000 0x40000>;

#address-cells = <3>;
#size-cells = <2>;
Expand Down Expand Up @@ -394,6 +393,9 @@
clocks = <&clkctrl 24 &clkctrl 25 &clkctrl 26>;
clock-names = "pcie0", "pcie1", "pcie2";

reset-gpios = <&gpio0 19 1>;
reset-gpio-names = "pcie";

pcie0 {
reg = <0x0000 0 0 0 0>;

Expand Down Expand Up @@ -422,7 +424,6 @@
};
};


xhci: usb@1e1c0000 {
compatible = "mediatek,mt7621-xhci", "mediatek,mt2701-xhci";
reg = <0x1e1c0000 0x0001000>,
Expand Down Expand Up @@ -524,7 +525,7 @@
pcie_pins: pcie {
pcie {
mtk,group = "pcie";
mtk,function = "pcie rst";
mtk,function = "gpio";
};
};

Expand Down
Loading

0 comments on commit f909d29

Please sign in to comment.