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-10-02 00:39:36 +0200
commit57639835845b97053cc92f752df7ad8a5bccfda4 (patch)
treeaeece0b333d0368e603f768bbb95dfc68544e15b
parent8e135cf031d1d8e5a1834bc372dea2b1a038ddf6 (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 f943c7f92809..97c315e8110c 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 {