From patchwork Fri Sep 4 20:01:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Cerveny X-Patchwork-Id: 11758461 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7F57814F9 for ; Fri, 4 Sep 2020 20:03:17 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4CE352084D for ; Fri, 4 Sep 2020 20:03:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="TLqr75l2"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="cB1I4N+Z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4CE352084D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=computer.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:References:In-Reply-To:Message-Id:Date:Subject:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HI5r22GG8081WBqqybifVs21LVRqNWVM2j2m38ynNPs=; b=TLqr75l26QlwRX8IN47EI8ke0k Dv8tA0mFmZv1Hl4u3F+q6QMhmUfj5wxUI9P4coCpo8dG6Q2+J4NiisC3eyK6idc2KV9zLPrv5SqoS P4aDeoRWp5kuAx5FbSw+enR5QuhJxkgKiTA3XgMo0KxbdB6K8MKhiEA97jK9tsd5DBC6s3ipY8vBR 3jRDSinZBZw5bB2XKxtcWIO8k99a6rgc6QMDYaiA5aLgTtqW2pwbY5e7U0dCtaN6kir37jA85jsFU lAXgH3AwcG63vQKnC0/Wmx1rMVPLpNVPTPuYZEZ5u5+matf7hK/C5xVsDCH5aYqso4X7UGeNcLd0R 9xRZrV1A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kEHuJ-0008Fz-LT; Fri, 04 Sep 2020 20:01:59 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kEHuF-0008FD-Dp for linux-arm-kernel@merlin.infradead.org; Fri, 04 Sep 2020 20:01:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=dBv8aP8JoGNm5+WdbiyAj/wGfJV/R50pqtttaLgv1W4=; b=cB1I4N+Z5uHgrFIve8CZLjP27n GUGDNEPIBx+/uJG0W1iKvgvvvWF6cB+HWgYj8sB00A+p6NI5iUDzOcMVe3tfniaRah3blya8sypZO 7M85yy894B/s9nmGcArM+zbqzrjLhu5IDUTa6f4Rt8Gh0aBYdz69boFGKhJXRyjmGuPcGWMPvX4jE lfmJo8oEJf3gg8CeSf0mWOUREUe0IXoUVCCBWDEu0ShQRtDeIpdebNWJGktrg6Vtx7W99qkT8pF1T 99HT8cSEAD91Hr4hqAWVP2HYnQ7NN4oVIEeMdTFs28+I3pC1RZPqJ++tX/20SaKbU/48BI0Unn84G yE6EB7Tw==; Received: from gw.c-home.cz ([89.24.150.100] helo=dmz.c-home.cz) by casper.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kEHu9-00033r-UM for linux-arm-kernel@lists.infradead.org; Fri, 04 Sep 2020 20:01:54 +0000 Received: from ubuntu1804.c-home.cz (unifi.c-home.cz [192.168.1.239]) by dmz.c-home.cz (8.14.4+Sun/8.14.4) with ESMTP id 084K1EdD002405; Fri, 4 Sep 2020 22:01:29 +0200 (CEST) From: Martin Cerveny To: devicetree@vger.kernel.org Subject: [PATCH 5/6] media: allwinner, sun4i-a10-video-engine: Add V3s compatible Date: Fri, 4 Sep 2020 22:01:11 +0200 Message-Id: <20200904200112.5563-6-m.cerveny@computer.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200904200112.5563-1-m.cerveny@computer.org> References: <20200904200112.5563-1-m.cerveny@computer.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200904_210150_516023_F827AD81 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.4.4 on casper.infradead.org summary: Content analysis details: (-1.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Maxime Ripard , Paul Kocialkowski , Chen-Yu Tsai , Rob Herring , Martin Cerveny , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Allwinner V3s SoC contains video engine. Add compatible for it. Signed-off-by: Martin Cerveny --- .../bindings/media/allwinner,sun4i-a10-video-engine.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml index 4cc1a670c..08515c18c 100644 --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml @@ -18,6 +18,7 @@ properties: - allwinner,sun7i-a20-video-engine - allwinner,sun8i-a33-video-engine - allwinner,sun8i-h3-video-engine + - allwinner,sun8i-v3s-video-engine - allwinner,sun50i-a64-video-engine - allwinner,sun50i-h5-video-engine - allwinner,sun50i-h6-video-engine