Skip to content

Commit

Permalink
dt-bindings: qcom_nandc: fix the ipq806x device tree example
Browse files Browse the repository at this point in the history
1. Correct the compatible string for IPQ806x
2. Change the NAND controller and NAND chip nodes name
   for more clarity.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
  • Loading branch information
Abhishek Sahu authored and Boris Brezillon committed Aug 23, 2017
1 parent cc409b9 commit 24d8735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/devicetree/bindings/mtd/qcom_nandc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ partition.txt for more detail.

Example:

nand@1ac00000 {
compatible = "qcom,ebi2-nandc";
nand-controller@1ac00000 {
compatible = "qcom,ipq806x-nand";
reg = <0x1ac00000 0x800>;

clocks = <&gcc EBI2_CLK>,
Expand All @@ -58,7 +58,7 @@ nand@1ac00000 {
#address-cells = <1>;
#size-cells = <0>;

nandcs@0 {
nand@0 {
reg = <0>;

nand-ecc-strength = <4>;
Expand Down

0 comments on commit 24d8735

Please sign in to comment.