From patchwork Thu Jun 16 09:20:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Fernandez X-Patchwork-Id: 70157 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp161599qgy; Thu, 16 Jun 2016 02:23:36 -0700 (PDT) X-Received: by 10.98.95.197 with SMTP id t188mr4060268pfb.162.1466069016919; Thu, 16 Jun 2016 02:23:36 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id x194si5063009pfd.200.2016.06.16.02.23.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jun 2016 02:23:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1bDTVR-0001A5-1Q; Thu, 16 Jun 2016 09:22:33 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bDTUN-0008V2-9F for linux-arm-kernel@lists.infradead.org; Thu, 16 Jun 2016 09:21:29 +0000 Received: by mail-wm0-x231.google.com with SMTP id a66so48399660wme.0 for ; Thu, 16 Jun 2016 02:21:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=iJyXSZDPLQz684AfRg+1bbGhszHnjTvdO5B6u4UDW/4=; b=TRJB+xGjKy0Hg1kz8kP/W6ixAUAGfK6TV9VIO8ogxJPPbXxOeBHsBQEQv/uLSNDSp1 cbe4Hn3smSxPqV5e2LnMMDfE18gXqnICRuHwRCBESI6RLD5UnM39pabj0wUhk6UMlins xKNaFIQ/2n5NKwMN/dnL6OF8wRcg19Fkhr6BM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=iJyXSZDPLQz684AfRg+1bbGhszHnjTvdO5B6u4UDW/4=; b=MoBrmVr3wt0vcR/3YuCjrq9eGr+ttHw2BxuAbkX80JsYarcQWo2tQGHqpfTdjMyUzh xWtXcFPX9cwDaS3TlxcEuaiPkSTKvBO9LdkPV9v/2wgd3jtDr4oZ4zoNNDC4l6rX8ska VqcfeIxC+faiYikS+I9KAmojloCK+Kpve8pnTH9x2POorn90OVcyZIS7YV8PgOsV+6Jm XaB4liYRWnWcG/ueGpBXq/JzgMfT8AXfLYPyoZzGENbj9f6oAWEHiQ+TIDTkynmPagp3 +bM2dtH1aTO+HGgr/rwbrJDfuGwRDePVLiOzks98fcf3Er4VPI8i5ghAzp0RGV0KEE5P DyOw== X-Gm-Message-State: ALyK8tLSQEeaMuPheuYDvZ9OCcLtzDKoJQfYPR874KWL5clJ5+EB6ys769/PnPUgoIas2dNG X-Received: by 10.28.168.86 with SMTP id r83mr13782260wme.44.1466068865533; Thu, 16 Jun 2016 02:21:05 -0700 (PDT) Received: from lmenx315.st.com. ([80.12.42.230]) by smtp.gmail.com with ESMTPSA id db6sm42619757wjb.2.2016.06.16.02.21.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Jun 2016 02:21:04 -0700 (PDT) From: Gabriel Fernandez To: Rob Herring , Mark Rutland , Ian Campbell , Kumar Gala , Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Russell King , Michael Turquette , Stephen Boyd , Olivier Bideau , Gabriel Fernandez , Geert Uytterhoeven , Sebastian Hesselbarth , Andrzej Hajda , Pankaj Dev , Dinh Nguyen , Arnd Bergmann , Thierry Reding Subject: [RESEND PATCH v2 07/13] ARM: DT: STiH410: Enable clock propagation for audio clocks Date: Thu, 16 Jun 2016 11:20:27 +0200 Message-Id: <1466068833-5055-8-git-send-email-gabriel.fernandez@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466068833-5055-1-git-send-email-gabriel.fernandez@linaro.org> References: <1466068833-5055-1-git-send-email-gabriel.fernandez@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160616_022127_732589_F4195A29 X-CRM114-Status: GOOD ( 11.56 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2a00:1450:400c:c09:0:0:0:231 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, kernel@stlinux.com, vincent.abriou@st.com, arnaud.pouliquen@st.com, linux-kernel@vger.kernel.org, gabriel.fernandez@st.com, Peter Griffin , Lee Jones , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, benjamin.gaignard@st.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org This patch is used in the clock driver to apply a clock propagation flag on the audio clocks of STiH410 Signed-off-by: Olivier Bideau Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/stih410-clock.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm/boot/dts/stih410-clock.dtsi b/arch/arm/boot/dts/stih410-clock.dtsi index d1f2aca..5a9a487 100644 --- a/arch/arm/boot/dts/stih410-clock.dtsi +++ b/arch/arm/boot/dts/stih410-clock.dtsi @@ -226,7 +226,7 @@ clk_s_d0_flexgen: clk-s-d0-flexgen { #clock-cells = <1>; - compatible = "st,flexgen"; + compatible = "st,flexgen-audio", "st,flexgen"; clocks = <&clk_s_d0_quadfs 0>, <&clk_s_d0_quadfs 1>,