From patchwork Tue Jul 31 06:19:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Todor Tomov X-Patchwork-Id: 143176 Delivered-To: patch@linaro.org Received: by 2002:a2e:9754:0:0:0:0:0 with SMTP id f20-v6csp4942871ljj; Mon, 30 Jul 2018 23:20:42 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdy/Pd1/07UfVlHP46CZTdOdIdDbjUcGWEWmv6UBdHTvm6sAYodyrKw2MOcpxhnup0bAis2 X-Received: by 2002:a17:902:e28b:: with SMTP id cf11-v6mr19412705plb.86.1533018042187; Mon, 30 Jul 2018 23:20:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533018042; cv=none; d=google.com; s=arc-20160816; b=nHNwJ/0/rwM/5TW25Fd9VP0fDjOTiORkw30kujZppO5zw52+Chqn6EL5DHDLNoTzNj Ps/uE6ZSu3UohjoDB5gKSY43qSTvaeJLpDNOEB6xmz/oix+QYYgFPKZ7IOvclqKJFklP e01938tutBWpXN0HyyF2hPKsP3KI0xa6lZ0wbv4GhY8p6FTS+u7kffn/yTmKlIqkkt/I /ypD0uMprqEA+DvD3k5QnvwsXo8eyScdDfJWpLa3sJFccVHM77/2uIdwFCDQ47FXCW5F y9Q2WYjmZGEdVexOYCAxjMCef1fiedZgEXwptE5Fkhsurjmp/2BooA4YSaG3mh7bW0ER qkdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=0rHDmOhpydJqOnMkKyofXh0g+7GFM9L2orDoB7dYKOU=; b=oAxxt6x+ascpK74FkgoY6JtHI/FGKMkvsIgVp8t2Krsjc/YxRTOjyMF/0HnTQgz0Nh S3BX4WNC9ptXe7QHdmojkbsa3KkpbRgMdD8sblSnbjIiucUK4VGbX5CkfR2MOH0h/FMj rWAbsSxiICqFxvCfrZ9Wv2I1Y9wkKP5QIX61qEXKQSHnCfGGHfhqMYfJW6MUH6PdAlnc g+pIWYrqmGh0lVBGsb6SE4llZ8EKh+VhunWV8HUDm0tNiE/xDyFfhay+ecUfpFID9Yc/ 0EGnD//hNsN+rie39hM04yn9JuWe6xP1VFg84o7cfslHSHxcPvPMmawvo7i+D7juSWRP eKIg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-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 w1-v6si467606ply.93.2018.07.30.23.20.41; Mon, 30 Jul 2018 23:20:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-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 devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-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 S1727435AbeGaH7U (ORCPT + 5 others); Tue, 31 Jul 2018 03:59:20 -0400 Received: from ns.mm-sol.com ([37.157.136.199]:44847 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727308AbeGaH7U (ORCPT ); Tue, 31 Jul 2018 03:59:20 -0400 Received: from mms-0439.qualcomm.mm-sol.com (unknown [37.157.136.206]) by extserv.mm-sol.com (Postfix) with ESMTPSA id 38327CD54; Tue, 31 Jul 2018 09:20:38 +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 v4.1 08/34] media: dt-bindings: media: qcom, camss: Unify the clock names Date: Tue, 31 Jul 2018 09:19:43 +0300 Message-Id: <1533017983-11374-1-git-send-email-todor.tomov@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Use more logical clock names - similar to the names in documentation. This will allow better handling of the clocks in the driver when support for more hardware versions is added - equivalent clocks on different hardware versions will have the same name. Note: No dts is using this device (and clock names) yet. 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 | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/media/qcom,camss.txt b/Documentation/devicetree/bindings/media/qcom,camss.txt index cadeceb..032e8ed 100644 --- a/Documentation/devicetree/bindings/media/qcom,camss.txt +++ b/Documentation/devicetree/bindings/media/qcom,camss.txt @@ -53,7 +53,7 @@ Qualcomm Camera Subsystem Usage: required Value type: Definition: Should contain the following entries: - - "camss_top_ahb" + - "top_ahb" - "ispif_ahb" - "csiphy0_timer" - "csiphy1_timer" @@ -67,11 +67,11 @@ Qualcomm Camera Subsystem - "csi1_phy" - "csi1_pix" - "csi1_rdi" - - "camss_ahb" - - "camss_vfe_vfe" - - "camss_csi_vfe" - - "iface" - - "bus" + - "ahb" + - "vfe0" + - "csi_vfe0" + - "vfe_ahb" + - "vfe_axi" - vdda-supply: Usage: required Value type: @@ -161,7 +161,7 @@ Qualcomm Camera Subsystem <&gcc GCC_CAMSS_CSI_VFE0_CLK>, <&gcc GCC_CAMSS_VFE_AHB_CLK>, <&gcc GCC_CAMSS_VFE_AXI_CLK>; - clock-names = "camss_top_ahb", + clock-names = "top_ahb", "ispif_ahb", "csiphy0_timer", "csiphy1_timer", @@ -175,11 +175,11 @@ Qualcomm Camera Subsystem "csi1_phy", "csi1_pix", "csi1_rdi", - "camss_ahb", - "camss_vfe_vfe", - "camss_csi_vfe", - "iface", - "bus"; + "ahb", + "vfe0", + "csi_vfe0", + "vfe_ahb", + "vfe_axi"; vdda-supply = <&pm8916_l2>; iommus = <&apps_iommu 3>; ports {