Commit 62858625 authored by Kathiravan T's avatar Kathiravan T Committed by Miquel Raynal

mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controller

Add the compatible string for IPQ6018 QPIC NAND controller
version 1.5.0. It's properties are same as IPQ8074, so reuse
the same.
Signed-off-by: default avatarKathiravan T <kathirav@codeaurora.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/1602566124-13456-3-git-send-email-kathirav@codeaurora.org
parent 3246cc77
...@@ -3065,6 +3065,10 @@ static const struct of_device_id qcom_nandc_of_match[] = { ...@@ -3065,6 +3065,10 @@ static const struct of_device_id qcom_nandc_of_match[] = {
.compatible = "qcom,ipq4019-nand", .compatible = "qcom,ipq4019-nand",
.data = &ipq4019_nandc_props, .data = &ipq4019_nandc_props,
}, },
{
.compatible = "qcom,ipq6018-nand",
.data = &ipq8074_nandc_props,
},
{ {
.compatible = "qcom,ipq8074-nand", .compatible = "qcom,ipq8074-nand",
.data = &ipq8074_nandc_props, .data = &ipq8074_nandc_props,
......
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