mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
mips: dts: ralink: mt7621: define each reset as an item
Each item of the resets property should define a reset. Split the item with two resets on the ethernet node into two separate items. Sort the items of the clocks property to the same line as a trivial change. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
04318868ab
commit
b44ae980e9
1 changed files with 2 additions and 3 deletions
|
@ -300,14 +300,13 @@
|
|||
compatible = "mediatek,mt7621-eth";
|
||||
reg = <0x1e100000 0x10000>;
|
||||
|
||||
clocks = <&sysc MT7621_CLK_FE>,
|
||||
<&sysc MT7621_CLK_ETH>;
|
||||
clocks = <&sysc MT7621_CLK_FE>, <&sysc MT7621_CLK_ETH>;
|
||||
clock-names = "fe", "ethif";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
resets = <&sysc MT7621_RST_FE &sysc MT7621_RST_ETH>;
|
||||
resets = <&sysc MT7621_RST_FE>, <&sysc MT7621_RST_ETH>;
|
||||
reset-names = "fe", "eth";
|
||||
|
||||
interrupt-parent = <&gic>;
|
||||
|
|
Loading…
Add table
Reference in a new issue