From patchwork Fri Sep 2 22:07:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 9311727 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 1F74660760 for ; Fri, 2 Sep 2016 22:09:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 04EC629838 for ; Fri, 2 Sep 2016 22:09:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EDAE82983D; Fri, 2 Sep 2016 22:09:23 +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 86BB329838 for ; Fri, 2 Sep 2016 22:09:23 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bfwcw-0008RV-KO; Fri, 02 Sep 2016 22:07:58 +0000 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bfwcq-0008Pq-UN for linux-arm-kernel@lists.infradead.org; Fri, 02 Sep 2016 22:07:53 +0000 Received: by mail-lf0-x232.google.com with SMTP id e198so59049328lfb.2 for ; Fri, 02 Sep 2016 15:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=B6uYJ/BYpERgyh74O3Hh3lILwkXSSWsQBmhSZLUzCeE=; b=vBcXEqBv3Ar0kSbDGj0c8eH0JvVOa+NLdaGxD1QxWDpljYleLGSdnAwPf1VebDVVJj PvBVk6RT4+WXabxp7gU1ZWdioN/E09p2/PKyjaozMbwmhbhpH8T0hEXzq0UFAFZcZyqu BQ0CrVv1kzXb3C4ZpR+wbA93bcKAw9qoxiJ6TnbnO0MWNuP8Ae2M4tP4SE6aFDPK0dsC YdvrWsQbNsfeKmHGR4PN68pYz28Tms341AbmP258Gtm9LaNxNd1ccxS0g/8DF3XVVYvc x7c83Vu7iD0bJO5RfsOV1TNfXU0Ydvqy3zyPEu+/pzIzVOex21RhGXIE7CDTSTch+EYV RCzQ== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=B6uYJ/BYpERgyh74O3Hh3lILwkXSSWsQBmhSZLUzCeE=; b=TF4tnaXr1elxBBpnrfn76TDFwoF9O5e86Bek/ky3K6Wr+03pc7G4FMYED9MrY0Ipu3 /2VA5ZF1L+W5OMAHnNylAiuVTFjU29zdr2MOIxY4rsnT84ZcHRcsCb4pd+MP9SpIaFcD w3GEUYN4ON8881433TOve6jGJRQaB+hWOZghRB6rl+kXCQKAplh9otEPiNWLSJP4JAXg /BsMYf/tK2hjqw+89rO9C3gKD/z9T1gGHUAVLx3yETFC9L5GVSpAjY/+mWqGaWtM1Qxc HZSDEZl/dr6qN2lr7idjDH4EGZWzkn7vJOt5gAvU9A5fEkjayhtJsemKO6kwkgESNhUn mF2A== X-Gm-Message-State: AE9vXwN5maA2tx3eV7fGKZnDjEEsb3NPYHtL7G4TCXZN0OJosN62p8Ad9te9KcHBvcOYEQ== X-Received: by 10.25.92.200 with SMTP id u69mr118803lfi.3.1472854051195; Fri, 02 Sep 2016 15:07:31 -0700 (PDT) Received: from wasted.cogentembedded.com ([31.173.81.121]) by smtp.gmail.com with ESMTPSA id g11sm2654288lji.25.2016.09.02.15.07.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Sep 2016 15:07:30 -0700 (PDT) From: Sergei Shtylyov To: horms@verge.net.au, linux-renesas-soc@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org Subject: [PATCH 1/3] ARM: dts: r8a7792: add QSPI clock Date: Sat, 03 Sep 2016 01:07:28 +0300 Message-ID: <4143164.BtXsTN0b8O@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.10 (Linux/4.6.7-200.fc23.x86_64; KDE/4.14.20; x86_64; ; ) In-Reply-To: <1648590.FPpmBRoQyh@wasted.cogentembedded.com> References: <1648590.FPpmBRoQyh@wasted.cogentembedded.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160902_150753_207378_6BAE879E X-CRM114-Status: UNSURE ( 9.09 ) X-CRM114-Notice: Please train this message. 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: linux@arm.linux.org.uk, magnus.damm@gmail.com, linux-arm-kernel@lists.infradead.org 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 Describe the QSPI clock in the R8A7792 device tree. Based on the original (and large) patch by Vladimir Barinov . Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7792.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi +++ renesas/arch/arm/boot/dts/r8a7792.dtsi @@ -860,6 +860,7 @@ clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, <&p_clk>, <&p_clk>, + <&cpg_clocks R8A7792_CLK_QSPI>, <&cp_clk>, <&cp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>; #clock-cells = <1>; @@ -870,6 +871,7 @@ R8A7792_CLK_GPIO1 R8A7792_CLK_GPIO0 R8A7792_CLK_GPIO11 R8A7792_CLK_GPIO10 R8A7792_CLK_CAN1 R8A7792_CLK_CAN0 + R8A7792_CLK_QSPI_MOD R8A7792_CLK_GPIO9 R8A7792_CLK_GPIO8 R8A7792_CLK_I2C5 R8A7792_CLK_I2C4 R8A7792_CLK_I2C3 R8A7792_CLK_I2C2 @@ -879,8 +881,9 @@ "gpio7", "gpio6", "gpio5", "gpio4", "gpio3", "gpio2", "gpio1", "gpio0", "gpio11", "gpio10", "can1", "can0", - "gpio9", "gpio8", "i2c5", "i2c4", - "i2c3", "i2c2", "i2c1", "i2c0"; + "qspi_mod", "gpio9", "gpio8", + "i2c5", "i2c4", "i2c3", "i2c2", + "i2c1", "i2c0"; }; };