From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B40EEDDA6; Thu, 19 Oct 2023 13:45:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from mail-oo1-f52.google.com (mail-oo1-f52.google.com [209.85.161.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DB8811F; Thu, 19 Oct 2023 06:45:17 -0700 (PDT) Received: by mail-oo1-f52.google.com with SMTP id 006d021491bc7-581d4f9a2c5so1613020eaf.0; Thu, 19 Oct 2023 06:45:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697723116; x=1698327916; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=DSXRmER3WgAhRNug88ev6LstRhcib4oUMzRNImQ+1AU=; b=PwouMT6IXzgUlLN6a6W6u6XZU//B/W4yZZkPG5Z70VOzAU+ek4q8VlC4pNVQsx0x4G YwwA0IHpzIB8XEHIDd/fQ5Dta6EV1AqhD1zrsXetiN241/L0CWWJtPSsSnoqNKZ5yflo WEnzt1vv/i8f+Fzg5Vy2ooeA/n7UXzLVEQLHqZhPZh/AHxwqNVSRwlgiji2ET65HWXXu 4LImbKNGi/6RnCo8wVllZoJHzybKaN5uFE2SRiKuxefw+VAXSG4Y448EasYbAxM+aGqQ aCMAhIdmyg1OAl9yEZLe3b/Wi/j6bx3Iymu/nAkKUdnUCmsxoi322+CXUdu1Ezp+vtWm /yhw== X-Gm-Message-State: AOJu0YyK6zaoef5R5U9C6LlAUNQgUSyO9GRuM4YtRyUTPYRUtg8eiBb0 OrHIIbv7Sqy4y22tTR1klw== X-Google-Smtp-Source: AGHT+IG32dAaJ1o7CB4NsqboA8jJm+qAlsHz5yLXkF6WKvRAnU+FUYyc+kE9102jX/09adNZSXXWsg== X-Received: by 2002:a4a:e9b0:0:b0:581:e750:9995 with SMTP id t16-20020a4ae9b0000000b00581e7509995mr2227050ood.3.1697723115777; Thu, 19 Oct 2023 06:45:15 -0700 (PDT) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id y9-20020a0568301d8900b006ce2e464a45sm97418oti.29.2023.10.19.06.45.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Oct 2023 06:45:15 -0700 (PDT) Received: (nullmailer pid 198509 invoked by uid 1000); Thu, 19 Oct 2023 13:45:14 -0000 Date: Thu, 19 Oct 2023 08:45:14 -0500 From: Rob Herring To: Linus Walleij Cc: Vladimir Oltean , "David S. Miller" , Jakub Kicinski , Eric Dumazet , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Sebastian Hesselbarth , Andrew Lunn , Florian Fainelli , devicetree@vger.kernel.org, Christian Marangi , netdev@vger.kernel.org, Paolo Abeni , Russell King , linux-kernel@vger.kernel.org, Gregory Clement , Conor Dooley Subject: Re: [PATCH net-next v4 2/7] dt-bindings: net: mvusb: Fix up DSA example Message-ID: <20231019134514.GA193647-robh@kernel.org> References: <20231018-marvell-88e6152-wan-led-v4-0-3ee0c67383be@linaro.org> <20231018-marvell-88e6152-wan-led-v4-2-3ee0c67383be@linaro.org> <169762516741.391849.18342287891015837205.robh@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Oct 18, 2023 at 01:37:10PM +0200, Linus Walleij wrote: > On Wed, Oct 18, 2023 at 12:32 PM Rob Herring wrote: > > > dtschema/dtc warnings/errors: > > Documentation/devicetree/bindings/net/marvell,mvusb.example.dtb: /example-0/usb/mdio@1/ethernet-switch@0: failed to match any schema with compatible: ['marvell,mv88e6190'] > > Isn't that just because the bindings now come last in the series. > Which is in response to a review comment, hence this warning > didn't appear before. Yes. The only option that avoids this is squashing the 2 patches. I think it is fine to leave this as-is. Rob