Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3abd629 authored by Kevin Hilman's avatar Kevin Hilman
Browse files

ARM64: DTS: meson-gxbb: switch ethernet to real clock



With the clock driver upstream, switch to the real clock.

Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent ba6a6c7f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/gpio/meson-gxbb-gpio.h>
#include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
#include <dt-bindings/clock/gxbb-clkc.h>

/ {
	compatible = "amlogic,meson-gxbb";
@@ -337,7 +338,7 @@
			       0x0 0xc8834540 0x0 0x4>;
			interrupts = <0 8 1>;
			interrupt-names = "macirq";
			clocks = <&xtal>;
			clocks = <&clkc CLKID_ETH>;
			clock-names = "stmmaceth";
			phy-mode = "rgmii";
			status = "disabled";