
27 Mar
2024
27 Mar
'24
9:07 a.m.
From: Wei Fu wefu@redhat.com
Signed-off-by: Wei Fu wefu@redhat.com Co-authored-by: Yixun Lan dlan@gentoo.org --- arch/riscv/dts/th1520-lichee-pi-4a.dts | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/riscv/dts/th1520-lichee-pi-4a.dts b/arch/riscv/dts/th1520-lichee-pi-4a.dts index a1248b2ee3..29f990c7be 100644 --- a/arch/riscv/dts/th1520-lichee-pi-4a.dts +++ b/arch/riscv/dts/th1520-lichee-pi-4a.dts @@ -20,6 +20,7 @@ serial3 = &uart3; serial4 = &uart4; serial5 = &uart5; + ethernet0 = &gmac0; };
chosen { @@ -30,3 +31,7 @@ &uart0 { status = "okay"; }; + +&gmac0 { + status = "okay"; +};
--
2.44.0