commit | cd21a328006f1b0f67cab2ebd49970a0b89f365e | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Nov 22 16:27:13 2021 +0800 |
committer | developer <developer@mediatek.com> | Wed Dec 01 09:05:38 2021 +0800 |
tree | d56cd6c4723ab966291fe0f8704aa765dd642e1f | |
parent | 9e9fb4c010597f1d3d27889eedf2c2ad51236a73 [diff] |
[][dts: mt7981: Remove fixed partitions in snand node] [Description] Remove fixed partitions in snand node. These partitions already exist in NMBM node. [Release-log] N/A Change-Id: Ifbb8262646cc16ce9aeda22ba0a97b3955a2e622 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5292789
diff --git a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981-snfi-nand-2500wan-p5.dts b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981-snfi-nand-2500wan-p5.dts index 38231e3..ec64655 100644 --- a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981-snfi-nand-2500wan-p5.dts +++ b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7981-snfi-nand-2500wan-p5.dts
@@ -157,42 +157,9 @@ &snand { pinctrl-names = "default"; - /* pin shared with spic */ pinctrl-0 = <&snfi_pins>; status = "okay"; mediatek,quad-spi; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - label = "BL2"; - reg = <0x00000 0x0100000>; - read-only; - }; - - partition@100000 { - label = "u-boot-env"; - reg = <0x0100000 0x0080000>; - }; - - partition@180000 { - label = "Factory"; - reg = <0x180000 0x0200000>; - }; - - partition@380000 { - label = "FIP"; - reg = <0x380000 0x0200000>; - }; - - partition@580000 { - label = "ubi"; - reg = <0x580000 0x4000000>; - }; - }; }; &spi1 {