From patchwork Fri Apr 7 15:58:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9669741 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 5122560364 for ; Fri, 7 Apr 2017 15:58:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 429D6285E8 for ; Fri, 7 Apr 2017 15:58:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 35FA62860B; Fri, 7 Apr 2017 15:58:43 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C8FB6285E8 for ; Fri, 7 Apr 2017 15:58:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933366AbdDGP6k (ORCPT ); Fri, 7 Apr 2017 11:58:40 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:54642 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756141AbdDGP6d (ORCPT ); Fri, 7 Apr 2017 11:58:33 -0400 Received: from penelope.horms.nl (unknown [66.171.166.114]) by kirsty.vergenet.net (Postfix) with ESMTPSA id DB0DC25AD84; Sat, 8 Apr 2017 01:58:31 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1491580712; bh=3P6Xk6RpKaEHwfNCZLXR/HEGnMC2JFLRbuE5ZDsPYqI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hul3orXMmazUus1a+TOeABby/SUZcS+U8tMppt9/Umvn8wTRCEgJqzo9q7Hn5Hdo0 /3HBoPRhNXDzeCM/ftKWUo4iIZjvwatQXuTqPrZCCG8M618Endb5/TfylQ2LRooPea 1Ahdkjpbrfp5+YzRjTsx7hjQ0O3E3d85kVXyCYFo= Received: by penelope.horms.nl (Postfix, from userid 7100) id 5ACE3607D6; Fri, 7 Apr 2017 17:58:24 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 06/22] ARM: dts: alt: Correct clock of DU1 Date: Fri, 7 Apr 2017 11:58:07 -0400 Message-Id: <7f698bf60e3a13c991577f5360f371e2a41cf40e.1491580547.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven The second channel of the display unit uses a different module clock than the first channel. Fixes: 876e7fb9f418fd86 ("ARM: shmobile: r8a7794: alt: Enable VGA port") Signed-off-by: Geert Uytterhoeven Acked-by: Laurent Pinchart Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7794-alt.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 3fcf76b8e923..f1eea13cdf44 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -168,7 +168,7 @@ status = "okay"; clocks = <&mstp7_clks R8A7794_CLK_DU0>, - <&mstp7_clks R8A7794_CLK_DU0>, + <&mstp7_clks R8A7794_CLK_DU1>, <&x13_clk>, <&x2_clk>; clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1";