All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Bergas <vicencb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Jakob Unterwurzacher
	<jakob.unterwurzacher-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Klaus Goger
	<klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>,
	Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Subject: [PATCH] arm64: dts: rockchip: enable hdmi on rk3399-puma-haikou
Date: Mon, 30 Apr 2018 20:51:07 +0200	[thread overview]
Message-ID: <20180430185107.3197-1-vicencb@gmail.com> (raw)
In-Reply-To: <20180424142459.3339-1-jakob.unterwurzacher-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>

Hello Jakob,

On 2018-04-24 16:24, Jakob Unterwurzacher wrote:
>Earlier kernels showed a corrupt image on hdmi, on v4.16 things
>work fine at resolutions up to 1920x1080.
>
>On v4.17-rc2 two fixes are pending for hdmi to work:
>
>1) "iommu/rockchip: make clock handling optional"
>   https://patchwork.kernel.org/patch/10344875/
>
>2) Add missing enable_irq in rockchip_drm_vop.c
>   http://lists.infradead.org/pipermail/linux-rockchip/2018-April/020427.html
>
>These should get merged soon, so I think it's time to enable
>the hdmi output in our dts.
>
>Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher at theobroma-systems.com>
>Cc: linux-rockchip at lists.infradead.org
>Cc: Heiko Stuebner <heiko at sntech.de>
>Cc: Klaus Goger <klaus.goger at theobroma-systems.com>
>---
> arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
>diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts
>index 7d3e8bfd51dd..23c59c8f0775 100644
>--- a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts
>+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts
>@@ -143,6 +143,11 @@
> 	};
> };
> 
>+&hdmi {
>+	ddc-i2c-bus = <&i2c3>;
>+	status = "okay";
>+};
>+
> &i2c1 {
> 	status = "okay";
> 	clock-frequency = <400000>;
>@@ -281,3 +286,19 @@
> &usb_host0_ohci {
> 	status = "okay";
> };
>+
>+&vopb {
>+	status = "okay";
>+};
>+
>+&vopb_mmu {
>+	status = "okay";
>+};
>+
>+&vopl {
>+	status = "okay";
>+};
>+
>+&vopl_mmu {
>+	status = "okay";
>+};
>-- 
>2.11.0

Does HDMI audio work on rk3399-puma-haikou?

Regards,
  Vicente.

  parent reply	other threads:[~2018-04-30 18:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24 14:24 [PATCH] arm64: dts: rockchip: enable hdmi on rk3399-puma-haikou Jakob Unterwurzacher
     [not found] ` <20180424142459.3339-1-jakob.unterwurzacher-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
2018-04-30 18:51   ` Vicente Bergas [this message]
     [not found]     ` <20180430185107.3197-1-vicencb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-05-02 14:19       ` Jakob Unterwurzacher
     [not found]         ` <d32fa12f-ceb8-a869-2450-0df5cb4086ff-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
2018-05-02 19:12           ` Vicente Bergas
2018-05-03 12:40   ` Heiko Stuebner

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=20180430185107.3197-1-vicencb@gmail.com \
    --to=vicencb-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=jakob.unterwurzacher-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org \
    --cc=klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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 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.