projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd2dd4
)
rk312x dts: disable ethernet
author
heyun
<heyun@rock-chips.com>
Thu, 23 Oct 2014 02:07:40 +0000
(10:07 +0800)
committer
heyun
<heyun@rock-chips.com>
Thu, 23 Oct 2014 02:07:40 +0000
(10:07 +0800)
arch/arm/boot/dts/rk3126-86v.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3126-86v.dts
b/arch/arm/boot/dts/rk3126-86v.dts
index d42823efb1b0fa93842e40eb045dbca6c1e53592..573355a02592318a214a6d6a884f18b44b7f9fe6 100644
(file)
--- a/
arch/arm/boot/dts/rk3126-86v.dts
+++ b/
arch/arm/boot/dts/rk3126-86v.dts
@@
-357,3
+357,15
@@
&rk3126_cif_sensor{
status = "okay";
};
+
+&gmac {
+// power_ctl_by = "gpio"; //"gpio" "pmu"
+ power-gpio = <&gpio0 GPIO_A6 GPIO_ACTIVE_HIGH>;
+// power-pmu = "act_ldo"
+// reset-gpio = <&gpio4 GPIO_A7 GPIO_ACTIVE_LOW>;
+ phy-mode = "rgmii";
+ clock_in_out = "input";
+ tx_delay = <0x28>;
+ rx_delay = <0x10>;
+ status = "disabled";
+};