Received: by 10.213.65.68 with SMTP id h4csp3138imn; Mon, 19 Mar 2018 17:30:40 -0700 (PDT) X-Google-Smtp-Source: AG47ELv1uFBweTPY+8gWR6YfLtoX/vQIVyAxxIjsH9ddFNACeeG10rD0nPIItfz2E25btgtId7NJ X-Received: by 2002:a17:902:780d:: with SMTP id p13-v6mr13163353pll.281.1521505840292; Mon, 19 Mar 2018 17:30:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521505840; cv=none; d=google.com; s=arc-20160816; b=DaOVBPLENRkIMNJrizvsMjoWoNbWOtNyV8tH6fxTA/fOzq4Wd/H4CG7wFbZuLbQz1j qkIbLbB+E1Ba+LVTFUa13/FiUvCbjWJv+EhlUaeHOoWUvOsqS94MhKYkpWYeMl/LVhN0 /Fy5jMP2fgi5l5uyDPEMEXRpBaQrQ5GgiNPhdhxhIFPrRdZzFYlduO0ye4xs4OcAbeHh q7o76MdyjpJ8MS34gAotzzlrpyjELz92OQWTz6/F8VBBD1fDd08O/moOhvcWOhdAdkfJ 0lgr73RFl/jo8Y7LIglHN3f/Yctm6GYyxynasqYE6QkP0M8Uwa6mT1HnFwRkwsZsjJy3 b8KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=J1TLQ60fKBj6xdJj8Rn4n724zPNwl8BgQVgoty61d3s=; b=UpgxC9YGHJb7q9xy9pss47QqLsWMKG9mVCWqWqW+YVCbOiUy7bBEseW1MIfwT6sxXI BZkIOeEACvNoAEhLc2Ooptc5GUfbudSr/vPYuCexybCnWnGNyZ7d9Wq3v9Tng9AkAxUZ nOJF5+sjJjkn1dGbQoGMG44eEI+ywIIQThcktgt6C6vt7u2kuDsAz0EAfd6mB6ZOFWf+ M9gjFoOPpYQmCvGenEka7ugjAnjqWQNul7qCQqfgZ1Yh2hP+FVTgcg85+1skv1cNuGmF XaobTm8SDZgIujJvrn5YiHzHscqMXLijRUX8fpON+yoPyr0c/sdKVAKhsP8uCzC/6bvy 5ZJg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y12si336537pfk.42.2018.03.19.17.30.24; Mon, 19 Mar 2018 17:30:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968823AbeCSSOE (ORCPT + 99 others); Mon, 19 Mar 2018 14:14:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43892 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030441AbeCSSNv (ORCPT ); Mon, 19 Mar 2018 14:13:51 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7FB7988D; Mon, 19 Mar 2018 18:13:50 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Simon Horman , Sasha Levin Subject: [PATCH 4.4 048/134] ARM: dts: r8a7791: Correct parent of SSI[0-9] clocks Date: Mon, 19 Mar 2018 19:05:31 +0100 Message-Id: <20180319171856.294111453@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180319171849.024066323@linuxfoundation.org> References: <20180319171849.024066323@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven [ Upstream commit 16fe68dcab5702a024d85229ff7e98979cb701a5 ] The SSI-ALL gate clock is located in between the P clock and the individual SSI[0-9] clocks, hence the former should be listed as their parent. Fixes: ee9141522dcf13f8 ("ARM: shmobile: r8a7791: add MSTP10 support on DTSI") Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/r8a7791.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -1374,8 +1374,11 @@ compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks"; reg = <0 0xe6150998 0 4>, <0 0xe61509a8 0 4>; clocks = <&p_clk>, - <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, - <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, + <&mstp10_clks R8A7791_CLK_SSI_ALL>, <&mstp10_clks R8A7791_CLK_SSI_ALL>, + <&mstp10_clks R8A7791_CLK_SSI_ALL>, <&mstp10_clks R8A7791_CLK_SSI_ALL>, + <&mstp10_clks R8A7791_CLK_SSI_ALL>, <&mstp10_clks R8A7791_CLK_SSI_ALL>, + <&mstp10_clks R8A7791_CLK_SSI_ALL>, <&mstp10_clks R8A7791_CLK_SSI_ALL>, + <&mstp10_clks R8A7791_CLK_SSI_ALL>, <&mstp10_clks R8A7791_CLK_SSI_ALL>, <&p_clk>, <&mstp10_clks R8A7791_CLK_SCU_ALL>, <&mstp10_clks R8A7791_CLK_SCU_ALL>, <&mstp10_clks R8A7791_CLK_SCU_ALL>, <&mstp10_clks R8A7791_CLK_SCU_ALL>,