aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WSR-1166.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/WSR-1166.dts')
-rw-r--r--target/linux/ramips/dts/WSR-1166.dts7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts
index 97a4304a73..ab6a9a4e3f 100644
--- a/target/linux/ramips/dts/WSR-1166.dts
+++ b/target/linux/ramips/dts/WSR-1166.dts
@@ -5,7 +5,6 @@
#include <dt-bindings/input/input.h>
/ {
- compatible = "ralink,mt7621-eval-board", "ralink,mt7621-soc";
model = "Buffalo WSR-1166DHP";
memory@0 {
@@ -121,8 +120,8 @@
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
- linux,modalias = "m25p80";
spi-max-frequency = <10000000>;
+ m25p,chunked-io = <32>;
partition@0 {
label = "u-boot";
@@ -184,3 +183,7 @@
};
};
};
+
+&xhci {
+ status = "disabled";
+};