summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mtd
diff options
context:
space:
mode:
authorAbhishek Sahu <absahu@codeaurora.org>2017-07-19 17:17:54 +0530
committerBoris Brezillon <boris.brezillon@free-electrons.com>2017-08-23 16:49:15 +0200
commit4d4f2121369d5f2a4180a6b64046c8494817619f (patch)
treeb31198b1566337d7b11b717030e5279d614492c7 /Documentation/devicetree/bindings/mtd
parente806423aca5bf52b1e14e83befa9d4bac8c17ee1 (diff)
dt-bindings: qcom_nandc: remove chip select compatible string
Currently the compatible “qcom,nandcs” is being used for each connected NAND device to support for multiple NAND devices in the same bus. The same thing can be achieved by looking reg property for each sub nodes which contains the chip select number so this patch removes the use of “qcom,nandcs” for specifying NAND device sub nodes. Since there is no user for this driver currently in so changing compatible string is safe. Signed-off-by: Abhishek Sahu <absahu@codeaurora.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r--Documentation/devicetree/bindings/mtd/qcom_nandc.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/qcom_nandc.txt b/Documentation/devicetree/bindings/mtd/qcom_nandc.txt
index 70dd5118a324..26360fe51663 100644
--- a/Documentation/devicetree/bindings/mtd/qcom_nandc.txt
+++ b/Documentation/devicetree/bindings/mtd/qcom_nandc.txt
@@ -26,7 +26,6 @@ chip-selects which (may) contain NAND flash chips. Their properties are as
follows.
Required properties:
-- compatible: should contain "qcom,nandcs"
- reg: a single integer representing the chip-select
number (e.g., 0, 1, 2, etc.)
- #address-cells: see partition.txt
@@ -60,7 +59,6 @@ nand@1ac00000 {
#size-cells = <0>;
nandcs@0 {
- compatible = "qcom,nandcs";
reg = <0>;
nand-ecc-strength = <4>;