dt-bindings: qcom_nandc: remove chip select compatible string
authorAbhishek Sahu <absahu@codeaurora.org>
Wed, 19 Jul 2017 11:47:54 +0000 (17:17 +0530)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 23 Aug 2017 14:49:15 +0000 (16:49 +0200)
commit4d4f2121369d5f2a4180a6b64046c8494817619f
treeb31198b1566337d7b11b717030e5279d614492c7
parente806423aca5bf52b1e14e83befa9d4bac8c17ee1
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>
Documentation/devicetree/bindings/mtd/qcom_nandc.txt