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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT 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 2583FC04AA7 for ; Mon, 13 May 2019 12:26:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 005142085A for ; Mon, 13 May 2019 12:26:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727590AbfEMM0D (ORCPT ); Mon, 13 May 2019 08:26:03 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:58134 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727414AbfEMM0D (ORCPT ); Mon, 13 May 2019 08:26:03 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 2387425AD63; Mon, 13 May 2019 22:26:01 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id 07EC1E22B88; Mon, 13 May 2019 14:25:59 +0200 (CEST) Date: Mon, 13 May 2019 14:25:59 +0200 From: Simon Horman To: Chris Brandt Cc: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Yoshihiro Shimoda , Geert Uytterhoeven , Sergei Shtylyov , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 01/15] ARM: dts: r7s9210: Add USB clock Message-ID: <20190513122558.kqbg2kc3exytjkgm@verge.net.au> References: <20190509201142.10543-1-chris.brandt@renesas.com> <20190509201142.10543-2-chris.brandt@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190509201142.10543-2-chris.brandt@renesas.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Thu, May 09, 2019 at 03:11:28PM -0500, Chris Brandt wrote: > Add USB clock node. If present, this clock input must be 48MHz. > > Signed-off-by: Chris Brandt Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman