From patchwork Mon Jun 6 09:26:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Fernandez X-Patchwork-Id: 9157635 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A006860467 for ; Mon, 6 Jun 2016 09:30:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8C0E02521F for ; Mon, 6 Jun 2016 09:30:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8086A26E5D; Mon, 6 Jun 2016 09:30:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1CAAA2521F for ; Mon, 6 Jun 2016 09:30:27 +0000 (UTC) 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 1b9qq6-0002uR-1v; Mon, 06 Jun 2016 09:28:54 +0000 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b9qoy-0001Zh-OU for linux-arm-kernel@lists.infradead.org; Mon, 06 Jun 2016 09:27:46 +0000 Received: by mail-wm0-x22a.google.com with SMTP id n184so82572140wmn.1 for ; Mon, 06 Jun 2016 02:27:26 -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=6XOZ5CGj2tR+4c9PhBCg9aGJH5APQJR/TgbsRsIIGkU=; b=ieAesXOw70boa/IqbDqJGVgaKhYVewLfFun229ca8EImHQ7J0YG5yyqZmqj2+6wRGG hpU5zrtolP2KfKD51nKan2GTHze4oPavcK6GPyKYGzDv53rcpbHu0KCDM+4V6KKO5zVS W5k5isq6EWPZVM1saQS59AaEjrgxQnyKgMgKE= 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=6XOZ5CGj2tR+4c9PhBCg9aGJH5APQJR/TgbsRsIIGkU=; b=NIBzluvB8uYQQVAfyrAr0QwqshT57VBvDUvAcMKS3YKIHwF4g2O0SYy90gtgkQ42AJ +Tf59Wl0AlT6GDzi2he4GyE1T7a2EqefUGPv5AXvpGaqRAqkLNLgL8+Fp9SaUpuWNxWl vrwWv+Rh1lNsUDu2WEQ1oZ+Qim3HRk8mZUZZ9fG7a7ga7IAIAEC98c6FbFoKjj0WzKVa zAf95diSxHPZ0HgD68izCd3DrhtAO+g1Gmm2TI/UIQm7gmYTTgy7Wlk72gboO4spQXOX cnyFDu8McZSmiTP59EgB+/Q4FEs4eqBwE0KvbE0iDs1gCIkoI1iGv6/wHF9eLvgD8bJ1 zUpg== X-Gm-Message-State: ALyK8tKfsS0N/e966p/zsXy/wuw8HCrv7ZG0ueJXcaggNdLyTgDH49hE7QCm/zOr4ZzWQ64z X-Received: by 10.194.20.39 with SMTP id k7mr16951831wje.133.1465205245384; Mon, 06 Jun 2016 02:27:25 -0700 (PDT) Received: from lmenx315.st.com. ([80.12.59.101]) by smtp.gmail.com with ESMTPSA id s125sm13149091wms.14.2016.06.06.02.27.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Jun 2016 02:27:24 -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 v2 10/13] ARM: DT: STiH410: Enable synchronous clock mode for video clocks Date: Mon, 6 Jun 2016 11:26:29 +0200 Message-Id: <1465205192-7888-11-git-send-email-gabriel.fernandez@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465205192-7888-1-git-send-email-gabriel.fernandez@linaro.org> References: <1465205192-7888-1-git-send-email-gabriel.fernandez@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160606_022745_210385_D90B2D0E X-CRM114-Status: GOOD ( 11.87 ) 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+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This patch enables the synchronous clock mode for video clocks on STiH410 board. 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(-) diff --git a/arch/arm/boot/dts/stih410-clock.dtsi b/arch/arm/boot/dts/stih410-clock.dtsi index 5a9a487..f1d56ba 100644 --- a/arch/arm/boot/dts/stih410-clock.dtsi +++ b/arch/arm/boot/dts/stih410-clock.dtsi @@ -268,7 +268,7 @@ clk_s_d2_flexgen: clk-s-d2-flexgen { #clock-cells = <1>; - compatible = "st,flexgen"; + compatible = "st,flexgen-video", "st,flexgen"; clocks = <&clk_s_d2_quadfs 0>, <&clk_s_d2_quadfs 1>,