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

Commit 7007c60c authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Arnd Bergmann
Browse files

ARM: dts: WM8750: fix cpu compatible value



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>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent dffc912e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

		cpu {
			device_type = "cpu";
			compatible = "arm,arm1176ej-s";
			compatible = "arm,arm1176jzf";
		};
	};