aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts')
-rw-r--r--target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts b/target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts
index 41768078f5..f339b7ebe8 100644
--- a/target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts
+++ b/target/linux/ramips/dts/rt3050_edimax_3g-6200nl.dts
@@ -2,6 +2,7 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
+#include <dt-bindings/mtd/partitions/uimage.h>
/ {
compatible = "edimax,3g-6200nl", "ralink,rt3050-soc";
@@ -50,7 +51,9 @@
};
partition@50000 {
- compatible = "edimax,uimage";
+ compatible = "openwrt,uimage", "denx,uimage";
+ openwrt,offset = <FW_EDIMAX_OFFSET>;
+ openwrt,partition-magic = <FW_MAGIC_EDIMAX>;
label = "firmware";
reg = <0x50000 0x390000>;
};