From patchwork Fri May 1 20:48:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 11523747 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 95478139A for ; Sat, 2 May 2020 08:34:43 +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 73BEF208DB for ; Sat, 2 May 2020 08:34:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="bEuI4RV8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73BEF208DB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.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 3D3166E0D3; Sat, 2 May 2020 08:34:28 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by gabe.freedesktop.org (Postfix) with ESMTPS id DD24C6ED4A for ; Fri, 1 May 2020 20:48:47 +0000 (UTC) Received: by mail-wr1-x443.google.com with SMTP id x18so12967183wrq.2 for ; Fri, 01 May 2020 13:48:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=gfGOLfXaLulVw5WVuYJtit1hU0mFqdh6Ro95VIBdKw0=; b=bEuI4RV8Xn99q3VEtbMvLgV+yoUkaQi8FdtjmYYvgirP8J77thzXg/rItG4SaSEP+Y SPoULqwYp3st7sNCJ3iyN9iuy5jhLkHYxWAgrr18Wn1hrOOQZxtCKcWTOi4Vchr/PMG/ mxBSkiki4bSDpchrdkJgu3WMF3NKvIJq84HFSs86mwtrD/Vr7O2ZTX3glbtDDI/0by6S +R3YrO5fagE3Q/8JsSx3NIni0tfeRzb9YKZ60G20EctIjUUUrWizaRsf88zhNMB4Q9Ox lwnZbhkbzsjXmtlEM1VWA9DhGhyMtmXHXeutU2Xk5NCckjqA4tPgg37QyNDRWEla5OtK rKLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=gfGOLfXaLulVw5WVuYJtit1hU0mFqdh6Ro95VIBdKw0=; b=DLV0rZsipE3CkJJ46ftsr8rcJvPpOC+Tb4N8isAPtTdyECahEXrZHBwakmUXRji3mC qBC6Wv1pRKuEGpO9O3Ab5hZkvsrYCu5CJb1sYM+1zfCpOQrwIgRQjMedzk+G4dFOlFl3 m1hley4BMuZAfHZ96rOujqYHkLrrAbJZnfESZxwGnug/8+FoUIjofVD2LLkyQ9PxHBPA z3TW90OFJxErK0AfVYPL8yLKgngVsmnc77PHab3qUpQqbTYdaXa3dRI0xl0j3e9XUMtl MsMxfv7HWXUL5gKsaeNSnuKASZL5IvZgXBCskUb/EZYl8w1HiU8g2pMq2O2WulwEhsdN 0GPw== X-Gm-Message-State: AGi0Pua3GG85SxSoGfa/dl0EA9qG6aSgIeXWvnBDYFLOgqmNO3vxb+Yn o26OL1klID2opXokCJr6Jiw= X-Google-Smtp-Source: APiQypKe5x7InGxR58MMHp7xlHWWep8tKBWq1/0SVqVCutd9ZGsDvmietKRkily1TWE3N6OusrXeEQ== X-Received: by 2002:adf:9793:: with SMTP id s19mr5470974wrb.147.1588366126534; Fri, 01 May 2020 13:48:46 -0700 (PDT) Received: from localhost.localdomain (abag125.neoplus.adsl.tpnet.pl. [83.6.170.125]) by smtp.googlemail.com with ESMTPSA id w12sm5938623wrk.56.2020.05.01.13.48.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 May 2020 13:48:46 -0700 (PDT) From: Konrad Dybcio To: skrzynka@konradybcio.pl Subject: [PATCH 2/2] dt-bindings: display: Document TM5P5 NT35596 panel compatible Date: Fri, 1 May 2020 22:48:23 +0200 Message-Id: <20200501204825.146424-3-konradybcio@gmail.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20200501204825.146424-1-konradybcio@gmail.com> References: <20200501204825.146424-1-konradybcio@gmail.com> MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 02 May 2020 08:34:27 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, David Airlie , Konrad Dybcio , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Rob Herring , Thierry Reding , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Signed-off-by: Konrad Dybcio --- .../devicetree/bindings/display/panel/tm5p5,nt35596.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/tm5p5,nt35596.txt diff --git a/Documentation/devicetree/bindings/display/panel/tm5p5,nt35596.txt b/Documentation/devicetree/bindings/display/panel/tm5p5,nt35596.txt new file mode 100644 index 0000000000000..6be56983482bf --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/tm5p5,nt35596.txt @@ -0,0 +1,7 @@ +TM5P5 NT35596 5.5" 1080×1920 LCD Panel + +Required properties: + - compatible: "tm5p5,nt35596" + - reset-gpios: GPIO spec for reset pin + - vdd-supply: VDD regulator + - vddio-supply: VDDIO regulator