aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/RE6500.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-rw-r--r--target/linux/ramips/dts/RE6500.dts7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts
index d34e857e61..3fe875db12 100644
--- a/target/linux/ramips/dts/RE6500.dts
+++ b/target/linux/ramips/dts/RE6500.dts
@@ -5,7 +5,6 @@
#include <dt-bindings/input/input.h>
/ {
- compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
model = "Linksys RE6500";
memory@0 {
@@ -59,8 +58,8 @@
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
- linux,modalias = "m25p80", "en25q64";
spi-max-frequency = <10000000>;
+ m25p,chunked-io = <32>;
partition@0 {
label = "u-boot";
@@ -121,3 +120,7 @@
&ethernet {
mtd-mac-address = <&factory 0x2e>;
};
+
+&xhci {
+ status = "disabled";
+};