Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>,
@@ -58,7 +58,7 @@ nand@1ac00000 {
	#address-cells = <1>;
	#size-cells = <0>;

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

		nand-ecc-strength = <4>;