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

Commit af2b10a9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mtd: msm_qpic_nand: mark partition device as optional"

parents 92e4e23c 03dfef4c
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