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: 267729 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=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS 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 7D2FCC4363D for ; Fri, 2 Oct 2020 06:21:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 26A63206E3 for ; Fri, 2 Oct 2020 06:21:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="shNMW3VF"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="3UgMdFVV" 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>;