On Fri, Jul 24, 2020 at 10:06:34AM +0530, Rohit K Bharadwaj wrote:
> @@ -784,7 +784,7 @@ static int tegra_nvec_probe(struct platform_device *pdev)
>       platform_set_drvdata(pdev, nvec);
>       nvec->dev = dev;
>  
> -     if (of_property_read_u32(dev->of_node, "slave-addr", &nvec->i2c_addr)) {
> +     if (of_property_read_u32(dev->of_node, "secondary-addr", 
> &nvec->i2c_addr)) {

Sorry, I should have looked for v3 at the start to reply to it.  This
line will break the driver.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to