09 May, 2017

4 commits

  • This patch adds the option to configure a comphy to 5G XFI mode.

    In order to configure the comphy to 5G XFI, update
    the comphy node in the device-tree:
    phy2 {
    phy-type = ;
    phy-speed = ;
    };

    Signed-off-by: Igal Liberman
    Signed-off-by: Stefan Roese
    Reviewed-by: Stefan Roese

    Igal Liberman
     
  • This type tells u-boot to preserve the COMPHY settings as is
    it is usefull in situations where the COMPHY was initialized by
    earlier firmware.
    Note that IGNORE is different from UNCONNECTED since setting
    UNCONNECTED type will disconnect the COMPHY in the COMPHY MUX
    which is a desired behaviour

    Signed-off-by: Yehuda Yitschak
    Signed-off-by: Stefan Roese
    Signed-off-by: Igal Liberman
    Reviewed-by: Stefan Roese

    Stefan Roese
     
  • UTMI_PHY_TO_USB_HOST was used in USB3 UTMI dts node only, but there will
    be USB2 UTMI dts node for some SoCs that have got USB2 controller, so rename
    TO_USB_HOST to TO_USB3_HOST to distinguish TO_USB2_HOST in later on patches.

    Signed-off-by: zachary
    Signed-off-by: Stefan Roese
    Signed-off-by: Igal Liberman
    Reviewed-by: Stefan Roese

    Stefan Roese
     
  • Use correct naming as done in the latest Marvell U-Boot version as well.

    Signed-off-by: Stefan Roese
    Signed-off-by: Igal Liberman
    Reviewed-by: Stefan Roese

    Stefan Roese
     

27 Sep, 2016

1 commit

  • This version is based on the Marvell U-Boot version with this patch
    applied as latest patch:

    Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb
    device mode" from 2016-07-05.

    Signed-off-by: Stefan Roese
    Cc: Nadav Haklai
    Cc: Kostya Porotchkin
    Cc: Wilson Ding
    Cc: Victor Gu
    Cc: Hua Jing
    Cc: Terry Zhou
    Cc: Hanna Hawa
    Cc: Haim Boot

    Stefan Roese