Message ID | 1602566124-13456-2-git-send-email-kathirav@codeaurora.org |
---|---|
State | Accepted |
Commit | 3246cc77a9b985dd76693f4dba05cb9893143fdb |
Headers | show |
Series | Add QPIC NAND support for IPQ6018 | expand |
On Tue, 13 Oct 2020 10:45:22 +0530, Kathiravan T wrote: > Add the binding for the QPIC NAND used on IPQ6018 SoC. > > Signed-off-by: Kathiravan T <kathirav@codeaurora.org> > --- > Documentation/devicetree/bindings/mtd/qcom_nandc.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 2020-10-13 at 05:15:22 UTC, Kathiravan T wrote: > Add the binding for the QPIC NAND used on IPQ6018 SoC. > > Signed-off-by: Kathiravan T <kathirav@codeaurora.org> > Acked-by: Rob Herring <robh@kernel.org> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel
diff --git a/Documentation/devicetree/bindings/mtd/qcom_nandc.txt b/Documentation/devicetree/bindings/mtd/qcom_nandc.txt index 5c2fba4b30fe..5bdcd9990a94 100644 --- a/Documentation/devicetree/bindings/mtd/qcom_nandc.txt +++ b/Documentation/devicetree/bindings/mtd/qcom_nandc.txt @@ -6,6 +6,8 @@ Required properties: SoC and it uses ADM DMA * "qcom,ipq4019-nand" - for QPIC NAND controller v1.4.0 being used in IPQ4019 SoC and it uses BAM DMA + * "qcom,ipq6018-nand" - for QPIC NAND controller v1.5.0 being used in + IPQ6018 SoC and it uses BAM DMA * "qcom,ipq8074-nand" - for QPIC NAND controller v1.5.0 being used in IPQ8074 SoC and it uses BAM DMA
Add the binding for the QPIC NAND used on IPQ6018 SoC. Signed-off-by: Kathiravan T <kathirav@codeaurora.org> --- Documentation/devicetree/bindings/mtd/qcom_nandc.txt | 2 ++ 1 file changed, 2 insertions(+)