diff options
| author | Heiko Stuebner <heiko.stuebner@cherry.de> | 2025-10-20 13:07:55 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-12-22 16:47:48 +0300 |
| commit | 396870f53c4e736366b4ed2e127874c30ce2f965 (patch) | |
| tree | 42db377d453861025ee27bf092dd45e1b88b9998 | |
| parent | 2d6fcdcaf42671dd3fb281d7a2e5ea985af11ce5 (diff) | |
| download | linux-396870f53c4e736366b4ed2e127874c30ce2f965.tar.xz | |
arm64: dts: rockchip: add gmac reset property to rk3368
Add the reset of the gmac controller block.
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://patch.msgid.link/20251020100757.3669681-2-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index ce4b112b082b..4c391e2341c5 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -498,6 +498,8 @@ "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"; }; |
