提交 4d4f2121 编写于 作者: A Abhishek Sahu 提交者: Boris Brezillon

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: NAbhishek Sahu <absahu@codeaurora.org>
Acked-by: NRob Herring <robh@kernel.org>
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
上级 e806423a
...@@ -26,7 +26,6 @@ chip-selects which (may) contain NAND flash chips. Their properties are as ...@@ -26,7 +26,6 @@ chip-selects which (may) contain NAND flash chips. Their properties are as
follows. follows.
Required properties: Required properties:
- compatible: should contain "qcom,nandcs"
- reg: a single integer representing the chip-select - reg: a single integer representing the chip-select
number (e.g., 0, 1, 2, etc.) number (e.g., 0, 1, 2, etc.)
- #address-cells: see partition.txt - #address-cells: see partition.txt
...@@ -60,7 +59,6 @@ nand@1ac00000 { ...@@ -60,7 +59,6 @@ nand@1ac00000 {
#size-cells = <0>; #size-cells = <0>;
nandcs@0 { nandcs@0 {
compatible = "qcom,nandcs";
reg = <0>; reg = <0>;
nand-ecc-strength = <4>; nand-ecc-strength = <4>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册