ARM: dts: lpc32xx: cpus/cpu nodes dts updates

This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
This commit is contained in:
Lorenzo Pieralisi 2013-04-18 18:34:51 +01:00
Родитель 7925e89f54
Коммит 73158b77c9
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -18,8 +18,12 @@
interrupt-parent = <&mic>;
cpus {
cpu@0 {
compatible = "arm,arm926ejs";
#address-cells = <0>;
#size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
};
};