From patchwork Wed May 18 08:41:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Fernandez X-Patchwork-Id: 68029 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp2513076qge; Wed, 18 May 2016 01:43:51 -0700 (PDT) X-Received: by 10.98.36.132 with SMTP id k4mr9098424pfk.95.1463561031576; Wed, 18 May 2016 01:43:51 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id 9si10826781pfc.127.2016.05.18.01.43.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 May 2016 01:43:51 -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 1b2x4B-0001OM-O6; Wed, 18 May 2016 08:42:55 +0000 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b2x3g-0000sT-IW for linux-arm-kernel@lists.infradead.org; Wed, 18 May 2016 08:42:25 +0000 Received: by mail-wm0-x235.google.com with SMTP id n129so173529790wmn.1 for ; Wed, 18 May 2016 01:42:04 -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=5imQrJ5UdDIrs/3p0avCA1XH08oRsOfLbMm0W/o9+E4=; b=evpmGpfDCa/soxnACDKLUQHQN3AeHFSBtnJUO+On4P36/po5mS0XXNYX0ciYBoRgn3 xdyf2X4L9lTbduiX1Vu4kAwz8tuEFZO4NxOLhHQrVxYOJpb4/sBLUT9w9U51smB4nSgp 43QcPc+YdTuWlbx9I0MNn0knUi3scnPb/2GlE= 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=5imQrJ5UdDIrs/3p0avCA1XH08oRsOfLbMm0W/o9+E4=; b=QajUg7XXHT+/L30btF59S4TO9EohDFylAFmpFjIZCDi0KVKhFWaPO7okbI5H9TiRn4 jQL93BKcNlxJbr1Htxpjza3Y6kIjqlpj+v1CAM19p8/BxZ/h9Ki9E/adwI+tuZ1O9kW2 TImAvmZbAS0ixDrtY3MbjNq174+8ZQZAH6cm/pyNzEwXR3TGeixWWYJ4m/CFyD/qeXX2 115qQUS5hGbuQA3nU/SZab7WOsLwhJcCArm0HVWBykE7Oy6NNlQiVw1xNoUgh2ms/6TW dK/le6Bi428uHzFjgiWYLgEuF9qlVyoYJxClLu+z6Ny4S6aCeaTI7jFRltySLyvhzd9V u71w== X-Gm-Message-State: AOPr4FUQU96tOfHN8pbQ5Y5Vs7UVnJBMzxpEjI7AGiWgPrBLkwOdX42tR3awXk3FUsBAsClr X-Received: by 10.194.143.51 with SMTP id sb19mr6033282wjb.98.1463560923358; Wed, 18 May 2016 01:42:03 -0700 (PDT) Received: from lmenx315.st.com. ([80.12.39.177]) by smtp.gmail.com with ESMTPSA id kz1sm7374554wjc.46.2016.05.18.01.42.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 May 2016 01:42:02 -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: [PATCH 05/11] ARM: DT: STiH410: Add compatibility string on clkgend0 for audio clocks Date: Wed, 18 May 2016 10:41:26 +0200 Message-Id: <1463560892-7209-6-git-send-email-gabriel.fernandez@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1463560892-7209-1-git-send-email-gabriel.fernandez@linaro.org> References: <1463560892-7209-1-git-send-email-gabriel.fernandez@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160518_014224_851955_26FD7772 X-CRM114-Status: GOOD ( 12.63 ) 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:235 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, 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..c265e54 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,stih407-clkgend0", "st,flexgen"; clocks = <&clk_s_d0_quadfs 0>, <&clk_s_d0_quadfs 1>,