Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85627C05027 for ; Fri, 3 Feb 2023 22:16:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233394AbjBCWP6 (ORCPT ); Fri, 3 Feb 2023 17:15:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233533AbjBCWPk (ORCPT ); Fri, 3 Feb 2023 17:15:40 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFB5F9AFFE; Fri, 3 Feb 2023 14:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=/oOX3mUfZ059lIwtS2mwbC+ZjkP9jdI7GXT9///iDy0=; b=M2C6HmZVKRMsCkYXlsvoLP83qs 1PwDGAxlT8ZgLu+Vyaeb8J0srxkoBiQgoMM5VyziAoPPM4UbZi3uNv7nLQjfOSuJWkHz8t++xrk6F nKcT8enxHANEeh6arXYRQvQ4lUcfioEICLvGRNYnVj+tH/3JZxwcoXozYefVhEYyq8DU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pO4Kx-0042yR-5h; Fri, 03 Feb 2023 23:15:15 +0100 Date: Fri, 3 Feb 2023 23:15:15 +0100 From: Andrew Lunn To: Vladimir Oltean Cc: Daniel Golle , netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King , Heiner Kallweit , Lorenzo Bianconi , Mark Lee , John Crispin , Felix Fietkau , AngeloGioacchino Del Regno , Matthias Brugger , DENG Qingfang , Landen Chao , Sean Wang , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Florian Fainelli , Jianhui Zhao , =?iso-8859-1?Q?Bj=F8rn?= Mork Subject: Re: [PATCH 2/9] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency Message-ID: References: <20230203214844.jqvhcdyuvrjf5dxg@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230203214844.jqvhcdyuvrjf5dxg@skbuf> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Checking for valid range? There should also probably be a dt-bindings > patch for this. This is a common mdio property in mdio.yaml. So there should not be any need for a driver specific dt-binding. Andrew