This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6548: PHY subsystem selection

Part Number: AM6548

in the on line user guide, there is not description for AM65xx, as there is not any such information in datasheet.

in the menuconfig, different with non AM65xx device, I think the default selection set for AM65xx, but some customer need user guide describe it to pass internal review, so need factory team confirm and update the user guide.

  • Tony,

    Sorry. This is not clear. Please elaborate. I am not understanding what is the request.

    Best Regards,
    Keerthy

  • Keerthy,

    Sorry for not clear.

    #1. In the user guide about PHY subsystem, there is not clear guide for AM65x. 

    #2. In the menuconfig GUI of AM65x SDK,  options of PHY subsystem as below, is the default selections work for AM65x? if yes, please update to user guide.

  • Tony,

    For USB 2.0 - CONFIG_OMAP_USB2
    For USB 3.0 - CONFIG_OMAP_USB2 and CONFIG_PHY_AM654_SERDES

    If you have done make linux from the SDK then those options are already taken care of in the tisdk_am65xx-evm_defconfig.

    I have asked for updating documentation for am65xx.

    Best Regards,
    Keerthy

  • Thanks.

    I copied it from tisdk_am65xx-evm_defconfig to here for reference.

    use the default config provide in tisdk_am65xx-evm_defconfig
    #
    # PHY Subsystem
    #
    CONFIG_GENERIC_PHY=y
    CONFIG_PHY_XGENE=y
    # CONFIG_BCM_KONA_USB2_PHY is not set
    CONFIG_PHY_CADENCE_TORRENT=y
    # CONFIG_PHY_CADENCE_DPHY is not set
    CONFIG_PHY_CADENCE_SIERRA=y
    # CONFIG_PHY_FSL_IMX8MQ_USB is not set
    # CONFIG_PHY_MIXEL_MIPI_DPHY is not set
    # CONFIG_PHY_PXA_28NM_HSIC is not set
    # CONFIG_PHY_PXA_28NM_USB2 is not set
    # CONFIG_PHY_CPCAP_USB is not set
    # CONFIG_PHY_MAPPHONE_MDM6600 is not set
    # CONFIG_PHY_OCELOT_SERDES is not set
    CONFIG_PHY_AM654_SERDES=y
    CONFIG_PHY_J721E_WIZ=y
    CONFIG_OMAP_USB2=m
    CONFIG_PHY_TI_GMII_SEL=y
    # end of PHY Subsystem