[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <20150123094916.32beb50f@songinha-Samsung-DeskTop-System>
Date: Fri, 23 Jan 2015 09:49:16 +0900
From: Inha Song <ideal.song@...sung.com>
To: Sylwester Nawrocki <s.nawrocki@...sung.com>
Cc: alsa-devel@...a-project.org, mark.rutland@....com,
devicetree@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
linux@....linux.org.uk, pawel.moll@....com,
ijc+devicetree@...lion.org.uk, sbkim73@...sung.com,
linux-kernel@...r.kernel.org, robh+dt@...nel.org,
lgirdwood@...il.com, tiwai@...e.de, broonie@...nel.org,
kgene@...nel.org, galak@...eaurora.org, grant.likely@...aro.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [alsa-devel] [PATCH v3 3/4] ARM: dts: set clock out parent to
XUSBXTI
Hi,
Thanks for your comment.
On Thu, 22 Jan 2015 13:25:07 +0100
Sylwester Nawrocki <s.nawrocki@...sung.com> wrote:
> On 22/01/15 12:18, Inha Song wrote:
> > This patch set clock out parent to XUSBXTI.
> >
> > Signed-off-by: Inha Song <ideal.song@...sung.com>
> > ---
> > arch/arm/boot/dts/exynos4.dtsi | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> > index b8168f1..020bbaf 100644
> > --- a/arch/arm/boot/dts/exynos4.dtsi
> > +++ b/arch/arm/boot/dts/exynos4.dtsi
> > @@ -141,6 +141,8 @@
> > pmu_system_controller: system-controller@...20000 {
> > compatible = "samsung,exynos4210-pmu", "syscon";
> > reg = <0x10020000 0x4000>;
> > + assigned-clocks = <&pmu_system_controller 0>;
> > + assigned-clock-parents = <&clock CLK_XUSBXTI>;
> > };
>
> Looks good, except it needs to be done only for the Trats2 board, i.e.
> the PMU device node including these properties should be added to
> exynos4412-trats2.dts. I think it's fine to make it a one patch including
> all dts changes.
Opps! I understand. I will move this node to exynos4412-trats2.dts.
&pmu_system_controller {
assigned-clocks = <&pmu_system_controller 0>;
assigned-clock-parents = <&clock CLK_XUSBXTI>;
};
Thanks!
Best Regards,
Inha Song.
>
>
> --
> Regards,
> Sylwester
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@...a-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists