diff options
author | Kevin Hilman <khilman@baylibre.com> | 2016-06-14 15:03:39 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-06-23 18:59:31 -0400 |
commit | f3abd6296168d9d356192b50a92a7a980ca99a2f (patch) | |
tree | 2ef8eafbbe5443d66d219a1155ef7a3402393d2c | |
parent | ba6a6c7fa6de9f3e29f0e15a7e972b2461ac44a5 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index e502c24b0ac7..35c8b2beb05c 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |||
@@ -45,6 +45,7 @@ | |||
45 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 45 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
46 | #include <dt-bindings/gpio/meson-gxbb-gpio.h> | 46 | #include <dt-bindings/gpio/meson-gxbb-gpio.h> |
47 | #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h> | 47 | #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h> |
48 | #include <dt-bindings/clock/gxbb-clkc.h> | ||
48 | 49 | ||
49 | / { | 50 | / { |
50 | compatible = "amlogic,meson-gxbb"; | 51 | compatible = "amlogic,meson-gxbb"; |
@@ -337,7 +338,7 @@ | |||
337 | 0x0 0xc8834540 0x0 0x4>; | 338 | 0x0 0xc8834540 0x0 0x4>; |
338 | interrupts = <0 8 1>; | 339 | interrupts = <0 8 1>; |
339 | interrupt-names = "macirq"; | 340 | interrupt-names = "macirq"; |
340 | clocks = <&xtal>; | 341 | clocks = <&clkc CLKID_ETH>; |
341 | clock-names = "stmmaceth"; | 342 | clock-names = "stmmaceth"; |
342 | phy-mode = "rgmii"; | 343 | phy-mode = "rgmii"; |
343 | status = "disabled"; | 344 | status = "disabled"; |