Hi Miquel,
Thank you for the review comments...
On 30/10/2020 4:23 pm, Miquel Raynal wrote:
+
+static const struct of_device_id ebu_nand_match[] = {
+ { .compatible = "intel,nand-controller", },
No version or soc in the compatible? (not mandatory).
Yes, you're right, it should be "intel,lgm-ebunand", but this same driver supports 2 dfferent SOC's , that's the reason kept as generic
"intel,nand-controller"
In this case I guess declaring two compatibles is the way to go.
Ok, Noted.
Best Regards
Vadivel