Commit 05690e8a authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

arm64: dts: stratix10: add OCP reset property for ethernet



Add the additional OCP reset property for the ethernet nodes.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 03761ab1
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -133,8 +133,8 @@ gmac0: ethernet@ff800000 {
			interrupts = <0 90 4>;
			interrupt-names = "macirq";
			mac-address = [00 00 00 00 00 00];
			resets = <&rst EMAC0_RESET>;
			reset-names = "stmmaceth";
			resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
			reset-names = "stmmaceth", "stmmaceth-ocp";
			clocks = <&clkmgr STRATIX10_EMAC0_CLK>;
			clock-names = "stmmaceth";
			status = "disabled";
@@ -146,8 +146,8 @@ gmac1: ethernet@ff802000 {
			interrupts = <0 91 4>;
			interrupt-names = "macirq";
			mac-address = [00 00 00 00 00 00];
			resets = <&rst EMAC1_RESET>;
			reset-names = "stmmaceth";
			resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
			reset-names = "stmmaceth", "stmmaceth-ocp";
			clocks = <&clkmgr STRATIX10_EMAC1_CLK>;
			clock-names = "stmmaceth";
			status = "disabled";
@@ -159,8 +159,8 @@ gmac2: ethernet@ff804000 {
			interrupts = <0 92 4>;
			interrupt-names = "macirq";
			mac-address = [00 00 00 00 00 00];
			resets = <&rst EMAC2_RESET>;
			reset-names = "stmmaceth";
			resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
			reset-names = "stmmaceth", "stmmaceth-ocp";
			clocks = <&clkmgr STRATIX10_EMAC2_CLK>;
			clock-names = "stmmaceth";
			status = "disabled";