Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03dfef4c authored by Krishna Konda's avatar Krishna Konda
Browse files

mtd: msm_qpic_nand: mark partition device as optional



The NAND partition information is now optional and the mtd partition
device does not have to be specified.

Change-Id: Iaaa988271cfe79a133fe06d26363c8b4cda238a3
Signed-off-by: default avatarKrishna Konda <kkonda@codeaurora.org>
parent 76ccdc74
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -13,11 +13,12 @@ MTD flash partition layout for NAND devices -
Each partition is represented as a sub-node of the qcom,mtd-partitions device.
Each node's name represents the name of the corresponding partition.

Required properties:
- reg : The partition offset and size
- label : The label / name for this partition.
This is now completely optional as the partition information is avaialble from
bootloader.

Optional properties:
- reg : The partition offset and size
- label : The label / name for this partition.
- read-only: This parameter, if present, indicates that this partition
  should only be mounted read-only.
- Refer to "Documentation/devicetree/bindings/arm/msm/msm_bus.txt" for