[3.11.y.z extended stable] Patch "ARM: bcm2835: add missing #xxx-cells to I2C nodes" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Thu Dec 5 11:21:26 UTC 2013
This is a note to let you know that I have just added a patch titled
ARM: bcm2835: add missing #xxx-cells to I2C nodes
to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.11.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From e012d516a812c1ab5af8f91e0f53fdb6cac2f1cf Mon Sep 17 00:00:00 2001
From: Stephen Warren <swarren at wwwdotorg.org>
Date: Mon, 25 Nov 2013 20:35:42 -0700
Subject: ARM: bcm2835: add missing #xxx-cells to I2C nodes
commit a31ab44ef5d07c6707df4a9ad2c8affd2d62ff4b upstream.
The I2C controller node needs #address-cells and #size-cells properties,
but these are currently missing. Add them. This allows child nodes to be
parsed correctly.
Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
Signed-off-by: Olof Johansson <olof at lixom.net>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
arch/arm/boot/dts/bcm2835.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 1e12aef..aa537ed 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -85,6 +85,8 @@
reg = <0x7e205000 0x1000>;
interrupts = <2 21>;
clocks = <&clk_i2c>;
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -93,6 +95,8 @@
reg = <0x7e804000 0x1000>;
interrupts = <2 21>;
clocks = <&clk_i2c>;
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
--
1.8.3.2
More information about the kernel-team
mailing list