From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alper Nebi Yasak Date: Wed, 28 Oct 2020 01:31:03 +0300 Subject: [patch v2 01/10] drivers/video/rockchip/rk_vop.c: Use endpoint compatible string to find VOP mode In-Reply-To: <20201027132235.729230758@rtp-net.org> References: <20201027132131.016984025@rtp-net.org> <20201027132235.729230758@rtp-net.org> Message-ID: <464e32db-ee21-c9da-99bb-c60f48716d71@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27/10/2020 16:21, Arnaud Patard (Rtp) wrote: > The current code is using an hard coded enum and the of node reg value of > endpoint to find out if the endpoint is mipi/hdmi/lvds/edp/dp. The order > is different between rk3288, rk3399 vop little, rk3399 vop big. > > A possible solution would be to make sure that the rk3288.dtsi and > rk3399.dtsi files have "expected" reg value or an other solution is > to find the kind of endpoint by comparing the endpoint compatible value. > > This patch is implementing the more flexible second solution. > > Signed-off-by: Arnaud Patard > I didn't test individual patches, but non-pinebook-pro parts of this series as a whole (after some more patches of mine) get me a vidconsole on the rk3399-gru-kevin's display, so I'm going to send "Tested-by"s to the patches I had included in my branch: Tested-by: Alper Nebi Yasak