From patchwork Fri Oct 2 06:20:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kurt Kanzenbach X-Patchwork-Id: 1375566 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=linutronix.de header.i=@linutronix.de header.a=rsa-sha256 header.s=2020 header.b=shNMW3VF; dkim=pass header.d=linutronix.de header.i=@linutronix.de header.a=ed25519-sha256 header.s=2020e header.b=3UgMdFVV; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4C2fyD2ntBz9ryj for ; Fri, 2 Oct 2020 16:21:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726042AbgJBGVH (ORCPT ); Fri, 2 Oct 2020 02:21:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbgJBGVH (ORCPT ); Fri, 2 Oct 2020 02:21:07 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA5AEC0613D0 for ; Thu, 1 Oct 2020 23:21:06 -0700 (PDT) From: Kurt Kanzenbach DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1601619664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dmRXkbljcIcLvofqo51cTni2zbEAkdyaVwKfitIseos=; b=shNMW3VFwXqWcn6+ubQjQeR/6CRcXVCoKPy6Wv36G1AGCA0ysCKvF5H9SuVdkB8pSq/zz9 XSsxbmzAtoJpHIvd8JYK4bOjoRJCYUPVBucofJXONkdT0rW0M1PA1lGzWErUSGaFCrzqBn KTdf6Xf/01wSQfF3yYozFqY4JRlCCcKDkOsDDwlxtzJLh/XqmNsVUdxJm4arlcDDKy85KE zxMf9mXXkrN6qaqwI/FxOLMEav0/jBw229nKbIHQaGNf+ugKPx0kb0MCmzFK1idSAx139D SQGFGVSQIFjCLehbsN78ckxxj+t4A6j7IuSIcjRCoPKSn+uPBM8yU5ZcV1Sprg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1601619664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dmRXkbljcIcLvofqo51cTni2zbEAkdyaVwKfitIseos=; b=3UgMdFVV9YbEKqlPMfNOSCQeyBPFqM7buDf980FrghvV3tRrEKKBREsBqpy6xoFgQJrsRz AiP0Mo36HgKXr5Cg== To: Florian Fainelli , Andrew Lunn , Vivien Didelot Cc: "David S. Miller" , Jakub Kicinski , Rob Herring , netdev@vger.kernel.org, Kurt Kanzenbach Subject: [PATCH net-next] dt-bindings: net: dsa: b53: Add missing reg property to example Date: Fri, 2 Oct 2020 08:20:51 +0200 Message-Id: <20201002062051.8551-1-kurt@linutronix.de> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The switch has a certain MDIO address and this needs to be specified using the reg property. Add it to the example. Signed-off-by: Kurt Kanzenbach Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli --- Documentation/devicetree/bindings/net/dsa/b53.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt index cfd1afdc6e94..80437b2fc935 100644 --- a/Documentation/devicetree/bindings/net/dsa/b53.txt +++ b/Documentation/devicetree/bindings/net/dsa/b53.txt @@ -106,6 +106,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0: switch0: ethernet-switch@30 { compatible = "brcm,bcm53125"; + reg = <30>; #address-cells = <1>; #size-cells = <0>;