]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: r8a7740: Add TPU node to the device tree
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 25 Jul 2013 22:51:00 +0000 (00:51 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 6 Aug 2013 09:06:23 +0000 (18:06 +0900)
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7740.dtsi

index 4b0728fc2c3bf113d0bfe97fae8240f3b0a27bc6..27f014f3f1aa049dca70af637cc6718a22b85be2 100644 (file)
                              0 72 0x4
                              0 73 0x4>;
        };
+
+       tpu: pwm@e6600000 {
+               compatible = "renesas,tpu-r8a7740", "renesas,tpu";
+               reg = <0xe6600000 0x100>;
+               status = "disabled";
+               #pwm-cells = <3>;
+       };
 };