summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-09-25 17:36:37 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-09-25 17:52:03 +0200
commit86a5929cae33a891e9f5449b6594a03b46bfec88 (patch)
treea3301b14dc2d3c107753331ff4ea74288bbf27e3
parent2e94ce30ad8107c701e7774be9305fb838664d4b (diff)
dts: px30-evb: Deactivate gmac.
We observe constant crashes in the ethernet driver when enabling the network interface. As we only have limited information about the board available, this does not seem to be a reasonable target for debugging. Therefore we deactivate the network interface. Crash log header: [ 8.235034] rk_gmac-dwmac ff360000.ethernet eth0: Link is Up - 10Mbps/Half - flow control off [ 11.256696] NETDEV WATCHDOG: eth0 (rk_gmac-dwmac): transmit queue 0 [ 11.264514] ------------[ cut here ]------------ [ 11.269481] WARNING: at net/sched/sch_generic.c:306 Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts b/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts
index 14a5e7859a1e..b1294781e1c7 100644
--- a/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts
+++ b/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10-linux.dts
@@ -330,7 +330,11 @@
snps,reset-gpio = <&gpio2 13 GPIO_ACTIVE_LOW>;
snps,reset-active-low;
snps,reset-delays-us = <0 50000 50000>;
- status = "okay";
+ /* We get timeout traces on this board.
+ * Since, we only have limited information, we simply deactivate
+ * the feature on this board.
+ */
+ //status = "okay";
};
&gpu {