Message ID | 20200222120358.10003-3-grygorii.strashko@ti.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | phy: ti: gmii-sel: add support for am654x/j721e soc | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success |
On Sat, 22 Feb 2020 14:03:55 +0200, Grygorii Strashko wrote: > TI AM654x/J721E SoCs have the same PHY interface selection mechanism for > CPSWx subsystem as TI SoCs (AM3/4/5/DRA7), but registers and bit-fields > placement is different. > > This patch adds corresponding compatible strings to enable support for TI > AM654x/J721E SoCs. > > Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> > --- > Documentation/devicetree/bindings/phy/ti-phy-gmii-sel.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/phy/ti-phy-gmii-sel.txt b/Documentation/devicetree/bindings/phy/ti-phy-gmii-sel.txt index 50ce9ae0f7a5..83b78c1c0644 100644 --- a/Documentation/devicetree/bindings/phy/ti-phy-gmii-sel.txt +++ b/Documentation/devicetree/bindings/phy/ti-phy-gmii-sel.txt @@ -40,6 +40,7 @@ Required properties: "ti,dra7xx-phy-gmii-sel" for dra7xx/am57xx platform "ti,am43xx-phy-gmii-sel" for am43xx platform "ti,dm814-phy-gmii-sel" for dm814x platform + "ti,am654-phy-gmii-sel" for AM654x/J721E platform - reg : Address and length of the register set for the device - #phy-cells : must be 2. cell 1 - CPSW port number (starting from 1)
TI AM654x/J721E SoCs have the same PHY interface selection mechanism for CPSWx subsystem as TI SoCs (AM3/4/5/DRA7), but registers and bit-fields placement is different. This patch adds corresponding compatible strings to enable support for TI AM654x/J721E SoCs. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> --- Documentation/devicetree/bindings/phy/ti-phy-gmii-sel.txt | 1 + 1 file changed, 1 insertion(+)