07 May, 2016

1 commit

  • The ARC SDP I2S clock can be programmed using a
    specific PLL.

    This patch has the goal of adding a clock driver
    that programs this PLL.

    At this moment the rate values are hardcoded in
    a table but in the future it would be ideal to
    use a function which determines the PLL values
    given the desired rate.

    Signed-off-by: Jose Abreu
    Acked-by: Rob Herring
    Signed-off-by: Stephen Boyd

    Jose Abreu