All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] ARM: dts: exynos: add CPU topology to Exynos3250
@ 2021-07-31  9:24 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2021-07-31  9:24 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: Marek Szyprowski, Sylwester Nawrocki, Bartlomiej Zolnierkiewicz,
	Chanwoo Choi, Alim Akhtar

Describe Exynos3250 CPU topology.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/boot/dts/exynos3250.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 77ab7193b903..a10b789d8acf 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -50,6 +50,17 @@ cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
 
+		cpu-map {
+			cluster0 {
+				core0 {
+					cpu = <&cpu0>;
+				};
+				core1 {
+					cpu = <&cpu1>;
+				};
+			};
+		};
+
 		cpu0: cpu@0 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a7";
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-08-05  7:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31  9:24 [PATCH 1/8] ARM: dts: exynos: add CPU topology to Exynos3250 Krzysztof Kozlowski
2021-07-31  9:24 ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 2/8] ARM: dts: exynos: add CPU topology to Exynos4210 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 3/8] ARM: dts: exynos: add CPU topology to Exynos4412 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 4/8] ARM: dts: exynos: add CPU topology to Exynos5250 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 5/8] ARM: dts: exynos: add CPU topology to Exynos5260 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 6/8] ARM: dts: exynos: add CPU topology to Exynos5420 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 7/8] ARM: dts: exynos: add CPU topology to Exynos5422 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-07-31  9:24 ` [PATCH 8/8] arm64: dts: exynos: add CPU topology to Exynos5433 Krzysztof Kozlowski
2021-07-31  9:24   ` Krzysztof Kozlowski
2021-08-05  7:25 ` [PATCH 1/8] ARM: dts: exynos: add CPU topology to Exynos3250 Krzysztof Kozlowski
2021-08-05  7:25   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.