Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb847575 authored by Mikhail Ulyanov's avatar Mikhail Ulyanov Committed by Simon Horman
Browse files

ARM: shmobile: r8a7790: Add JPU device node.



This patch contains device tree node definition for JPEG codec peripheral
found in the Renesas R-Car r8a7790 SoC.

Signed-off-by: default avatarMikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7fd6e11d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -872,6 +872,13 @@
		status = "disabled";
	};

	jpu: jpeg-codec@fe980000 {
		compatible = "renesas,jpu-r8a7790";
		reg = <0 0xfe980000 0 0x10300>;
		interrupts = <0 272 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&mstp1_clks R8A7790_CLK_JPU>;
	};

	clocks {
		#address-cells = <2>;
		#size-cells = <2>;