Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Vladimir Zapolskiy and committed by
Arnd Bergmann
7007c60c dffc912e

+1 -1
+1 -1
arch/arm/boot/dts/wm8750.dtsi
··· 17 17 18 18 cpu { 19 19 device_type = "cpu"; 20 - compatible = "arm,arm1176ej-s"; 20 + compatible = "arm,arm1176jzf"; 21 21 }; 22 22 }; 23 23