phy-bindings.txt (83bc90e11576f9c100f8ef4ba2bcd0b89212e3fb) | phy-bindings.txt (24488c392067e948b3b2c6911d6e8b522931714c) |
---|---|
1This document explains only the device tree data binding. For general 2information about PHY subsystem refer to Documentation/phy.txt 3 4PHY device node 5=============== 6 7Required Properties: 8#phy-cells: Number of cells in a PHY specifier; The meaning of all those --- 13 unchanged lines hidden (view full) --- 22 . 23 . 24 #phy-cells = <1>; 25 . 26 . 27}; 28 29That node describes an IP block (PHY provider) that implements 2 different PHYs. | 1This document explains only the device tree data binding. For general 2information about PHY subsystem refer to Documentation/phy.txt 3 4PHY device node 5=============== 6 7Required Properties: 8#phy-cells: Number of cells in a PHY specifier; The meaning of all those --- 13 unchanged lines hidden (view full) --- 22 . 23 . 24 #phy-cells = <1>; 25 . 26 . 27}; 28 29That node describes an IP block (PHY provider) that implements 2 different PHYs. |
30In order to differentiate between these 2 PHYs, an additonal specifier should be | 30In order to differentiate between these 2 PHYs, an additional specifier should be |
31given while trying to get a reference to it. 32 33PHY user node 34============= 35 36Required Properties: 37phys : the phandle for the PHY device (used by the PHY subsystem) 38phy-names : the names of the PHY corresponding to the PHYs present in the --- 32 unchanged lines hidden --- | 31given while trying to get a reference to it. 32 33PHY user node 34============= 35 36Required Properties: 37phys : the phandle for the PHY device (used by the PHY subsystem) 38phy-names : the names of the PHY corresponding to the PHYs present in the --- 32 unchanged lines hidden --- |