On Wed, Aug 02, 2017 at 10:26:58AM +0000, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > clock name of "audio_clkout" is used by Renesas sound driver. > This duplicated naming breaks its clock registering/unregisering. > Especially, when unbind/bind it can't handle clkout correctly. > This patch renames "audio_clkout" to "audio-clkout" to avoid > naming conflict. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > > Simon > > This patch is for v4.13-rcX Thanks, could I get a "Fixes" tag? > > arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > index 78202f5..a6ceda72 100644 > --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi > +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > @@ -45,7 +45,7 @@ > stdout-path = "serial0:115200n8"; > }; > > - audio_clkout: audio_clkout { > + audio_clkout: audio-clkout { > /* > * This is same as <&rcar_sound 0> > * but needed to avoid cs2000/rcar_sound probe dead-lock > -- > 1.9.1 >