From patchwork Tue May 5 10:42:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 201094 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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 08A8AC47256 for ; Tue, 5 May 2020 10:42:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E60322078C for ; Tue, 5 May 2020 10:42:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728670AbgEEKm2 (ORCPT ); Tue, 5 May 2020 06:42:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728401AbgEEKm2 (ORCPT ); Tue, 5 May 2020 06:42:28 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3955FC061A0F for ; Tue, 5 May 2020 03:42:28 -0700 (PDT) Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jVv1n-0000cZ-GV; Tue, 05 May 2020 12:42:19 +0200 Received: from ore by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jVv1k-0002mo-MH; Tue, 05 May 2020 12:42:16 +0200 From: Oleksij Rempel To: Andrew Lunn , Florian Fainelli , Heiner Kallweit , Mark Rutland , Rob Herring Cc: Oleksij Rempel , Pengutronix Kernel Team , linux-kernel@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org, Marek Vasut , David Jander , devicetree@vger.kernel.org Subject: [PATCH v1] dt-bindings: net: nxp, tja11xx: rework validation support Date: Tue, 5 May 2020 12:42:15 +0200 Message-Id: <20200505104215.8975-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org To properly identify this node, we need to use ethernet-phy-id0180.dc80. And add missing required properties. Signed-off-by: Oleksij Rempel --- .../devicetree/bindings/net/nxp,tja11xx.yaml | 55 ++++++++++++------- 1 file changed, 35 insertions(+), 20 deletions(-) diff --git a/Documentation/devicetree/bindings/net/nxp,tja11xx.yaml b/Documentation/devicetree/bindings/net/nxp,tja11xx.yaml index 42be0255512b3..cc322107a24a2 100644 --- a/Documentation/devicetree/bindings/net/nxp,tja11xx.yaml +++ b/Documentation/devicetree/bindings/net/nxp,tja11xx.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/net/nxp,tja11xx.yaml# @@ -12,44 +12,59 @@ maintainers: - Heiner Kallweit description: - Bindings for NXP TJA11xx automotive PHYs + Bindings for the NXP TJA1102 automotive PHY. This is a dual PHY package where + only the first PHY has global configuration register and HW health + monitoring. -allOf: - - $ref: ethernet-phy.yaml# +properties: + compatible: + const: ethernet-phy-id0180.dc80 + description: ethernet-phy-id0180.dc80 used for TJA1102 PHY + + reg: + minimum: 0 + maximum: 14 + description: + The PHY address of the parent PHY. + + '#address-cells': + description: number of address cells for the MDIO bus + const: 1 + + '#size-cells': + description: number of size cells on the MDIO bus + const: 0 patternProperties: - "^ethernet-phy@[0-9a-f]+$": + "^ethernet-phy@[0-9a-f]$": type: object - description: | - Some packages have multiple PHYs. Secondary PHY should be defines as - subnode of the first (parent) PHY. + description: + Integrated PHY node properties: reg: - minimum: 0 - maximum: 31 + minimum: 1 + maximum: 15 description: - The ID number for the child PHY. Should be +1 of parent PHY. + The PHY address of the slave PHY. Should be +1 of parent PHY. required: - reg -examples: - - | - mdio { - #address-cells = <1>; - #size-cells = <0>; +required: + - compatible + - reg + - '#address-cells' + - '#size-cells' - tja1101_phy0: ethernet-phy@4 { - reg = <0x4>; - }; - }; +examples: - | mdio { #address-cells = <1>; #size-cells = <0>; tja1102_phy0: ethernet-phy@4 { + compatible = "ethernet-phy-id0180.dc80"; reg = <0x4>; #address-cells = <1>; #size-cells = <0>;