From patchwork Sun Feb 28 15:27:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Schmitz Mouridsen X-Patchwork-Id: 1445263 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=schmitz.computer header.i=@schmitz.computer header.a=rsa-sha256 header.s=202102 header.b=rvFxbL/+; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DpS2r1HNMz9sR4 for ; Mon, 1 Mar 2021 02:28:19 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 56B3A81454; Sun, 28 Feb 2021 16:28:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=reject dis=none) header.from=schmitz.computer Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=schmitz.computer header.i=@schmitz.computer header.b="rvFxbL/+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2393881E9E; Sun, 28 Feb 2021 16:28:06 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail.northatlanticmusicsupplies.com (mail.northatlanticmusicsupplies.com [212.237.182.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9E33E808B2 for ; Sun, 28 Feb 2021 16:28:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=schmitz.computer Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jesper@schmitz.computer Received: by mail.northatlanticmusicsupplies.com (Postfix, from userid 58) id 1AE82935318; Sun, 28 Feb 2021 15:28:01 +0000 (UTC) Received: from freebsd2.freebsd.com (unknown [192.168.1.5]) by mail.northatlanticmusicsupplies.com (Postfix) with ESMTPSA id 61756935318; Sun, 28 Feb 2021 15:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schmitz.computer; s=202102; t=1614526080; bh=f1/r4ZMB0vVSo9JulcI4QxokGY4NdyM3xlnCKSLyQQo=; h=From:To:Cc:Subject:Date; b=rvFxbL/+8bTir209CTxMna4NHABs/F4AAvfliyXYg6iNUMk8XKevB+lgtsYtPyvuG hRF3glR5ge5sz0wJRF+n3rwvDzD3cjs7nxmGTLS7D+dAD7JsSmrVkjKTuOoRKwAre/ l7XSbXP0KYZ8UH/bz3EK1oqL8GZ/M7k5WxN/pOWk= From: Jesper Schmitz Mouridsen To: u-boot@lists.denx.de Cc: Jesper Schmitz Mouridsen Subject: [PATCH 0/1] rk3399 pinebook-pro enable display Date: Sun, 28 Feb 2021 16:27:46 +0100 Message-Id: <20210228152747.28814-1-jesper@schmitz.computer> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean This enables display for pinebook-pro Jesper Schmitz Mouridsen (1): rk3399: pinebook-pro enable display arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 4 ++++ arch/arm/dts/rk3399.dtsi | 4 ++-- drivers/video/rockchip/rk_edp.c | 24 ++++++++++++++++++-- 3 files changed, 28 insertions(+), 4 deletions(-)