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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 194E9C19F2B for ; Wed, 3 Aug 2022 22:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236738AbiHCWsz (ORCPT ); Wed, 3 Aug 2022 18:48:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbiHCWsy (ORCPT ); Wed, 3 Aug 2022 18:48:54 -0400 Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1639205E3 for ; Wed, 3 Aug 2022 15:48:50 -0700 (PDT) Received: by mail-io1-f51.google.com with SMTP id c185so13998073iof.7 for ; Wed, 03 Aug 2022 15:48:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=RReN6ZzZO3PJDfjRIwW0G/yVwqO2C+knR2/AOXQf8hM=; b=RGaVy4vQmaxwuYZFAJhUCbdzp3RdlDMFyM9LUP3QpP0pd3pq6DG5HWKA+HtIAMlEcF 7/7suJeFXcG9p6F5Nvq+aZdEQiww1nlQrtG3bkpuvztROrsvVquLVR5ydRanJ86QPK/1 x+ITTdumzJekJm723v5M5rRkX+SW1TDZtSreERb/3VYZ1Qwr6dUpv9o4GhySbeuWtzFk n4llSv/8Y/ghEvB6zPAyAPhasPo7F3Kn6mc8Z84LQ8fRcOIS/gEDO5EYjMuuOMlizQxv HfBYLOEtp9tF//10pnSRUDNmzN9QKcN6NO8unDIgBJHvFbp3+5OC6vBtLpB6p6Sid/Wg lehg== X-Gm-Message-State: AJIora8Uhsx2BKMGaeUaoCO6Zf0vo50vsIPz2cFMmJVgH6eVkd4zdMbn 9yFPrdnN07VTC7hwuEMMuw== X-Google-Smtp-Source: AGRyM1tbtVMXQSuuAFMfOC+T4htuSdZjU1rnJ2aO/vyAvWL4PqomNXTD3HQFncqdUES0U+MHceLF1Q== X-Received: by 2002:a05:6638:4089:b0:33f:7f78:1cd2 with SMTP id m9-20020a056638408900b0033f7f781cd2mr11743691jam.130.1659566930205; Wed, 03 Aug 2022 15:48:50 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id c37-20020a023b25000000b003427281824csm4662945jaa.128.2022.08.03.15.48.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Aug 2022 15:48:49 -0700 (PDT) Received: (nullmailer pid 2760021 invoked by uid 1000); Wed, 03 Aug 2022 22:48:48 -0000 Date: Wed, 3 Aug 2022 16:48:48 -0600 From: Rob Herring To: Sean Anderson Cc: Ioana Ciornei , Krzysztof Kozlowski , devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH] dt-bindings: net: dpmac: Add phys property Message-ID: <20220803224848.GA2759970-robh@kernel.org> References: <20220801181347.3873041-1-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220801181347.3873041-1-sean.anderson@seco.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 01 Aug 2022 14:13:46 -0400, Sean Anderson wrote: > This silences warnings like > > arch/arm64/boot/dts/freescale/fsl-lx2160a-honeycomb.dtb: ethernet@8: 'phys', 'sfp' do not match any of the regexes: 'pinctrl-[0-9]+' > From schema: Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml > > Fixes: f978fe85b8d1 ("dpaa2-mac: configure the SerDes phy on a protocol change") > Signed-off-by: Sean Anderson > --- > > Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Rob Herring