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

Commit 9fbc68e0 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

ARM: dts: qcom: Correct the CPU node in bengal

Correct the semantics for CPU nodes in bengal platform.

Change-Id: Ie2d78057290c37ca5133f4a690670c0ef3366c1d
parent 4116b096
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@
		#address-cells = <2>;
		#size-cells = <0>;

		CPU0: CPU@0 {
			device-type = "cpu";
		CPU0: cpu@0 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x0>;
			enable-method = "psci";
@@ -38,8 +38,8 @@
			};
		};

		CPU1: CPU@1 {
			device-type = "cpu";
		CPU1: cpu@1 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x1>;
			enable-method = "psci";
@@ -62,8 +62,8 @@
			};
		};

		CPU2: CPU@2 {
			device-type = "cpu";
		CPU2: cpu@2 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x2>;
			enable-method = "psci";
@@ -86,8 +86,8 @@
			};
		};

		CPU3: CPU@3 {
			device-type = "cpu";
		CPU3: cpu@3 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x3>;
			enable-method = "psci";
@@ -110,8 +110,8 @@
			};
		};

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

		CPU5: CPU@101 {
			device-type = "cpu";
		CPU5: cpu@101 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x101>;
			enable-method = "psci";
@@ -162,8 +162,8 @@
			};
		};

		CPU6: CPU@102 {
			device-type = "cpu";
		CPU6: cpu@102 {
			device_type = "cpu";
			compatible = "arm,armv8";
			reg = <0x0 0x102>;
			enable-method = "psci";
@@ -186,8 +186,8 @@
			};
		};

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