Commit 24d87357 authored by Abhishek Sahu's avatar Abhishek Sahu Committed by Boris Brezillon

dt-bindings: qcom_nandc: fix the ipq806x device tree example

1. Correct the compatible string for IPQ806x
2. Change the NAND controller and NAND chip nodes name
   for more clarity.
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAbhishek Sahu <absahu@codeaurora.org>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent cc409b9a
...@@ -42,8 +42,8 @@ partition.txt for more detail. ...@@ -42,8 +42,8 @@ partition.txt for more detail.
Example: Example:
nand@1ac00000 { nand-controller@1ac00000 {
compatible = "qcom,ebi2-nandc"; compatible = "qcom,ipq806x-nand";
reg = <0x1ac00000 0x800>; reg = <0x1ac00000 0x800>;
clocks = <&gcc EBI2_CLK>, clocks = <&gcc EBI2_CLK>,
...@@ -58,7 +58,7 @@ nand@1ac00000 { ...@@ -58,7 +58,7 @@ nand@1ac00000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
nandcs@0 { nand@0 {
reg = <0>; reg = <0>;
nand-ecc-strength = <4>; nand-ecc-strength = <4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment