diff options
author | Sin Hui Kho <sin.hui.kho@intel.com> | 2021-12-01 18:13:53 +0800 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2021-12-01 08:07:41 -0600 |
commit | 8dce88fe80a858f34bb5b46470218fe478d251ee (patch) | |
tree | c075aa046c9c482253e46eba0133d733f4ef7042 /arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts | |
parent | f4c35356e0fce4bbe2994185cc014f13630a1a1d (diff) | |
download | lwn-8dce88fe80a858f34bb5b46470218fe478d251ee.tar.gz lwn-8dce88fe80a858f34bb5b46470218fe478d251ee.zip |
arm64: dts: Update NAND MTD partition for Agilex and Stratix 10
Change NAND flash MTD partition in device tree after implementation of
UBI and UBIFS. "u-boot" partition remain for raw u-boot image, but "root"
partition is use for UBI image containing all other components.
Signed-off-by: Sin Hui Kho <sin.hui.kho@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts index f9b4a39683cf..bbc3db42d6e8 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts @@ -119,28 +119,8 @@ }; partition@200000 { - label = "env"; - reg = <0x200000 0x40000>; - }; - - partition@240000 { - label = "dtb"; - reg = <0x240000 0x40000>; - }; - - partition@280000 { - label = "kernel"; - reg = <0x280000 0x2000000>; - }; - - partition@2280000 { - label = "misc"; - reg = <0x2280000 0x2000000>; - }; - - partition@4280000 { - label = "rootfs"; - reg = <0x4280000 0x3bd80000>; + label = "root"; + reg = <0x200000 0x3fe00000>; }; }; }; |