On Mon, Jul 10, 2017 at 10:08:25AM +0200, Geert Uytterhoeven wrote: > On Fri, Jul 7, 2017 at 4:09 AM, Vladimir Barinov > <vladimir.barinov@xxxxxxxxxxxxxxxxxx> wrote: > > From: Vladimir Barinov <vladimir.barinov+renesas@xxxxxxxxxxxxxxxxxx> > > > > It will be used ADG clock initial settings, and will be > > sound codec's initial system clock which needs maximum clock frequency. > > Thus, descending order is required. > > > > Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@xxxxxxxxxxxxxxxxxx> > > Cfr. commit 5e2feac330953fe7 ("arm64: renesas: salvator-common: sound > clock-frequency needs descending order") > > Fixes: 9f22774c214ada7b ("arm64: dts: ulcb: add 12288000 for sound ADG") > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thanks, I have applied the following as a fix for v4.13. From: Vladimir Barinov <vladimir.barinov+renesas@xxxxxxxxxxxxxxxxxx> Subject: [PATCH] arm64: dts: renesas: ulcb: sound clock-frequency needs descending order Correct order of sound clock frequencies for ULCB boards used with r8a7795 and r8a7796 SoCs. These sounds clock frequencies are used as the ADG clock (output clocks for audio module) initial setting and sound codec's initial system clock which needs the maximum clock frequency. Thus, descending order is required. Fixes: 9f22774c214ada7b ("arm64: dts: ulcb: add 12288000 for sound ADG") Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@xxxxxxxxxxxxxxxxxx> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> [simon: rewrote changelog] Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> --- arch/arm64/boot/dts/renesas/ulcb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index b5c6ee07d7f9..d1a3f3b7a0ab 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -281,7 +281,7 @@ /* audio_clkout0/1/2/3 */ #clock-cells = <1>; - clock-frequency = <11289600 12288000>; + clock-frequency = <12288000 11289600>; status = "okay"; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html