Received: by 10.192.165.148 with SMTP id m20csp561552imm; Wed, 25 Apr 2018 04:17:54 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/KPZvaHZ2S9H83PjQHr4hqwRf4Boxsh78om4JJdogL9Tv544DHGIbiCwkUc1fvuxmwHg4n X-Received: by 2002:a17:902:b609:: with SMTP id b9-v6mr28330084pls.29.1524655074305; Wed, 25 Apr 2018 04:17:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524655074; cv=none; d=google.com; s=arc-20160816; b=SUra7yu2cLYI7D2AwRWzHgjYkdgTk3WVGGCBLai/6Lk+05BlqIakJnot20SzQTpSlw uzBgplnWP3G0XUL+onngiwEyM8HYGj/N1WCMra9aDZxAwFOtwLTY6RzWQfV8kf0D5mLI Cqs0mEYd7fCTVRQ2No2izeXXTzViyMrTPHXsMp4Wk7hpj30jG+N6I2kcMQ1E8TysEDqy DoURrzYk8RruXBBKZenPqNb7WLOW0LKTTyOQxlryZxVMDvEmj4zjcRzhw90CfXtW1FIs 0KbVaHJOGTKEKi29t3ThvkbmF8A0Go8bOZRw65oGepdwPFvSzyY3TE3t+nURkZnT1X78 uCGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=komSYYzBHCSr/coiqCPQ8g2QiIt9zBWFqaxPwZNL1y8=; b=ZD/S/EgHhPDVQrrAO985fwu9d/Cx76ozsR48N8M3M87V4CH8R9uOI8uhmXFG9fGfpx Qj5fh3QsrrFwqWcbhUDlgWKQg7rDFnjXfhlQu9QkvmYOYAgrh0V331LY7p1c4k3ww9c6 OWRPgbi5HCmNcefYHCsTDcU1+/kRErD+lh9CelZ+sLctikT8qazYKJbrgkfn7vte2EjF VN4w+y0mnPOUysZC74Q8sogkS/DCHdv/XuqFzqmsf5LepWZnUiyDcTS1hkH/n0NhjISN CJQdK0Mnn4x18pzqbQSgya9hawvhAFaPCNcUTyBpfMwrdVD6yLlOCVxw978brXPKwNEL iCsw== 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 o33-v6si15351524plb.432.2018.04.25.04.17.40; Wed, 25 Apr 2018 04:17:54 -0700 (PDT) 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 S1754377AbeDYLQ0 (ORCPT + 99 others); Wed, 25 Apr 2018 07:16:26 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47685 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753943AbeDYLPg (ORCPT ); Wed, 25 Apr 2018 07:15:36 -0400 X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 990531C000E; Wed, 25 Apr 2018 13:15:33 +0200 (CEST) From: Jacopo Mondi To: geert@linux-m68k.org, horms@verge.net.au, robh+dt@kernel.org, mark.rutland@arm.com Cc: Jacopo Mondi , linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740 Date: Wed, 25 Apr 2018 13:15:19 +0200 Message-Id: <1524654920-18749-2-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1524654920-18749-1-git-send-email-jacopo+renesas@jmondi.org> References: <1524654920-18749-1-git-send-email-jacopo+renesas@jmondi.org> X-Spam-Level: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add R-Mobile A1 R8A7740 SoC to the list of compatible values for the CEU unit. Signed-off-by: Jacopo Mondi --- Documentation/devicetree/bindings/media/renesas,ceu.txt | 7 ++++--- drivers/media/platform/renesas-ceu.c | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/renesas,ceu.txt b/Documentation/devicetree/bindings/media/renesas,ceu.txt index 3fc66df..8a7a616 100644 --- a/Documentation/devicetree/bindings/media/renesas,ceu.txt +++ b/Documentation/devicetree/bindings/media/renesas,ceu.txt @@ -2,14 +2,15 @@ Renesas Capture Engine Unit (CEU) ---------------------------------------------- The Capture Engine Unit is the image capture interface found in the Renesas -SH Mobile and RZ SoCs. +SH Mobile, R-Mobile and RZ SoCs. The interface supports a single parallel input with data bus width of 8 or 16 bits. Required properties: -- compatible: Shall be "renesas,r7s72100-ceu" for CEU units found in RZ/A1H - and RZ/A1M SoCs. +- compatible: Shall be one of the following values: + "renesas,r7s72100-ceu" for CEU units found in RZ/A1H and RZ/A1M SoCs + "renesas,r8a7740-ceu" for CEU units found in R-Mobile A1 R8A7740 SoCs - reg: Registers address base and size. - interrupts: The interrupt specifier. diff --git a/drivers/media/platform/renesas-ceu.c b/drivers/media/platform/renesas-ceu.c index 6599dba..c964a56 100644 --- a/drivers/media/platform/renesas-ceu.c +++ b/drivers/media/platform/renesas-ceu.c @@ -1545,6 +1545,7 @@ static const struct ceu_data ceu_data_sh4 = { #if IS_ENABLED(CONFIG_OF) static const struct of_device_id ceu_of_match[] = { { .compatible = "renesas,r7s72100-ceu", .data = &ceu_data_rz }, + { .compatible = "renesas,r8a7740-ceu", .data = &ceu_data_rz }, { } }; MODULE_DEVICE_TABLE(of, ceu_of_match); -- 2.7.4