]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: corstone1000: enable secondary cores for FVP
authorHarsimran Singh Tungal <harsimransingh.tungal@arm.com>
Wed, 12 Jun 2024 10:04:21 +0000 (11:04 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jun 2024 14:21:38 +0000 (08:21 -0600)
Add the secondary cores nodes in the dts file

Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Rui Miguel Silva <rui.silva@linaro.org>
arch/arm/dts/corstone1000-fvp.dts
arch/arm/dts/corstone1000.dtsi

index 26b0f1b3cea6e0fb7e5f1745d83238d4826fe02d..3076fb9f34404eb430c08e86ffb25a9d1aaa1340 100644 (file)
                clock-names = "smclk", "apb_pclk";
        };
 };
+
+&cpus {
+       cpu1: cpu@1 {
+               device_type = "cpu";
+               compatible = "arm,cortex-a35";
+               reg = <0x1>;
+               enable-method = "psci";
+               next-level-cache = <&L2_0>;
+       };
+       cpu2: cpu@2 {
+               device_type = "cpu";
+               compatible = "arm,cortex-a35";
+               reg = <0x2>;
+               enable-method = "psci";
+               next-level-cache = <&L2_0>;
+       };
+       cpu3: cpu@3 {
+               device_type = "cpu";
+               compatible = "arm,cortex-a35";
+               reg = <0x3>;
+               enable-method = "psci";
+               next-level-cache = <&L2_0>;
+       };
+};
+
index 1e0ec075e4cd68271a97b5d4cbc99dcb3ea9c3d7..5d9d95b21cb3db4e45216755d0f044222773bc33 100644 (file)
@@ -21,7 +21,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       cpus {
+       cpus: cpus {
                #address-cells = <1>;
                #size-cells = <0>;