From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 7/9] ARM: dts: Exynos: add 'hdmi' clock to mixer nodes
Date: Thu, 19 Feb 2015 03:42:39 +0100 [thread overview]
Message-ID: <54E54D9F.2060207@suse.de> (raw)
In-Reply-To: <1422883228-10690-8-git-send-email-m.szyprowski@samsung.com>
Am 02.02.2015 um 14:20 schrieb Marek Szyprowski:
> Mixed block needs to control hdmi clock to properly perform power on/off
> operation, so add 'hdmi' clock also to mixer nodes.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
> arch/arm/boot/dts/exynos5250.dtsi | 5 +++--
> arch/arm/boot/dts/exynos5420.dtsi | 5 +++--
> 2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 9bb1b0b738f5..e8c67fdb69fb 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -732,8 +732,9 @@
> compatible = "samsung,exynos5250-mixer";
> reg = <0x14450000 0x10000>;
> interrupts = <0 94 0>;
> - clocks = <&clock CLK_MIXER>, <&clock CLK_SCLK_HDMI>;
> - clock-names = "mixer", "sclk_hdmi";
> + clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>,
> + <&clock CLK_SCLK_HDMI>;
> + clock-names = "mixer", "hdmi", "sclk_hdmi";
> };
>
> dp_phy: video-phy at 10040720 {
[snip]
Tested-by: Andreas F?rber <afaerber@suse.de>
Without this patch, next-20150218 exynos drm mixer fails to locate the
hdmi clock on Spring.
Kukjin, can you please queue the remaining patches 1-8?
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG N?rnberg)
next prev parent reply other threads:[~2015-02-19 2:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-02 13:20 [PATCH v5 0/9] Enable HDMI support on Exynos platforms Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 1/9] PM / Domains: Add a note about power domain subdomains Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 2/9] ARM: Exynos: add support for sub-power domains Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 3/9] ARM: dts: exynos4: add hdmi related nodes Marek Szyprowski
2015-02-04 14:02 ` [PATCH v5 RESEND " Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 4/9] ARM: dts: exynos4: add dependency between TV and LCD0 power domains Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 5/9] ARM: dts: exynos4412-odroid: enable hdmi support Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 6/9] ARM: dts: exynos4210-universal_c210: " Marek Szyprowski
2015-02-02 13:20 ` [PATCH v5 7/9] ARM: dts: Exynos: add 'hdmi' clock to mixer nodes Marek Szyprowski
2015-02-19 2:42 ` Andreas Färber [this message]
2015-02-02 13:20 ` [PATCH v5 8/9] ARM: dts: exynos5250: add display power domain Marek Szyprowski
2015-02-19 2:44 ` Andreas Färber
2015-02-25 12:17 ` Javier Martinez Canillas
2015-02-02 13:20 ` [PATCH v5 9/9] drm/exynos: add support for 'hdmi' clock Marek Szyprowski
2015-02-04 5:13 ` Inki Dae
2015-02-03 3:58 ` [PATCH v5 0/9] Enable HDMI support on Exynos platforms Kukjin Kim
2015-02-04 0:09 ` Joonyoung Shim
2015-02-04 14:50 ` Kukjin Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54E54D9F.2060207@suse.de \
--to=afaerber@suse.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).