ARM64: DTS: meson-gxbb: switch ethernet to real clock
With the clock driver upstream, switch to the real clock. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
ba6a6c7fa6
commit
f3abd62961
@ -45,6 +45,7 @@
|
|||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
#include <dt-bindings/gpio/meson-gxbb-gpio.h>
|
#include <dt-bindings/gpio/meson-gxbb-gpio.h>
|
||||||
#include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
|
#include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
|
||||||
|
#include <dt-bindings/clock/gxbb-clkc.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "amlogic,meson-gxbb";
|
compatible = "amlogic,meson-gxbb";
|
||||||
@ -337,7 +338,7 @@
|
|||||||
0x0 0xc8834540 0x0 0x4>;
|
0x0 0xc8834540 0x0 0x4>;
|
||||||
interrupts = <0 8 1>;
|
interrupts = <0 8 1>;
|
||||||
interrupt-names = "macirq";
|
interrupt-names = "macirq";
|
||||||
clocks = <&xtal>;
|
clocks = <&clkc CLKID_ETH>;
|
||||||
clock-names = "stmmaceth";
|
clock-names = "stmmaceth";
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
Loading…
Reference in New Issue
Block a user