kernel_optimize_test/arch/arm64
Kuninori Morimoto 8a8f181d2c arm64: renesas: salvator-x: use CS2000 as AUDIO_CLK_B
CS2000 needs AUDIO_CLKOUT as master clock which is generated
by Renesas sound, and Renesas sound needs CS2000 as ADUIO_CLK_B.
Because of this relationship, it will be dead-lock when driver probe.

cs2000: clk_multiplier@4f {
        ...
        clocks = <&rcar_sound 0>, <&x12_clk>;
        ...
};

&rcar_sound {
        ...
        assigned-clocks = <&cs2000>;
        ...
};

This patch is using dummy audio_clkout to avoid this issue.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2015-12-01 15:32:06 +09:00
..
boot arm64: renesas: salvator-x: use CS2000 as AUDIO_CLK_B 2015-12-01 15:32:06 +09:00
configs arm64 fixes and clean-ups: 2015-11-12 15:33:11 -08:00
crypto
include arm64 fixes and clean-ups: 2015-11-12 15:33:11 -08:00
kernel arm64 fixes and clean-ups: 2015-11-12 15:33:11 -08:00
kvm
lib
mm arm64 fixes and clean-ups: 2015-11-12 15:33:11 -08:00
net arm64 fixes and clean-ups: 2015-11-12 15:33:11 -08:00
xen
Kconfig arm64 fixes and clean-ups: 2015-11-12 15:33:11 -08:00
Kconfig.debug
Kconfig.platforms arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support 2015-11-17 02:48:12 +09:00
Makefile