From patchwork Mon Dec 9 15:45:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jyri Sarha X-Patchwork-Id: 11279623 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2DA0C138C for ; Mon, 9 Dec 2019 15:45:15 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 15F132080D for ; Mon, 9 Dec 2019 15:45:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 15F132080D Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6CE536E4B1; Mon, 9 Dec 2019 15:45:14 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by gabe.freedesktop.org (Postfix) with ESMTPS id 100456E4B1 for ; Mon, 9 Dec 2019 15:45:12 +0000 (UTC) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id xB9FjCCf069533; Mon, 9 Dec 2019 09:45:12 -0600 Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id xB9FjBAw106349 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 9 Dec 2019 09:45:12 -0600 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 9 Dec 2019 09:45:11 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 9 Dec 2019 09:45:10 -0600 Received: from jadmar.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id xB9Fj9ln064950; Mon, 9 Dec 2019 09:45:10 -0600 From: Jyri Sarha To: Subject: [PATCH v2 0/2] drm/panel: simple: Rocktech RK101II01D-CT + binding Date: Mon, 9 Dec 2019 17:45:09 +0200 Message-ID: X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1575906312; bh=ys8HDcA0nY290lN2fUWrcnHKxVorUO3rMhxCED+QdN8=; h=From:To:CC:Subject:Date; b=hbhTwACTSUiLr9oiM0D6T6RRJpQzJE2LX5qXRKY8Bra0+nCEWoFGG1oF4G7pgp8YN QJuwY1hj076kpPqXgZDEnjBOrZHTCZE8fHCRp0DeG09zG+SQUHHUmHfTPC/Lrib2SW Ld1zBlw1NPQgwQxBcyadQYXVtHh4K+idnpe8FxRQ= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tomi.valkeinen@ti.com, thierry.reding@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Since v1: - Add "Reviewed-by: Tomi Valkeinen " to "drm/panel: simple: Add Rocktech RK101II01D-CT panel" - Fix "dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel" Fix a copy-paste error on line 4 ("$id: http://devicetree.org/schemas...") Add support for Rocktech RK101II01D-CT panel to panel-simple and add yaml binding for it. Jyri Sarha (2): dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel drm/panel: simple: Add Rocktech RK101II01D-CT panel .../display/panel/rocktech,rk101ii01d-ct.yaml | 48 +++++++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 32 +++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml