diff options
Diffstat (limited to 'target/linux/ramips/dts/rt3050_edimax_3g-6200n.dts')
-rw-r--r-- | target/linux/ramips/dts/rt3050_edimax_3g-6200n.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3050_edimax_3g-6200n.dts b/target/linux/ramips/dts/rt3050_edimax_3g-6200n.dts index a185e5d5bb..07ff8bc9bc 100644 --- a/target/linux/ramips/dts/rt3050_edimax_3g-6200n.dts +++ b/target/linux/ramips/dts/rt3050_edimax_3g-6200n.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-6200n", "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>; }; |