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

Commit 6716f6c6 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Krzysztof Kozlowski
Browse files

ARM: dts: Fix cpu compatible value for s3c2416



The change corrects cpu compatible property to a defined one,
see Documentation/devicetree/bindings/arm/cpus.txt

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 22374fbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
		#size-cells = <0>;

		cpu {
			compatible = "arm,arm926ejs";
			compatible = "arm,arm926ej-s";
		};
	};