* [PATCH] ARM: dts: exynos4: add missing clock to MFC device
@ 2014-11-19 11:43 Marek Szyprowski
2014-11-22 14:42 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Marek Szyprowski @ 2014-11-19 11:43 UTC (permalink / raw)
To: linux-samsung-soc
Cc: Marek Szyprowski, Sylwester Nawrocki, Kamil Debski, Kukjin Kim
sclk_mfc is required for MFC device since commit
0c2272170d78f826f6e97f99fb8a67fc17feef07 ("media: s5p-mfc: rename
special clock to sclk_mfc"), so add it to exynos4 dts.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
arch/arm/boot/dts/exynos4.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 0b5e46cd449f..c790a746b9c8 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -398,8 +398,8 @@
reg = <0x13400000 0x10000>;
interrupts = <0 94 0>;
samsung,power-domain = <&pd_mfc>;
- clocks = <&clock CLK_MFC>;
- clock-names = "mfc";
+ clocks = <&clock CLK_MFC>, <&clock CLK_SCLK_MFC>;
+ clock-names = "mfc", "sclk_mfc";
status = "disabled";
iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
iommu-names = "left", "right";
--
1.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: exynos4: add missing clock to MFC device
2014-11-19 11:43 [PATCH] ARM: dts: exynos4: add missing clock to MFC device Marek Szyprowski
@ 2014-11-22 14:42 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2014-11-22 14:42 UTC (permalink / raw)
To: Marek Szyprowski
Cc: linux-samsung-soc, Sylwester Nawrocki, Kamil Debski, Kukjin Kim
On 11/19/14 20:43, Marek Szyprowski wrote:
> sclk_mfc is required for MFC device since commit
> 0c2272170d78f826f6e97f99fb8a67fc17feef07 ("media: s5p-mfc: rename
> special clock to sclk_mfc"), so add it to exynos4 dts.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 0b5e46cd449f..c790a746b9c8 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -398,8 +398,8 @@
> reg = <0x13400000 0x10000>;
> interrupts = <0 94 0>;
> samsung,power-domain = <&pd_mfc>;
> - clocks = <&clock CLK_MFC>;
> - clock-names = "mfc";
> + clocks = <&clock CLK_MFC>, <&clock CLK_SCLK_MFC>;
> + clock-names = "mfc", "sclk_mfc";
> status = "disabled";
> iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
> iommu-names = "left", "right";
Applied, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-22 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 11:43 [PATCH] ARM: dts: exynos4: add missing clock to MFC device Marek Szyprowski
2014-11-22 14:42 ` Kukjin Kim
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.