Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

binding: Make "mdio-parent-bus" property from mandatory to optional

Change "mdio-parent-bus" from mandatory section to optional
as it won't be required by integrated MDIO multiplexer
which has bus selection and mdio transaction generation logic,
integrated inside.

Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Pramod Kumar and committed by
David S. Miller
6deb2087 f20e6657

+2 -1
+2 -1
Documentation/devicetree/bindings/net/mdio-mux.txt
··· 5 5 bus multiplexer/switch will have one child node for each child bus. 6 6 7 7 Required properties: 8 - - mdio-parent-bus : phandle to the parent MDIO bus. 9 8 - #address-cells = <1>; 10 9 - #size-cells = <0>; 11 10 12 11 Optional properties: 12 + - mdio-parent-bus : phandle to the parent MDIO bus. 13 + 13 14 - Other properties specific to the multiplexer/switch hardware. 14 15 15 16 Required properties for child nodes: