Skip to content

Commit

Permalink
ARM: dts: WM8750: fix cpu compatible value
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vladimir Zapolskiy authored and Arnd Bergmann committed Oct 23, 2015
1 parent dffc912 commit 7007c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/wm8750.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

Expand Down

0 comments on commit 7007c60

Please sign in to comment.