Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4889674pxu; Tue, 13 Oct 2020 09:25:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwiTsckAJd4QYWKqn6cuj45+0M8HzWleveJOXdCdOpqvqjsDX0y8DtT+xs2SczYg34vfChC X-Received: by 2002:a05:6402:128c:: with SMTP id w12mr357127edv.242.1602606358801; Tue, 13 Oct 2020 09:25:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602606358; cv=none; d=google.com; s=arc-20160816; b=bt/pSetk7xOGvQFRXtmdstpaDDFnwuATRHNvktwpmT4qE38/knKEN8oBWnx6IuB9GU 70G5KKRilZqhrYJXSb8D7VQR0UkX50ngYxiE10xz954EywyfZKvDrlVeJVEM0VzOZjbg HXweOzK7Ryxa98cPfIewd0PSyB77F9WJPutlX7L5+8B5taf+OkRaG6dkjkMo/mlzkKzW e4IZjEUJzJWofzs5L633j6jpwnMJhnGDolC2kMWgHVVNbdWSgdwLWJqciGMR+2X3Qtu/ 0yDB25pYZNt/g0qRmRHubVEb5MxHl1xPzw7XShfAwTW7QxYJHhbv7hRMrO8SNz0gbfNv nm1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=CFpZkkp/MqnKwFvnD9TtSTY3KKHtFIcSFgXkpQ/taLI=; b=XsF5tJB101E5t9ngqFI309zioAfVu3W4UJ5mVoGDl79EBxfxe+zj397SqtkTAlI9be KxXsVtEm0xMPmmKWHKS5EiSObPbv7yFhjHdKkCnNRWws1azSR5d4Q08tw51/M1L4LcCX 9R9T4gJ870hXc/VGcMVc7GjFdNWssuBQudDgwiz9Pl/oOoJ1/nyD4bQFktZScOtO+H0s nwk3CNFKUcBITm5QQuk11FWWbvKZmaJvDCaWQt1pXV5tz+rA9QITuMX6ijitCBXi9vFc iK4OgpWvGW2T4OTlK1hxpcsQulnU0xKRVh/EqB5wgaI0Tq4+dayRGLf3YHnXXMDOgUQm hDNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d12si170066ejj.237.2020.10.13.09.25.36; Tue, 13 Oct 2020 09:25:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387530AbgJMKdE (ORCPT + 99 others); Tue, 13 Oct 2020 06:33:04 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:45950 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730456AbgJMKcz (ORCPT ); Tue, 13 Oct 2020 06:32:55 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 17B76FB03; Tue, 13 Oct 2020 12:32:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0HSCc21tTcpC; Tue, 13 Oct 2020 12:32:51 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 9A9CF40309; Tue, 13 Oct 2020 12:32:48 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/3] dt-binding: display: Require two resets on mantix panel Date: Tue, 13 Oct 2020 12:32:48 +0200 Message-Id: <15d3dc7eb4e031f380be1298ed3ac9085626f26b.1602584953.git.agx@sigxcpu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We need to reset both for the panel to show an image. Signed-off-by: Guido Günther --- .../bindings/display/panel/mantix,mlaf057we51-x.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml index 937323cc9aaa..51f423297ec8 100644 --- a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml +++ b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml @@ -37,6 +37,9 @@ properties: reset-gpios: true + 'mantix,tp-rstn-gpios': + description: second reset line that triggers DSI config load + backlight: true required: @@ -63,6 +66,7 @@ examples: avee-supply = <®_avee>; vddi-supply = <®_1v8_p>; reset-gpios = <&gpio1 29 GPIO_ACTIVE_LOW>; + mantix,tp-rstn-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; backlight = <&backlight>; }; }; -- 2.28.0