Message ID | 1408452653-14067-4-git-send-email-mikhail.ulyanov@cogentembedded.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Tue, Aug 19, 2014 at 04:50:50PM +0400, Mikhail Ulyanov wrote: > Signed-off-by: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com> Please add a changelog. Please repost this once the binding used below has been accepted by the maintainer. Please CC both Magnus Damm and I when you resubmit this or post and likewise for any other sshmobile patches. Thanks > > --- > arch/arm/boot/dts/r8a7790.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi > index 61fd193..c8bc048 100644 > --- a/arch/arm/boot/dts/r8a7790.dtsi > +++ b/arch/arm/boot/dts/r8a7790.dtsi > @@ -600,6 +600,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>; -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 61fd193..c8bc048 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -600,6 +600,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>;
Signed-off-by: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com> --- arch/arm/boot/dts/r8a7790.dtsi | 7 +++++++ 1 file changed, 7 insertions(+)