Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bd40bfd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: correct cpu nodes information for msmtriton"

parents 4b37769e 87b87890
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -41,59 +41,59 @@
		#address-cells = <2>;
		#size-cells = <0>;

		CPU0: cpu@0 {
		CPU0: cpu@100 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x0>;
			reg = <0x0 0x100>;
			enable-method = "psci";
		};

		CPU1: cpu@1 {
		CPU1: cpu@101 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x1>;
			reg = <0x0 0x101>;
			enable-method = "psci";
		};

		CPU2: cpu@2 {
		CPU2: cpu@102 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x2>;
			reg = <0x0 0x102>;
			enable-method = "psci";
		};

		CPU3: cpu@3 {
		CPU3: cpu@103 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x3>;
			reg = <0x0 0x103>;
			enable-method = "psci";
		};

		CPU4: cpu@100 {
		CPU4: cpu@0 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x100>;
			reg = <0x0 0x0>;
			enable-method = "psci";
		};

		CPU5: cpu@101 {
		CPU5: cpu@1 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x101>;
			reg = <0x0 0x1>;
			enable-method = "psci";
		};

		CPU6: cpu@102 {
		CPU6: cpu@2 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x102>;
			reg = <0x0 0x2>;
			enable-method = "psci";
		};

		CPU7: cpu@103 {
		CPU7: cpu@3 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x103>;
			reg = <0x0 0x3>;
			enable-method = "psci";
		};