[PATCH 1/3] arm64: dts: rockchip: add gmac reset property to rk3368
Heiko Stuebner
heiko at sntech.de
Mon Oct 20 03:07:55 PDT 2025
From: Heiko Stuebner <heiko.stuebner at cherry.de>
Add the reset of the gmac controller block.
Signed-off-by: Heiko Stuebner <heiko.stuebner at cherry.de>
---
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 892d35242259..47968032afdc 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -498,6 +498,8 @@ gmac: ethernet at 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";
};
--
2.47.2
More information about the Linux-rockchip
mailing list