diff --git a/target/linux/ramips/dts/mt7621_jcg_q20-pb-boot.dts b/target/linux/ramips/dts/mt7621_jcg_q20-pb-boot.dts index f58879f69d..a9670b4a17 100644 --- a/target/linux/ramips/dts/mt7621_jcg_q20-pb-boot.dts +++ b/target/linux/ramips/dts/mt7621_jcg_q20-pb-boot.dts @@ -25,6 +25,12 @@ read-only; }; + factory: partition@100000 { + label = "Factory"; + reg = <0x100000 0x80000>; + read-only; + }; + partition@180000 { label = "crash"; reg = <0x180000 0x40000>; diff --git a/target/linux/ramips/dts/mt7621_jcg_q20.dts b/target/linux/ramips/dts/mt7621_jcg_q20.dts index 2fdd69f195..707e9617dc 100644 --- a/target/linux/ramips/dts/mt7621_jcg_q20.dts +++ b/target/linux/ramips/dts/mt7621_jcg_q20.dts @@ -35,6 +35,12 @@ reg = <0x80000 0x80000>; }; + factory: partition@100000 { + label = "Factory"; + reg = <0x100000 0x80000>; + read-only; + }; + partition@180000 { label = "kernel"; reg = <0x180000 0x400000>; diff --git a/target/linux/ramips/dts/mt7621_jcg_q20.dtsi b/target/linux/ramips/dts/mt7621_jcg_q20.dtsi index 80cfe60318..16febb1143 100644 --- a/target/linux/ramips/dts/mt7621_jcg_q20.dtsi +++ b/target/linux/ramips/dts/mt7621_jcg_q20.dtsi @@ -56,13 +56,6 @@ compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; - - factory: partition@100000 { - label = "Factory"; - reg = <0x100000 0x80000>; - read-only; - }; - }; };