Re: [PATCH v5 3/7] ARM: dts: Exynos542x/5800: add CPU OPP properties

From: Viresh Kumar
Date: Fri Dec 11 2015 - 00:41:57 EST


On 11-12-15, 14:28, Krzysztof Kozlowski wrote:
> Actually I think there is no nice way of making this as separate paths.
> As Javier's mentioned, there aren't many differences. Currently the CPU
> ordering is the only difference in DT.
>
> Making it as separate path would create hierarchy like:
> - exynos5420-based-board.dts
> \- include: exynos5420.dtsi
> \- include: exynos5.dtsi
> \- include: exynos5420-cpu.dtsi (the cpus are not in exynos5420.dtsi)
>
> - exynos5422-based-board.dts
> \- include: exynos5420.dtsi
> \- include: exynos5.dtsi
> \- include: exynos5422-cpu.dtsi (the cpus are not in exynos5420.dtsi)
>
> which of course is okay... except we keep the definition of CPUs
> completely outside of main Exynos5420 DTSI. Then we have to include both
> DTSI for each new DTS.

So what? There isn't anything wrong in this case and is just the right
thing to do, IMHO. We have just kept the CPU devices separately,
simple.

--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/