Re: [PATCH v2 1/5] ARM: memory: da8xx-ddrctl: new driver

From: Sekhar Nori
Date: Wed Nov 23 2016 - 00:57:45 EST


On Tuesday 22 November 2016 11:51 PM, Frank Rowand wrote:
> Please note that the compatible property might contain several strings, not just
> a single string.

So I guess the best thing to do is to use
of_property_read_string_index() and print the sting at index 0.

Thanks,
Sekhar