14 Feb, 2018

1 commit


04 Jan, 2018

1 commit


29 Dec, 2016

2 commits

  • Move assigned clocks properties from sound node to audio subsystem clock
    controller node. This way clocks topology and rates are set just after
    probing audio clocks controller. Leaving those properties under
    sound node doesn't guarantee to configure them before they are being used
    (for example i2s hardware module can be probed in parallel and it also
    require proper audio clocks configuration).

    Signed-off-by: Marek Szyprowski
    Reviewed-by: Krzysztof Kozlowski
    Signed-off-by: Krzysztof Kozlowski

    Marek Szyprowski
     
  • "iis", "i2s_opclk0" and "i2s_opclk1" are standard clocks for Exynos4 I2S
    hardware module, so they should be defined in .dtsi file not in the random
    board .dts file.

    Signed-off-by: Marek Szyprowski
    Reviewed-by: Krzysztof Kozlowski
    Signed-off-by: Krzysztof Kozlowski

    Marek Szyprowski
     

19 Oct, 2016

1 commit

  • The TOPEET itop Exynos4412 has three versions of base boards. The
    Elite version is the cheap one without too much peripheral devices
    on it.

    Currently supported are serial console, wired networking (USB), USB OTG
    in peripheral mode, USB host, SD storage, GPIO buttons, PWM beeper, ADC
    and LEDs. The WM8960 analog audio codec is also enabled.

    The FIMC is not used for camera currently, I enabled it just for a
    colorspace converter.

    Signed-off-by: Randy Li
    Acked-by: Rob Herring
    [krzk: fixup pin function macro, adjust commit msg]
    Signed-off-by: Krzysztof Kozlowski

    Randy Li