Re: [PATCH v2] dt-bindings: net: Convert MDIO mux bindings to DT schema
From: Rob Herring <robh@kernel.org>
Date: 2021-05-26 20:49:12
Also in:
linux-devicetree, netdev
On Wed, May 26, 2021 at 1:51 PM Andrew Lunn [off-list ref] wrote:
On Wed, May 26, 2021 at 01:14:11PM -0500, Rob Herring wrote:quoted
Convert the common MDIO mux bindings to DT schema. Drop the example from mdio-mux.yaml as mdio-mux-gpio.yaml has the same one. Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Ray Jui <rjui@broadcom.com> Cc: Scott Branden <sbranden@broadcom.com> Cc: bcm-kernel-feedback-list@broadcom.com Cc: Andrew Lunn <andrew@lunn.ch> Cc: Heiner Kallweit <hkallweit1@gmail.com> Cc: Russell King <linux@armlinux.org.uk> Cc: netdev@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring <robh@kernel.org>Reviewed-by: Andrew Lunn <andrew@lunn.ch>quoted
+ mdio@2 { // Slot 2 XAUI (FM1) + reg = <2>; + #address-cells = <1>; + #size-cells = <0>; + + ethernet-phy@4 { + compatible = "ethernet-phy-ieee802.3-c45"; + reg = <0>;reg should really be 4 here. The same error existed in the .txt
Will fixup.
version. I guess the examples are never actually verified using the yaml?
They are verified in general, but for this specific check it is dtc that does it and only for bus types that it knows about. MDIO isn't one of them. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel