Received: by 10.213.65.68 with SMTP id h4csp38395imn; Mon, 19 Mar 2018 18:47:57 -0700 (PDT) X-Google-Smtp-Source: AG47ELu2V5zLgO0l1UtTmDPK5ayyU5fAw1mUDHFJDA96XBvndzcAMC6H0foBx8064XVNVW/CAuON X-Received: by 10.101.82.195 with SMTP id z3mr10876106pgp.308.1521510477822; Mon, 19 Mar 2018 18:47:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521510477; cv=none; d=google.com; s=arc-20160816; b=lh163oLOHjrw+iLRvTHsUb6Cyl2t73ApZDgm0VzN68BU9yKoq5zUxQb9mLyrfwBTPm qdRJypACLBEDF1ZdoM3DNQN1t73RxKgJoMD6s2txUkcxMaa9P7IvLwayocU25dzMDFHO 6dSNuB5SQd5Q9psdra6Qpweq4fShU2TsmXy7IdIcPBnP84wHy4RPQVmu77Tb7Fb+fUTD NUttXPRjwIAnd3X2ni4ElPaG+ZbCrZHLve17NmTV9adom+frrQvSLC8xFNUy/46OT+OD pYKudS13n7VcPqC+ikm3FFzfX/m8XKfh/5W9/DsqjP6qXCW1Ug7cykRwxrI6LgNHkV16 c94A== 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=6TA6tGRHXQMZUF7UgDsplIz2Y7CPWRTTEJR2p+JiFy0=; b=lXU4BpwZ95U4mxzg5g+euHyuPJ0WmljefiOapTpA5MVyz8hqm9zTAn0ASbSfHTWV3M qd5qHoMVY9/aYc9tJB/eFPtRQYS9GwFCfNrvZeht70w4RqhaLhssSPoJ2eSrv1z1uoaS CGaaceyZMDG0Jm6muC303tsU3s7XHxNJa1R3+tVtnn8TNFOnOeet3uERd5fDPq4EyuYu muMkr6YfE5JW5jJjcQuNIBKGT7DmWHcDnCmrHHOVfo/Osp6rg3sKmYHFOE4cKJFtH/oJ 0ydSOCx/fICNKKFFW/AkLmF9Qgv9/FuBNt4iSuIG1W0lHxaaqXdN2wjHhuXUCVgXx+cf ioaw== 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 135si420954pfx.318.2018.03.19.18.47.44; Mon, 19 Mar 2018 18:47:57 -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 S969584AbeCSThR (ORCPT + 99 others); Mon, 19 Mar 2018 15:37:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48476 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031228AbeCSSWO (ORCPT ); Mon, 19 Mar 2018 14:22:14 -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 91FAA1296; Mon, 19 Mar 2018 18:22:13 +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.9 096/241] ARM: dts: r8a7793: Correct parent of SSI[0-9] clocks Date: Mon, 19 Mar 2018 19:06:01 +0100 Message-Id: <20180319180755.170979343@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180319180751.172155436@linuxfoundation.org> References: <20180319180751.172155436@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.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven [ Upstream commit 1cd9028027c7a7c10b774df698c3cfafec6aa67d ] 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: 072d326542e49187 ("ARM: dts: r8a7793: add MSTP10 clocks to device tree") 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/r8a7793.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/arch/arm/boot/dts/r8a7793.dtsi +++ b/arch/arm/boot/dts/r8a7793.dtsi @@ -1234,8 +1234,11 @@ compatible = "renesas,r8a7793-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 R8A7793_CLK_SSI_ALL>, <&mstp10_clks R8A7793_CLK_SSI_ALL>, + <&mstp10_clks R8A7793_CLK_SSI_ALL>, <&mstp10_clks R8A7793_CLK_SSI_ALL>, + <&mstp10_clks R8A7793_CLK_SSI_ALL>, <&mstp10_clks R8A7793_CLK_SSI_ALL>, + <&mstp10_clks R8A7793_CLK_SSI_ALL>, <&mstp10_clks R8A7793_CLK_SSI_ALL>, + <&mstp10_clks R8A7793_CLK_SSI_ALL>, <&mstp10_clks R8A7793_CLK_SSI_ALL>, <&p_clk>, <&mstp10_clks R8A7793_CLK_SCU_ALL>, <&mstp10_clks R8A7793_CLK_SCU_ALL>, <&mstp10_clks R8A7793_CLK_SCU_ALL>, <&mstp10_clks R8A7793_CLK_SCU_ALL>,