ARM: shmobile: r8a7791: Add JPU device node.
authorMikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
Fri, 24 Jul 2015 13:25:46 +0000 (16:25 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 28 Jul 2015 00:34:36 +0000 (09:34 +0900)
This patch contains device tree node definition for JPEG codec peripheral
found in the Renesas R-Car r8a7791 SoC.

Signed-off-by: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index d37339bd7cdbea2b21a12dfca10d5a40a576b576..1cb6c2d079331d4ff2b5c5aaa73aa83fa431bb74 100644 (file)
                status = "disabled";
        };
 
+       jpu: jpeg-codec@fe980000 {
+               compatible = "renesas,jpu-r8a7791";
+               reg = <0 0xfe980000 0 0x10300>;
+               interrupts = <0 272 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp1_clks R8A7791_CLK_JPU>;
+       };
+
        clocks {
                #address-cells = <2>;
                #size-cells = <2>;