Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1288158imu; Thu, 13 Dec 2018 12:28:11 -0800 (PST) X-Google-Smtp-Source: AFSGD/XuFsNqn3EYmGY7RJVReTF5C+H1Qlm8YRY9q75rbhPtvLEhg6qYBJJjHB30NhFvoNpYvv7H X-Received: by 2002:a17:902:6b83:: with SMTP id p3mr270852plk.118.1544732891420; Thu, 13 Dec 2018 12:28:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544732891; cv=none; d=google.com; s=arc-20160816; b=YykDG69PlXEV7IttTFYxzWQhyGccHUSLB/rGhZJdo84XShcAcGSNV2H2bI6bcO1jw7 Ab322phfvcSrjB/YOcbHhuT0A3G1mhAsOfqAxbMGr4Rkh9hlZj0NY75Pjygo7hQU4BBr 5YYZ0PVm88t59WlibxNGB5/dPRVtEAEJXidcKXMTwmPuyNOoaCrKz69Q9k/Sb6b0jarh YGYpH3GcgTw9GNCXwJ2oHPWbTIDFSFfjrf0L3qsdxvJFhXuS07gEwtGL1zNntyJgHMqq t/7IKs1O3H+dAttsORl2VOQV4xY53Ea9eIHTkMmGhYcaqQNjRxKCdUCOXmijgvxDWM7k /A1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=2llZRU9j931h94PCwyReIhEQUEW7iS1FXvJzOMSxYLo=; b=pIX7smSPjRowFcFW0MPaMcgC4WN/Pab5lrV61fNhY6vaI0HI/+nNgQsAqx93/OdWfE z/VY4HToh6sX89qPINJCDBoufCwcjN2ygV94huzHPxY6TyzN1p5X+UotSNGANR5CykAA t8CMFBD+5Hqz1BiXALtnDQMx+uW3JgXNThlYabFdvnDX2WS9TYPwPji+mXAe+sfUYTtb CFEUJmr8PhWc5QhboymUfy7Q6l6K7hjRZVlsGoulX/gpywkx9SRyFj3Cevlx4XJMxcnl sSIJkk8RbRvtBhr5NvbTlMCdV8rTwSFvsfPy91aJrE1SChhKr5StsHGidLDkIszU5a/9 ALuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k190si2173858pgd.64.2018.12.13.12.27.57; Thu, 13 Dec 2018 12:28:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728925AbeLMUZe (ORCPT + 99 others); Thu, 13 Dec 2018 15:25:34 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:5356 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726435AbeLMUZd (ORCPT ); Thu, 13 Dec 2018 15:25:33 -0500 X-Greylist: delayed 302 seconds by postgrey-1.27 at vger.kernel.org; Thu, 13 Dec 2018 15:25:33 EST X-IronPort-AV: E=Sophos;i="5.56,349,1539615600"; d="scan'208";a="2555648" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 14 Dec 2018 05:20:30 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 29CE34072C4F; Fri, 14 Dec 2018 05:20:26 +0900 (JST) From: Fabrizio Castro To: Mauro Carvalho Chehab , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Laurent Pinchart , Kieran Bingham , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das Subject: [PATCH] [media] v4l: vsp1: Add RZ/G support Date: Thu, 13 Dec 2018 20:20:24 +0000 Message-Id: <1544732424-6498-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document RZ/G1 and RZ/G2 support. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/renesas,vsp1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.txt b/Documentation/devicetree/bindings/media/renesas,vsp1.txt index 1642701..cd5a955 100644 --- a/Documentation/devicetree/bindings/media/renesas,vsp1.txt +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.txt @@ -2,13 +2,13 @@ The VSP is a video processing engine that supports up-/down-scaling, alpha blending, color space conversion and various other image processing features. -It can be found in the Renesas R-Car second generation SoCs. +It can be found in the Renesas R-Car Gen2, R-Car Gen3, RZ/G1, and RZ/G2 SoCs. Required properties: - compatible: Must contain one of the following values - - "renesas,vsp1" for the R-Car Gen2 VSP1 - - "renesas,vsp2" for the R-Car Gen3 VSP2 + - "renesas,vsp1" for the R-Car Gen2 and RZ/G1 VSP1 + - "renesas,vsp2" for the R-Car Gen3 and RZ/G2 VSP2 - reg: Base address and length of the registers block for the VSP. - interrupts: VSP interrupt specifier. -- 2.7.4