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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3065,6 +3065,10 @@ static const struct of_device_id qcom_nandc_of_match[] = {
		.compatible = "qcom,ipq4019-nand",
		.data = &ipq4019_nandc_props,
	},
	{
		.compatible = "qcom,ipq6018-nand",
		.data = &ipq8074_nandc_props,
	},
	{
		.compatible = "qcom,ipq8074-nand",
		.data = &ipq8074_nandc_props,