From patchwork Mon Dec 7 04:23:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 11954779 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4A2EC4361B for ; Mon, 7 Dec 2020 04:28:43 +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 7746420867 for ; Mon, 7 Dec 2020 04:28:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7746420867 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version: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=xbnl0s7PuuQS1iBu6JLtMYK6D8XpLvdGJvBbBN/+zwE=; b=OPMFMN/Df7OEtGG+s/S49O3lB yd0s1M0CbFZW4po3SBSAyfKNlcfEqKwaxbhA5WlNmiQOTqj/Je5DMPrVpHgX83ShU1xTfNQ6mhW5Z vqe5AoqTuGt4ZvBBzo4/qqGWzXB+27IxusxlGIYBy5VXKwvcqTLFOYc0ogXj3/EoOGpfVBULtWFvx W1nl7ifG46DCvqaEnOea59u+DjDmR2MoKDVVQ2WdjxO/6wnLeUl1Z0x0PrMzizn4APNt4pBZL/vcL RV+00Mi22b12OEew4lyrWBA+1cxBiXYX8C52xDbceBWSJTOZ5zkX+FaVgx/Fy6zTnxfPiWNMNksHg 4zhPy/7uQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1km879-0000mn-80; Mon, 07 Dec 2020 04:27:07 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1km870-0000jJ-FQ for linux-arm-kernel@lists.infradead.org; Mon, 07 Dec 2020 04:27:01 +0000 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cq9H94CQJzkmHd; Mon, 7 Dec 2020 12:26:13 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.9) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Dec 2020 12:26:42 +0800 From: Zhen Lei To: Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Sakari Ailus , Jacopo Mondi , "Ricardo Ribalda" , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel , linux-media , devicetree , linux-kernel Subject: [PATCH 1/4] dt-bindings: media: adv7604: eliminate yamllint warnings Date: Mon, 7 Dec 2020 12:23:57 +0800 Message-ID: <20201207042400.1498-2-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201207042400.1498-1-thunder.leizhen@huawei.com> References: <20201207042400.1498-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201206_232659_050135_E7B8D522 X-CRM114-Status: UNSURE ( 9.65 ) X-CRM114-Notice: Please train this message. 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: Zhen Lei Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/media/i2c/adv7604.yaml :24:9: [warning] wrong indentation: expected 10 but found 8 (indentation) Signed-off-by: Zhen Lei --- Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/adv7604.yaml b/Documentation/devicetree/bindings/media/i2c/adv7604.yaml index 81f17e719d87da5..693f31daf5aa699 100644 --- a/Documentation/devicetree/bindings/media/i2c/adv7604.yaml +++ b/Documentation/devicetree/bindings/media/i2c/adv7604.yaml @@ -21,8 +21,8 @@ properties: compatible: items: - enum: - - adi,adv7611 - - adi,adv7612 + - adi,adv7611 + - adi,adv7612 reg: minItems: 1 From patchwork Mon Dec 7 04:23:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 11954785 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55316C0018C for ; Mon, 7 Dec 2020 04:28:44 +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 0520B20867 for ; Mon, 7 Dec 2020 04:28:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0520B20867 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version: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=hrHqaH/SCkQQGo5kjBcXnZhPPyGCnG2ieezi3GUNtOY=; b=WA5Tjpbv8T1N/hNjJ5qIjXZzx rfSKW5U9wmNr8WPGMf3aZFinKr8SzUxuyS41oc3ZucAIXX41Mz15D3bKvQ+RgkirYiFVEsxDhdUnZ Ncj+xIeF4xxG43CMIuzHSPjMoE0BSnqvBxyyAn1wrw81nBwI251dvJh2yHPPLHLt9qBEIWwkJbEJj K6YaJoO4RAus7WXWjy42ujBolTeJD1Zsxst8a1Dwf5umlIlc1AZ22O3A4j4S+ql1Mpssleqc2h2A8 QKFgjuYlw8AFJehk4kkkLaErCufMkSCKcbB99et46a6g6fRsufZit4GG3889OSzKGWblaL7pa0HaF oGpbhM0yw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1km87E-0000nm-5J; Mon, 07 Dec 2020 04:27:12 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1km872-0000jH-7D for linux-arm-kernel@lists.infradead.org; Mon, 07 Dec 2020 04:27:05 +0000 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cq9H93FhdzkmG0; Mon, 7 Dec 2020 12:26:13 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.9) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Dec 2020 12:26:43 +0800 From: Zhen Lei To: Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Sakari Ailus , Jacopo Mondi , "Ricardo Ribalda" , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel , linux-media , devicetree , linux-kernel Subject: [PATCH 2/4] dt-bindings: media: nokia, smia: eliminate yamllint warnings Date: Mon, 7 Dec 2020 12:23:58 +0800 Message-ID: <20201207042400.1498-3-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201207042400.1498-1-thunder.leizhen@huawei.com> References: <20201207042400.1498-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201206_232700_538367_52A362BD X-CRM114-Status: UNSURE ( 9.59 ) X-CRM114-Notice: Please train this message. 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: Zhen Lei Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml :4:1: [error] missing document start "---" (document-start) :29:9: [warning] wrong indentation: expected 10 but found 8 (indentation) :32:9: [warning] wrong indentation: expected 10 but found 8 (indentation) Signed-off-by: Zhen Lei Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml index d94bd67ccea111d..0df0334d2d0db3b 100644 --- a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml +++ b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml @@ -1,6 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # Copyright (C) 2014--2020 Intel Corporation - +%YAML 1.2 +--- $id: http://devicetree.org/schemas/media/i2c/mipi-ccs.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# @@ -26,11 +27,11 @@ properties: compatible: oneOf: - items: - - const: mipi-ccs-1.1 - - const: mipi-ccs + - const: mipi-ccs-1.1 + - const: mipi-ccs - items: - - const: mipi-ccs-1.0 - - const: mipi-ccs + - const: mipi-ccs-1.0 + - const: mipi-ccs - const: nokia,smia reg: From patchwork Mon Dec 7 04:23:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 11954781 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D45A5C4167B for ; Mon, 7 Dec 2020 04:28:44 +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 9A4CF20867 for ; Mon, 7 Dec 2020 04:28:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9A4CF20867 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version: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=daMRRWCvy8b62nJvxkivNqQMvU592vqVnhR+JLpr3uM=; b=OFb0sv4UxD6NMf0J+lO0AZHc1 6IwVrxjTqTy4tEIeciAGEnq/e945zCQd4+EWz0Fw2MOsKH+9yR9dtosKKhuCrqN8on70baDX9ABtc DUY03hErl2Iu1tGr0QBMqRUl1x855MTAj2tnfAoTjRXOVQtxER1/PR4dcNskCKgrvU9Tf3BHEqUjq VoN0RcJwIFV8sPHNzJPo7h5/ozed1YjkYZNU3K4bm6sHIL5yHUtq7i10BJOS7bRTST27ikcRbEQO7 jJROyMVU8uHnAtJOttlXwIsG/VHwenXLY9R+wUzAxuwKFnk3UqyVmUuTlAgYB9V/Pq0D+/9ZcNSQw qyAEr5+qQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1km87B-0000nT-JX; Mon, 07 Dec 2020 04:27:09 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1km871-0000jI-0E for linux-arm-kernel@lists.infradead.org; Mon, 07 Dec 2020 04:27:01 +0000 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cq9H94xKTzkmHr; Mon, 7 Dec 2020 12:26:13 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.9) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Dec 2020 12:26:44 +0800 From: Zhen Lei To: Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Sakari Ailus , Jacopo Mondi , "Ricardo Ribalda" , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel , linux-media , devicetree , linux-kernel Subject: [PATCH 3/4] dt-bindings: media: ov772x: eliminate yamllint warnings Date: Mon, 7 Dec 2020 12:23:59 +0800 Message-ID: <20201207042400.1498-4-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201207042400.1498-1-thunder.leizhen@huawei.com> References: <20201207042400.1498-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201206_232659_316285_800D4F0C X-CRM114-Status: UNSURE ( 8.15 ) X-CRM114-Notice: Please train this message. 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: Zhen Lei Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml :79:17: [warning] wrong indentation: expected 14 but found 16 (indentation) :88:17: [warning] wrong indentation: expected 14 but found 16 (indentation) Signed-off-by: Zhen Lei --- Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml index 450e5bd64312ddf..eedc560837d2c80 100644 --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml @@ -76,18 +76,18 @@ properties: bus-type: const: 6 then: - properties: - hsync-active: false - vsync-active: false + properties: + hsync-active: false + vsync-active: false - if: properties: bus-width: const: 10 then: - properties: - data-shift: - const: 0 + properties: + data-shift: + const: 0 required: - bus-type From patchwork Mon Dec 7 04:24:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 11954783 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 369C5C1B087 for ; Mon, 7 Dec 2020 04:28:46 +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 E95FC20867 for ; Mon, 7 Dec 2020 04:28:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E95FC20867 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version: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=xX8Jr5vlKbT7oNhjezLASNgFFQ8+Mnd+N/fURM9tvnk=; b=M6SH6IFqfnhcZTrt/d/YqlkRb O9/cARpWHlIgW25PRERUpb2UrqQJ50PQHtWc9pykIjX9XVNdO1Yf09DA1LL7vx1T2r6jUX5PWUyAb C6XR9TezTKSCclxtLyza0pI/sr06unhUPbFWne5WOWGpfCWt9TL8fZqVI14jBkhq/x44WRCme2cnC FHmvUywNwyO5WpnHvEoK24BSGJieXvZhZ898AEwnQvObAc57RGPQoVcGnnRmrKI0/LVAqoz5nxIdJ UoUN0g76ciSARo2aB3Atcj/JBitk7tVnIQukSRA4fGbcORk5ozHEMVXnguzhdKGoNnW39m/vYDTff cwXL+G2qA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1km877-0000mO-DX; Mon, 07 Dec 2020 04:27:05 +0000 Received: from szxga04-in.huawei.com ([45.249.212.190]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1km870-0000jK-FO for linux-arm-kernel@lists.infradead.org; Mon, 07 Dec 2020 04:27:00 +0000 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cq9H94WdwzkmHl; Mon, 7 Dec 2020 12:26:13 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.9) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Dec 2020 12:26:44 +0800 From: Zhen Lei To: Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Sakari Ailus , Jacopo Mondi , "Ricardo Ribalda" , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel , linux-media , devicetree , linux-kernel Subject: [PATCH 4/4] dt-bindings: media: imx214: eliminate yamllint warnings Date: Mon, 7 Dec 2020 12:24:00 +0800 Message-ID: <20201207042400.1498-5-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201207042400.1498-1-thunder.leizhen@huawei.com> References: <20201207042400.1498-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201206_232659_029790_5BD64EF5 X-CRM114-Status: UNSURE ( 7.90 ) X-CRM114-Notice: Please train this message. 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: Zhen Lei Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml :72:17: [warning] wrong indentation: expected 18 but found 16 (indentation) :75:17: [warning] wrong indentation: expected 18 but found 16 (indentation) Signed-off-by: Zhen Lei --- Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml index 884bd3527e0a430..0599df605a4f8a6 100644 --- a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml @@ -69,13 +69,13 @@ properties: description: See ../video-interfaces.txt anyOf: - items: - - const: 1 - - const: 2 + - const: 1 + - const: 2 - items: - - const: 1 - - const: 2 - - const: 3 - - const: 4 + - const: 1 + - const: 2 + - const: 3 + - const: 4 link-frequencies: $ref: /schemas/types.yaml#/definitions/uint64-array