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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 604B8C4338F for ; Wed, 11 Aug 2021 14:58:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 466AB60FC0 for ; Wed, 11 Aug 2021 14:58:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232772AbhHKO6k (ORCPT ); Wed, 11 Aug 2021 10:58:40 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:45268 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232769AbhHKO6k (ORCPT ); Wed, 11 Aug 2021 10:58:40 -0400 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=lci/WWF8eUvl5qPt71eRoa7VFAdmRwJ31uczXvNQ++4=; b=l3zT3luf2zwz0GSaTM53TJ0wMl VQVQXnJn2cPr9Y5y/8d3ouxSTmmAIDMGXEK9+2HnTH0hMFmoB33pU4OpCXV2Nbdmh36p0MDm0ByeS W6NQslt6cV++EBaz4cFXS5vaxoOV6wrHawvlQ1QQAe34vK1M5CBxETVMTfxWNbkZ3jow=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mDpgJ-00H8MF-7Y; Wed, 11 Aug 2021 16:58:11 +0200 Date: Wed, 11 Aug 2021 16:58:11 +0200 From: Andrew Lunn To: Luo Jie Cc: agross@kernel.org, bjorn.andersson@linaro.org, davem@davemloft.net, kuba@kernel.org, robh+dt@kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk, robert.marko@sartura.hr, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sricharan@codeaurora.org Subject: Re: [PATCH v2 2/3] MDIO: Kconfig: Specify more IPQ chipset supported Message-ID: References: <20210810133116.29463-1-luoj@codeaurora.org> <20210810133116.29463-3-luoj@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210810133116.29463-3-luoj@codeaurora.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Aug 10, 2021 at 09:31:15PM +0800, Luo Jie wrote: > The IPQ MDIO driver currently supports the chipset IPQ40xx, IPQ807x, > IPQ60xx and IPQ50xx. > > Add the compatible 'qcom,ipq5018-mdio' because of ethernet LDO dedicated > to the IPQ5018 platform. > > Signed-off-by: Luo Jie Reviewed-by: Andrew Lunn Andrew