[PATCH 01/19] ARM: shmobile: r8a73a4: Add pin control device to device tree
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Fri Jul 19 08:32:42 EDT 2013
Hello.
On 19-07-2013 8:36, Simon Horman wrote:
> From: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
> Add a pfc node to the r8a73a4 device tree.
This patch looks strange...
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
> Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
> ---
> arch/arm/boot/dts/r8a73a4.dtsi | 88 ++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 88 insertions(+)
> diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
> index 4ff2019..f1a35d5 100644
> --- a/arch/arm/boot/dts/r8a73a4.dtsi
> +++ b/arch/arm/boot/dts/r8a73a4.dtsi
> @@ -85,4 +85,92 @@
> interrupt-parent = <&gic>;
> interrupts = <0 69 4>;
> };
> +
> + i2c0: i2c at e6500000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "renesas,rmobile-iic";
> + reg = <0 0xe6500000 0 0x428>;
> + interrupt-parent = <&gic>;
> + interrupts = <0 174 0x4>;
> + };
[...]
> + i2c8: i2c at e6570000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "renesas,rmobile-iic";
> + reg = <0 0xe6570000 0 0x428>;
> + interrupt-parent = <&gic>;
> + interrupts = <0 173 0x4>;
> + };
> +
Hm, this also adds a bunch of I2C controllers which is not mentioned in
the changelog at all.
WBR, Sergei
More information about the linux-arm-kernel
mailing list