[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1951692.C191PNKQbQ@phil>
Date: Sat, 15 Jul 2017 10:12:02 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: Jacob Chen <jacob-chen@...wrt.com>
Cc: linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
robh+dt@...nel.org, mchehab@...nel.org,
linux-media@...r.kernel.org,
laurent.pinchart+renesas@...asonboard.com, hans.verkuil@...co.com,
s.nawrocki@...sung.com, tfiga@...omium.org, nicolas@...fresne.ca,
Yakir Yang <ykk@...k-chips.com>
Subject: Re: [PATCH v2 3/6] ARM: dts: rockchip: add RGA device node for RK3288
Hi Jacob,
Am Samstag, 15. Juli 2017, 14:58:37 CEST schrieb Jacob Chen:
> This patch add the RGA dt config of rk3288 SoC.
>
> Signed-off-by: Yakir Yang <ykk@...k-chips.com>
> Signed-off-by: Jacob Chen <jacob-chen@...wrt.com>
from the Signed-off it looks like Yakir was te original author of the
patch. So please fix the authorship or drop the top Signed-off by.
Same for other patches like this.
Thanks
Heiko
> ---
> arch/arm/boot/dts/rk3288.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index 1efc2f2..83d025d 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -945,6 +945,19 @@
> status = "okay";
> };
>
> + rga: rga@...20000 {
> + compatible = "rockchip,rk3288-rga";
> + reg = <0xff920000 0x180>;
> + interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "rga";
> + clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
> + clock-names = "aclk", "hclk", "sclk";
> + power-domains = <&power RK3288_PD_VIO>;
> + resets = <&cru SRST_RGA_CORE>, <&cru SRST_RGA_AXI>, <&cru SRST_RGA_AHB>;
> + reset-names = "core", "axi", "ahb";
> + status = "disabled";
> + };
> +
> vopb: vop@...30000 {
> compatible = "rockchip,rk3288-vop";
> reg = <0xff930000 0x19c>;
>
Powered by blists - more mailing lists