[PATCH v1 3/3] arm64: dts: amlogic: meson-g12: add missing ethernet reset ID
Anand Moon
linux.amoon at gmail.com
Thu Jul 30 06:02:09 EDT 2020
Add missing etherent reset ID for reset controller to reset
ethernet mac controller.
Signed-off-by: Anand Moon <linux.amoon at gmail.com>
---
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
index 593a006f4b7b..7f291e6e9847 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
@@ -189,6 +189,8 @@ ethmac: ethernet at ff3f0000 {
clock-names = "stmmaceth", "clkin0", "clkin1";
rx-fifo-depth = <4096>;
tx-fifo-depth = <2048>;
+ resets = <&reset RESET_ETHERNET>;
+ reset-names = "stmmaceth";
status = "disabled";
mdio0: mdio {
--
2.28.0
More information about the linux-arm-kernel
mailing list