This is a note to let you know that I've just added the patch titled

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

to the 3.10-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-sunxi-cpus-cpu-nodes-dts-updates.patch
and it can be found in the queue-3.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From 14c44aa541744d4cf06db89c27a1e6df293c64d5 Mon Sep 17 00:00:00 2001
From: Lorenzo Pieralisi <lorenzo.pieral...@arm.com>
Date: Thu, 18 Apr 2013 18:41:57 +0100
Subject: ARM: dts: sunxi: cpus/cpu nodes dts updates

From: Lorenzo Pieralisi <lorenzo.pieral...@arm.com>

commit 14c44aa541744d4cf06db89c27a1e6df293c64d5 upstream.

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.pieral...@arm.com>
Acked-by: Maxime Ripard <maxime.rip...@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

---
 arch/arm/boot/dts/sun4i-a10.dtsi |    2 ++
 arch/arm/boot/dts/sun5i-a13.dtsi |    2 ++
 2 files changed, 4 insertions(+)

--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -17,7 +17,9 @@
 
        cpus {
                cpu@0 {
+                       device_type = "cpu";
                        compatible = "arm,cortex-a8";
+                       reg = <0x0>;
                };
        };
 
--- a/arch/arm/boot/dts/sun5i-a13.dtsi
+++ b/arch/arm/boot/dts/sun5i-a13.dtsi
@@ -18,7 +18,9 @@
 
        cpus {
                cpu@0 {
+                       device_type = "cpu";
                        compatible = "arm,cortex-a8";
+                       reg = <0x0>;
                };
        };
 


Patches currently in stable-queue which might be from lorenzo.pieral...@arm.com 
are

queue-3.10/arm-dts-at91-cpus-cpu-node-dts-updates.patch
queue-3.10/arm-dts-sunxi-cpus-cpu-nodes-dts-updates.patch
queue-3.10/arm-dts-add-missing-cpu-address-cell-values.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to