From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/2] clk: imx8mq: set correct parent for usb ctrl clocks Date: Tue, 23 Jul 2019 13:53:52 +0800 Message-ID: <20190723055351.GP3738@dragon> References: <20190710111917.6615-1-jun.li@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190710111917.6615-1-jun.li@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: jun.li@nxp.com Cc: mark.rutland@arm.com, peter.chen@nxp.com, agx@sigxcpu.org, ping.bai@nxp.com, Anson.Huang@nxp.com, ccaione@baylibre.com, sboyd@kernel.org, s.hauer@pengutronix.de, angus@akkea.ca, linux-clk@vger.kernel.org, abel.vesa@nxp.com, andrew.smirnov@gmail.com, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com, mturquette@baylibre.com, linux-arm-kernel@lists.infradead.org, l.stach@pengutronix.de List-Id: devicetree@vger.kernel.org On Wed, Jul 10, 2019 at 07:19:16PM +0800, jun.li@nxp.com wrote: > From: Li Jun > > Per latest imx8mq datasheet of CCM, the parent of usb1_ctrl_root_clk > and usb2_ctrl_root_clk is usb_bus. > > Signed-off-by: Li Jun Applied both, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 635F8C76188 for ; Tue, 23 Jul 2019 05:54:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 36FB1223A0 for ; Tue, 23 Jul 2019 05:54:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563861271; bh=Uy/g0mAPtlYuOpPGEkYh9Jv9h93JNBY2oSf8mrwvnDk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fpppSBPTMvXAacSC1d4L5oyv1hZB3O2TJndu6y9n8doBlAlWA/wOHrsAJFPmsdocC LzsqDLNxUwX+HshIH2m/Xp1UnUwn0puHFGeBGEiXj1dx/RyBLXKLR0Dbcx3KQPxc8b 0MKbHXuG8jYYsGfy6kivJzeaT4WwA3vACJS0beJg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387866AbfGWFyb (ORCPT ); Tue, 23 Jul 2019 01:54:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:49484 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725788AbfGWFya (ORCPT ); Tue, 23 Jul 2019 01:54:30 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1BA582238E; Tue, 23 Jul 2019 05:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563861270; bh=Uy/g0mAPtlYuOpPGEkYh9Jv9h93JNBY2oSf8mrwvnDk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wpr+XjeweKguKZyI7EGUKeV0aHAAaEVZZfMsSoX0KsjhMPtBZSow8fA5SWKhAZIZ9 No3e/BgYLx1CtaCIFFGHwAeIQ4dTsXjbVQgC7sLbxNWjnGHiBf3kc8cOAQ59b6hQJj dAAgBonS07ZeLZmUbVsAIW6BRyKy1NLV1CZf5dtM= Date: Tue, 23 Jul 2019 13:53:52 +0800 From: Shawn Guo To: jun.li@nxp.com Cc: sboyd@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, mturquette@baylibre.com, peter.chen@nxp.com, ping.bai@nxp.com, Anson.Huang@nxp.com, l.stach@pengutronix.de, abel.vesa@nxp.com, andrew.smirnov@gmail.com, ccaione@baylibre.com, angus@akkea.ca, agx@sigxcpu.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 1/2] clk: imx8mq: set correct parent for usb ctrl clocks Message-ID: <20190723055351.GP3738@dragon> References: <20190710111917.6615-1-jun.li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190710111917.6615-1-jun.li@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, Jul 10, 2019 at 07:19:16PM +0800, jun.li@nxp.com wrote: > From: Li Jun > > Per latest imx8mq datasheet of CCM, the parent of usb1_ctrl_root_clk > and usb2_ctrl_root_clk is usb_bus. > > Signed-off-by: Li Jun Applied both, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88AF4C76188 for ; Tue, 23 Jul 2019 05:55:09 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5A55F2238E for ; Tue, 23 Jul 2019 05:55:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SXiSeOLA"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Wpr+Xjew" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5A55F2238E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1FTK5ATezLfCwCPdhbPenUA4Kg59nNbtiE3sA0bbAds=; b=SXiSeOLArvDEzb mexjSZwT355eYp3n6XSFObwn0YyW79ezQRQPXUzzmDAlCmQUvTb21BYrrde3CT7z4jqNIkSfGa7Xi HzgbAZpknprwKTiqlAwdAtz0ogN49C+b1KRpMVj2ikezKKWmleY+6fKMtJzvhqesdSUoOAQkrNOCz vjhc554A46UuUUqK5I15QZ3o/+zdt3lxEKfWxK5TGtj6j7JI81+cHpHQlp2oqOuR2faBQl3zBDPSy iY7llfYdfw6CmDhqvB3gplTA+2tPoeKmeAaXP8i7UGWGomlEPv/2ni3oalKIJF88VDz8UJV5+vma0 UKQ597hJUAeO6d0hL+Yg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hpnlM-0004Nu-KT; Tue, 23 Jul 2019 05:55:00 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hpnks-00046m-Op for linux-arm-kernel@lists.infradead.org; Tue, 23 Jul 2019 05:54:32 +0000 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1BA582238E; Tue, 23 Jul 2019 05:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563861270; bh=Uy/g0mAPtlYuOpPGEkYh9Jv9h93JNBY2oSf8mrwvnDk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wpr+XjeweKguKZyI7EGUKeV0aHAAaEVZZfMsSoX0KsjhMPtBZSow8fA5SWKhAZIZ9 No3e/BgYLx1CtaCIFFGHwAeIQ4dTsXjbVQgC7sLbxNWjnGHiBf3kc8cOAQ59b6hQJj dAAgBonS07ZeLZmUbVsAIW6BRyKy1NLV1CZf5dtM= Date: Tue, 23 Jul 2019 13:53:52 +0800 From: Shawn Guo To: jun.li@nxp.com Subject: Re: [PATCH 1/2] clk: imx8mq: set correct parent for usb ctrl clocks Message-ID: <20190723055351.GP3738@dragon> References: <20190710111917.6615-1-jun.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190710111917.6615-1-jun.li@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190722_225431_032017_7DB14455 X-CRM114-Status: UNSURE ( 7.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, peter.chen@nxp.com, agx@sigxcpu.org, ping.bai@nxp.com, Anson.Huang@nxp.com, ccaione@baylibre.com, sboyd@kernel.org, s.hauer@pengutronix.de, angus@akkea.ca, linux-clk@vger.kernel.org, abel.vesa@nxp.com, andrew.smirnov@gmail.com, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com, mturquette@baylibre.com, linux-arm-kernel@lists.infradead.org, l.stach@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jul 10, 2019 at 07:19:16PM +0800, jun.li@nxp.com wrote: > From: Li Jun > > Per latest imx8mq datasheet of CCM, the parent of usb1_ctrl_root_clk > and usb2_ctrl_root_clk is usb_bus. > > Signed-off-by: Li Jun Applied both, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel