From: Laurent Pinchart Date: Thu, 25 Jul 2013 22:51:00 +0000 (+0200) Subject: ARM: shmobile: r8a7740: Add TPU node to the device tree X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b3e32c1fe5dce55e28e76b20361841dc863ec17;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: shmobile: r8a7740: Add TPU node to the device tree Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi index 4b0728fc2c3b..27f014f3f1aa 100644 --- a/arch/arm/boot/dts/r8a7740.dtsi +++ b/arch/arm/boot/dts/r8a7740.dtsi @@ -144,4 +144,11 @@ 0 72 0x4 0 73 0x4>; }; + + tpu: pwm@e6600000 { + compatible = "renesas,tpu-r8a7740", "renesas,tpu"; + reg = <0xe6600000 0x100>; + status = "disabled"; + #pwm-cells = <3>; + }; };