From patchwork Fri Jun 22 15:33:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Todor Tomov X-Patchwork-Id: 139699 Delivered-To: patch@linaro.org Received: by 2002:a2e:970d:0:0:0:0:0 with SMTP id r13-v6csp1020837lji; Fri, 22 Jun 2018 08:38:45 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLOLhAfsrgwQGfzkvY6E8zIb/JfAC/76Web22EXIEwYwH8nDH8hXa8QoJeQLW9tWw44sKyu X-Received: by 2002:a62:a104:: with SMTP id b4-v6mr2301425pff.159.1529681925383; Fri, 22 Jun 2018 08:38:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529681925; cv=none; d=google.com; s=arc-20160816; b=tc1LMmI+EmxGmgTu9k54wRZXsgOAZwx/5wYxcV8DwVZl6aKtkmBD0CBHnmIG14tOEN gqH6Y6vyAEpPWihh0mtYCs0wzwHRk8UVFzvbdVK90m0lUyNWFlXOOZvcEItiJzgbBGT0 ObqyDXwEBV6HR4x7H84CS0nCF/3HtpCUAuq/VOH6S9q6b5gZAb7Hwoxu9awTbk3z3IBG ZdpuTS8vGrHjIfpqzO4sBTYc/YFTm3FO6Sc749Anb+tMmKAZn2eYR+EDJgABsZ8YG2qG T0vwCj0mYvjzdwwkhPpcqJRRgCtI+xAO6+LwcLCR54hQ5ug7KtGPcU/BFitWjFsrhUx4 Evag== 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=cqAIXLhqE6/8qPHbjKPBltDgEM5TD2nzu7COK/LDOPM=; b=Ek8VqRtqfDx/VI3LGzKguVJ4k6RTUYnbrlgnr3NjcLVDLirWzUPRf4AZWOQ5BTe/8N EyphzGcGeR9xHM4igPCSNmnjH8wh8gQDWhwoGJroxY03261CU0be0K+jVo7M/4QVQ2l+ UiFFFUvy/shgzUbrBeEpL4w+93+PLnliDEFLiXS/Z2gqSDXi0w8lvdugVw0KBCh47d91 CszEvb7+htMtvQqkVpDEHHJFzs4/4Qjzu8opwo29RdWnQ2gXKDE41Nz04TVRCY67Q9rh +P1WiEoAlGzbTfIeFi2d3+GGaTKaKfXvZ8B4JLD0mC6pwntr4Jnimq3jtBkqAJ7dokum 6zVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-media-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-media-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 134-v6si6597702pgc.116.2018.06.22.08.38.45; Fri, 22 Jun 2018 08:38:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-media-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-media-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-media-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 S934233AbeFVPil (ORCPT + 4 others); Fri, 22 Jun 2018 11:38:41 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:46458 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933977AbeFVPeE (ORCPT ); Fri, 22 Jun 2018 11:34:04 -0400 Received: from mms-0439.qualcomm.mm-sol.com (unknown [37.157.136.206]) by extserv.mm-sol.com (Postfix) with ESMTPSA id 5E7F3CD2F; Fri, 22 Jun 2018 18:33:59 +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 14/32] media: dt-bindings: media: qcom, camss: Fix whitespaces Date: Fri, 22 Jun 2018 18:33:23 +0300 Message-Id: <1529681621-9682-15-git-send-email-todor.tomov@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1529681621-9682-1-git-send-email-todor.tomov@linaro.org> References: <1529681621-9682-1-git-send-email-todor.tomov@linaro.org> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Use tabs. CC: Rob Herring CC: Mark Rutland CC: devicetree@vger.kernel.org Signed-off-by: Todor Tomov --- .../devicetree/bindings/media/qcom,camss.txt | 92 +++++++++++----------- 1 file changed, 46 insertions(+), 46 deletions(-) -- 2.7.4 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 {