Commit 6855e5b7 authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Dinh Nguyen
Browse files

ARM: socfpga: dts: Add resets for EMACs on Arria10



Add the reset property for the EMAC controllers on Arria10.

Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 1a94acf8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#include "skeleton.dtsi"
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/reset/altr,rst-mgr-a10.h>

/ {
	#address-cells = <1>;
@@ -409,6 +410,8 @@
			rx-fifo-depth = <16384>;
			clocks = <&l4_mp_clk>;
			clock-names = "stmmaceth";
			resets = <&rst EMAC0_RESET>;
			reset-names = "stmmaceth";
			status = "disabled";
		};

@@ -426,6 +429,8 @@
			rx-fifo-depth = <16384>;
			clocks = <&l4_mp_clk>;
			clock-names = "stmmaceth";
			resets = <&rst EMAC1_RESET>;
			reset-names = "stmmaceth";
			status = "disabled";
		};