All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: enable hdmi on rk3399-puma-haikou
@ 2018-04-24 14:24 Jakob Unterwurzacher
       [not found] ` <20180424142459.3339-1-jakob.unterwurzacher-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Jakob Unterwurzacher @ 2018-04-24 14:24 UTC (permalink / raw)
  To: jakob.unterwurzacher-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Klaus Goger,
	Heiko Stuebner

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-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: Klaus Goger <klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-03 12:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
     [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

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.