Re: [PATCH] arm64: tegra: add topology data for Tegra194 cpu

2019-02-11 Thread Bo Yan
To make this simpler, I think it's best to isolate the cache information in its own patch. So I will amend this patch to include topology information only. On 1/31/19 3:29 PM, Bo Yan wrote: On 1/31/19 2:25 PM, Thierry Reding wrote: On Thu, Jan 31, 2019 at 10:35:54AM -0800, Bo Yan wrote:

Re: [PATCH] arm64: tegra: add topology data for Tegra194 cpu

2019-01-31 Thread Bo Yan
On 1/31/19 2:25 PM, Thierry Reding wrote: On Thu, Jan 31, 2019 at 10:35:54AM -0800, Bo Yan wrote: The xavier CPU architecture includes 8 CPU cores organized in 4 clusters. Add cpu-map data for topology initialization, add cache data for cache node creation in sysfs. Signed-off-by: Bo Yan

Re: [PATCH] arm64: tegra: add topology data for Tegra194 cpu

2019-01-31 Thread Thierry Reding
On Thu, Jan 31, 2019 at 10:35:54AM -0800, Bo Yan wrote: > The xavier CPU architecture includes 8 CPU cores organized in > 4 clusters. Add cpu-map data for topology initialization, add > cache data for cache node creation in sysfs. > > Signed-off-by: Bo Yan > --- >

[PATCH] arm64: tegra: add topology data for Tegra194 cpu

2019-01-31 Thread Bo Yan
The xavier CPU architecture includes 8 CPU cores organized in 4 clusters. Add cpu-map data for topology initialization, add cache data for cache node creation in sysfs. Signed-off-by: Bo Yan --- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 148 +-- 1 file changed, 140