26 Aug, 2016

1 commit


13 May, 2016

1 commit

  • Palmas Regulator is an exception and does not follow the standard
    "vin-supply" common definitions for all regulators, as a result of this,
    the input supplies are not reported to regulator framework, with the
    obvious result of not being appropriately mapped. Fix the same.

    Signed-off-by: Nishanth Menon
    Signed-off-by: Tony Lindgren

    Nishanth Menon
     

28 Apr, 2016

1 commit


13 Apr, 2016

1 commit

  • The AM572x-IDK board is a board based on TI's AM5728 SOC
    which has a dual core 1.5GHz A15 processor. This board is a
    development platform for the Industrial market with:
    - 2GB of DDR3L
    - Dual 1Gbps Ethernet
    - HDMI,
    - PRU-ICSS
    - uSD
    - 16GB eMMC
    - CAN
    - RS-485
    - PCIe
    - USB3.0
    - Video Input Port
    - Industrial IO port and expansion connector

    The link to the data sheet and TRM can be found here:

    http://www.ti.com/product/AM5728

    This patch creates a common dtsi file that will provide a common board
    dtsi file to define the nodes that are common to AM57xx (including the
    upcoming AM5718) IDK boards.

    Initial support is only for basic peripherals

    Signed-off-by: Schuyler Patton
    Signed-off-by: Nishanth Menon
    Signed-off-by: Tony Lindgren

    Schuyler Patton