summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
diff options
context:
space:
mode:
authorWeiguo Hu <hwg@rock-chips.com>2017-12-26 19:56:54 +0800
committerTao Huang <huangtao@rock-chips.com>2017-12-27 11:29:28 +0800
commit5a2a3e0b1ae9c805c581d4678c10ca31d5b154b0 (patch)
tree7a1e8ba73b526e4dabe5f94ecaeb7078ff1d4753 /arch/arm64/boot/dts/rockchip/rk3368-r88.dts
parente4228477012c19785488e4c22f288600cc8646d8 (diff)
arm64: dts: rockchip: rk3368-r88: add ext_gmac clock
Change-Id: I3eb9ac9abe361762d3d789192c400c3c7abb7f6d Signed-off-by: Weiguo Hu <hwg@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368-r88.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368-r88.dts11
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
index f63d964ef891..45d4b30a1240 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3368-r88.dts
@@ -123,10 +123,11 @@
regulator-boot-on;
};
- clkin_gmac: external-gmac-clock {
+ ext_gmac: gmac-clk {
compatible = "fixed-clock";
clock-frequency = <125000000>;
- clock-output-names = "clkin_gmac";
+ /* clock-frequency = <50000000>; */
+ clock-output-names = "ext_gmac";
#clock-cells = <0>;
};
@@ -211,11 +212,11 @@
phy-supply = <&vcc_phy>;
phy-mode = "rmii";
clock_in_out = "output";
- snps,reset-gpio = <&gpio3 12 0>;
+ snps,reset-gpio = <&gpio3 12 GPIO_ACTIVE_LOW>;
snps,reset-active-low;
snps,reset-delays-us = <0 50000 50000>;
- //assigned-clocks = <&cru SCLK_RMII_SRC>;
- //assigned-clock-parents = <&clkin_gmac>;
+ /* assigned-clocks = <&cru SCLK_MAC>; */
+ /* assigned-clock-parents = <&ext_gmac>; */
pinctrl-names = "default";
pinctrl-0 = <&rmii_pins>;
tx_delay = <0x30>;