Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1704668 > unrolled thread
| Started by | Abhishek Sahu <absahu@codeaurora.org> |
|---|---|
| First post | 2017-08-05 18:30 +0200 |
| Last post | 2017-08-10 22:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v3 16/20] dt-bindings: qcom_nandc: fix the ipq806x device tree example Abhishek Sahu <absahu@codeaurora.org> - 2017-08-05 18:30 +0200
Re: [PATCH v3 16/20] dt-bindings: qcom_nandc: fix the ipq806x device tree example Rob Herring <robh@kernel.org> - 2017-08-10 22:30 +0200
| From | Abhishek Sahu <absahu@codeaurora.org> |
|---|---|
| Date | 2017-08-05 18:30 +0200 |
| Subject | [PATCH v3 16/20] dt-bindings: qcom_nandc: fix the ipq806x device tree example |
| Message-ID | <uba7D-7k7-1@gated-at.bofh.it> |
1. Correct the compatible string for IPQ806x
2. Change the NAND controller and NAND chip nodes name
for more clarity.
Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
---
Documentation/devicetree/bindings/mtd/qcom_nandc.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/mtd/qcom_nandc.txt b/Documentation/devicetree/bindings/mtd/qcom_nandc.txt
index 26360fe..f475b65 100644
--- a/Documentation/devicetree/bindings/mtd/qcom_nandc.txt
+++ b/Documentation/devicetree/bindings/mtd/qcom_nandc.txt
@@ -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>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-08-10 22:30 +0200 |
| Subject | Re: [PATCH v3 16/20] dt-bindings: qcom_nandc: fix the ipq806x device tree example |
| Message-ID | <ud2fD-2mC-5@gated-at.bofh.it> |
| In reply to | #1704668 |
On Sat, Aug 05, 2017 at 09:49:54PM +0530, Abhishek Sahu wrote: > 1. Correct the compatible string for IPQ806x > 2. Change the NAND controller and NAND chip nodes name > for more clarity. > > Signed-off-by: Abhishek Sahu <absahu@codeaurora.org> > --- > Documentation/devicetree/bindings/mtd/qcom_nandc.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web