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

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

ARM: dts: TI-Nspire: 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 355d1ef1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

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