From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bootlin.com ([62.4.15.54]:36415 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730314AbeG0OSQ (ORCPT ); Fri, 27 Jul 2018 10:18:16 -0400 Date: Fri, 27 Jul 2018 14:56:15 +0200 From: Maxime Ripard To: Icenowy Zheng Cc: Rob Herring , Chen-Yu Tsai , Jagan Teki , Jernej Skrabec , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v3.1 10/10] arm64: dts: allwinner: a64: Enable HDMI output on A64 boards w/ HDMI Message-ID: <20180727125615.ju23ecgm6y4rz7p5@flea> References: <20180726171257.6688-1-icenowy@aosc.io> <20180726171257.6688-11-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3xvit7syelf6yr45" In-Reply-To: <20180726171257.6688-11-icenowy@aosc.io> Sender: linux-clk-owner@vger.kernel.org List-ID: --3xvit7syelf6yr45 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 27, 2018 at 01:12:57AM +0800, Icenowy Zheng wrote: > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/a= rm64/boot/dts/allwinner/sun50i-a64-pine64.dts > index 1b9b92e541d2..1b972bade9f6 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts > @@ -62,6 +62,21 @@ > chosen { > stdout-path =3D "serial0:115200n8"; > }; > + > + connector { > + compatible =3D "hdmi-connector"; > + type =3D "a"; > + > + port { > + hdmi_con_in: endpoint { > + remote-endpoint =3D <&hdmi_out_con>; > + }; > + }; > + }; > +}; > + > +&de { > + status =3D "okay"; > }; > =20 > &ehci0 { > @@ -82,6 +97,17 @@ > =20 > }; > =20 > +&hdmi { > + hdmi-supply =3D <®_dldo1>; > + status =3D "okay"; > +}; > + > +&hdmi_out { > + hdmi_out_con: endpoint { > + remote-endpoint =3D <&hdmi_con_in>; > + }; > +}; > + > &i2c1 { > pinctrl-names =3D "default"; > pinctrl-0 =3D <&i2c1_pins>; > @@ -99,6 +125,10 @@ > }; > }; > =20 > +&mixer1 { > + status =3D "okay"; > +}; > + > &mmc0 { > pinctrl-names =3D "default"; > pinctrl-0 =3D <&mmc0_pins>; > @@ -238,6 +268,10 @@ > status =3D "disabled"; > }; > =20 > +&tcon1 { > + status =3D "okay"; > +}; Is it working or not on the pine64? Maxime --=20 Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com --3xvit7syelf6yr45 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE0VqZU19dR2zEVaqr0rTAlCFNr3QFAltbFm4ACgkQ0rTAlCFN r3T7LhAAkfFcBA6X1XtL00YHltRxggxIhKJOsMNhjI+FlX+s0zu3VPW3DSmrepgK ts4cEebJxlaobaHrEvE/fdvscPQgXKQsGvegeboi+jZtRwHF5uHKLxvdlc6dv/rT d/QpHUGAgTYMsHeS40mHMWkndPM3IAFWW4PNUDazXepHGzc4Y4/joK+Ik0U2uhEK Wr8U1ArDzkZTL7kEi7bW6WsHUaCWrTK/TjGOMJ/9cstL4i3bzeS19FvMs0Q2/v9/ RLgL9OJDyEz6vxdRXkZTrOI1QyzZr3yEj4/1P8UZihsaysFqje7s14GFaqOXSvVp I9RJuses8/7MZApuhmnpSmUtui1Zctt/V1TZ6e3u6sCH8GNT5tpsOlSnfox4XiEV ofx0oTC/xB8CBPogpFObrTy8NSPUut5mkTGc1QpAVwk5/Dw3xbIJzxF0g10uEgxv mdQVHEpcjA/+c0gBWsg9fjhYJqshyWImiLw6F7VfeyF/tB3j1HJNMYLVZdfrcxkc 5g3bgtLiTcSISv37D8zvkd6Zp7esTmLZVS0jQpm1LxpgF1EoIdZXScmEdRPkFU0D owbjIyZooZqtC7CID3Z7b0tONNgBrgbOAiqIgB3ZT34vCRtSxv4E9FQfrBf1Dk/6 DBpXKF8w96zcCqdte9AAKr7W3PlwjkpJPNBEGR/gp/i3K1W5Y1g= =UoNb -----END PGP SIGNATURE----- --3xvit7syelf6yr45--