Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5672094imm; Mon, 23 Jul 2018 04:08:12 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcMKqAjZGpu/h62nhD0s6FNdwqKgyzLbvgS2mmVXgX3mnA22n8hxIIQthbkffWhqRljykF1 X-Received: by 2002:a17:902:aa46:: with SMTP id c6-v6mr12334919plr.313.1532344092314; Mon, 23 Jul 2018 04:08:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532344092; cv=none; d=google.com; s=arc-20160816; b=SSkzPOmW+6/pW3mgqvgd/ThNZ0wKN6nRPA9eTyW6VpgJiXJeqxWjQCXfAhUv9q5dFP q0WIN8CZHiROP484uVy4jGk6FSFE8tjzKvgQB8j7TAcUv0NolHbujV5ego/pKNA3229N FfmwPtfv5E1SBy+f7hO5q7jIqyYqL61GQSDlRmUNY4agQ4dDrPI4R6iNzCRprUb15b+6 I2EwYGKfgE07a91FDiP44PN/PcYerq0zyESAXSQ8SVueZFn7b/t+0vn/vkvdRFUK+nsq 1E8uKfGzeehiz2sWju8HVfQOnK9lTWnOmDMIQq6det+e3mdAF9aUARNWPhThWaJU9V2I gxqQ== 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=VMv5v914JXPuuQZfo/SwM9eqR/8oY9eP+i4cRmRiPro=; b=ZqTPNw1UfHrSp/YvLDMhoWX+qVk45EZplK+AIpWPcOSGK0Ce09Hw61WBsjuwwuf+HG RkUhJQn9Syo4IDcPlI+FnZOAiTBe60agyuvc2Vc1AIrEdkBk1XJcV2sAvIIvBb3bouZY wmG7W3L2PWZ6YgHYycJT+Tvw5AhGpVjBhslhiT7Z7jtcasQVCK7Z/xt54bL2vM6MAtF+ d/aVITKE9lzSBUenYSJjTs1zVshtq779umlLbTacgh9MW9yN0+bbxA6VDQhA1urcFAh7 bzugCfcbmoOfI7L2Vuefa699SgIBBfJAyQhF1M7GDY1/s1k/c6EzrWZxPpf8tOj7FTs2 Zm0g== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d30-v6si8128482pld.428.2018.07.23.04.07.56; Mon, 23 Jul 2018 04:08:12 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388194AbeGWMEr (ORCPT + 99 others); Mon, 23 Jul 2018 08:04:47 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:39962 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388115AbeGWMEq (ORCPT ); Mon, 23 Jul 2018 08:04:46 -0400 Received: from mms-0439.qualcomm.mm-sol.com (unknown [37.157.136.206]) by extserv.mm-sol.com (Postfix) with ESMTPSA id 9A0A1CD5E; Mon, 23 Jul 2018 14:04:02 +0300 (EEST) From: Todor Tomov To: mchehab@kernel.org, sakari.ailus@linux.intel.com, hans.verkuil@cisco.com, laurent.pinchart+renesas@ideasonboard.com, linux-media@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Todor Tomov , Rob Herring , Mark Rutland , devicetree@vger.kernel.org Subject: [PATCH v3 15/35] media: dt-bindings: media: qcom,camss: Fix whitespaces Date: Mon, 23 Jul 2018 14:02:32 +0300 Message-Id: <1532343772-27382-16-git-send-email-todor.tomov@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1532343772-27382-1-git-send-email-todor.tomov@linaro.org> References: <1532343772-27382-1-git-send-email-todor.tomov@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use tabs. CC: Rob Herring CC: Mark Rutland CC: devicetree@vger.kernel.org Signed-off-by: Todor Tomov Reviewed-by: Rob Herring --- .../devicetree/bindings/media/qcom,camss.txt | 92 +++++++++++----------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/Documentation/devicetree/bindings/media/qcom,camss.txt b/Documentation/devicetree/bindings/media/qcom,camss.txt index 032e8ed..e938eb0 100644 --- a/Documentation/devicetree/bindings/media/qcom,camss.txt +++ b/Documentation/devicetree/bindings/media/qcom,camss.txt @@ -53,25 +53,25 @@ Qualcomm Camera Subsystem Usage: required Value type: Definition: Should contain the following entries: - - "top_ahb" - - "ispif_ahb" - - "csiphy0_timer" - - "csiphy1_timer" - - "csi0_ahb" - - "csi0" - - "csi0_phy" - - "csi0_pix" - - "csi0_rdi" - - "csi1_ahb" - - "csi1" - - "csi1_phy" - - "csi1_pix" - - "csi1_rdi" - - "ahb" - - "vfe0" - - "csi_vfe0" - - "vfe_ahb" - - "vfe_axi" + - "top_ahb" + - "ispif_ahb" + - "csiphy0_timer" + - "csiphy1_timer" + - "csi0_ahb" + - "csi0" + - "csi0_phy" + - "csi0_pix" + - "csi0_rdi" + - "csi1_ahb" + - "csi1" + - "csi1_phy" + - "csi1_pix" + - "csi1_rdi" + - "ahb" + - "vfe0" + - "csi_vfe0" + - "vfe_ahb" + - "vfe_axi" - vdda-supply: Usage: required Value type: @@ -95,17 +95,17 @@ Qualcomm Camera Subsystem - clock-lanes: Usage: required Value type: - Definition: The physical clock lane index. The value - must always be <1> as the physical clock - lane is lane 1. + Definition: The physical clock lane index. The value + must always be <1> as the physical clock + lane is lane 1. - data-lanes: Usage: required Value type: - Definition: An array of physical data lanes indexes. - Position of an entry determines the logical - lane number, while the value of an entry - indicates physical lane index. Lane swapping - is supported. + Definition: An array of physical data lanes indexes. + Position of an entry determines the logical + lane number, while the value of an entry + indicates physical lane index. Lane swapping + is supported. * An Example @@ -161,25 +161,25 @@ Qualcomm Camera Subsystem <&gcc GCC_CAMSS_CSI_VFE0_CLK>, <&gcc GCC_CAMSS_VFE_AHB_CLK>, <&gcc GCC_CAMSS_VFE_AXI_CLK>; - clock-names = "top_ahb", - "ispif_ahb", - "csiphy0_timer", - "csiphy1_timer", - "csi0_ahb", - "csi0", - "csi0_phy", - "csi0_pix", - "csi0_rdi", - "csi1_ahb", - "csi1", - "csi1_phy", - "csi1_pix", - "csi1_rdi", - "ahb", - "vfe0", - "csi_vfe0", - "vfe_ahb", - "vfe_axi"; + clock-names = "top_ahb", + "ispif_ahb", + "csiphy0_timer", + "csiphy1_timer", + "csi0_ahb", + "csi0", + "csi0_phy", + "csi0_pix", + "csi0_rdi", + "csi1_ahb", + "csi1", + "csi1_phy", + "csi1_pix", + "csi1_rdi", + "ahb", + "vfe0", + "csi_vfe0", + "vfe_ahb", + "vfe_axi"; vdda-supply = <&pm8916_l2>; iommus = <&apps_iommu 3>; ports { -- 2.7.4