arm64: dts: rockchip: add gmac reset property to rk3368
From: Heiko Stuebner <heiko.stuebner@...> Date: Sat, 18 Oct 2025 19:37:45 +0200
Commit-Message
Add the reset of the gmac controller block. Signed-off-by: Heiko Stuebner <heiko.stuebner@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 ++ 1 file changed, 2 insertions(+)
Statistics
- 2 lines added
- 0 lines removed
Changes
------------------- arch/arm64/boot/dts/rockchip/rk3368.dtsi -------------------
index 892d35242259..47968032afdc 100644
@@ -498,6 +498,8 @@ gmac: ethernet@ff290000 {
"mac_clk_rx", "mac_clk_tx",
"clk_mac_ref", "clk_mac_refout",
"aclk_mac", "pclk_mac";
+ resets = <&cru SRST_MAC>;
+ reset-names = "stmmaceth";
status = "disabled";
};