[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 1/1] Support Odroid-XU board (Exynos 5410)
On 03/09/14 15:07, Suriyan Ramasami wrote: The .compatible is exynos5410_dt_compat which lists "samsung,exynos5410". Hence, I wanted to make the whole PLATFORM platform specific to the exynos5410. Now, rethinking what you have said, I believe as all of this is generic code, the .compatible should then be exynos5_dt_compat, thus: PLATFORM_START(exynos5, "SAMSUNG EXYNOS5") .compatible = exynos5_dt_compat, and not, .compatible = exynos5410_dt_compat as it is now. I believe this is what you were suggesting? In which case when more SoCs are added, we just add the corresponding string in exynos5_dt_compat. Would that be the correct interpretation? Yes. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |