From patchwork Sun Nov 26 15:45:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 747450 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="qCjEHyBN" Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14C4610E4 for ; Sun, 26 Nov 2023 07:46:57 -0800 (PST) Received: by mail-ed1-x533.google.com with SMTP id 4fb4d7f45d1cf-543456dbd7bso8472242a12.1 for ; Sun, 26 Nov 2023 07:46:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; t=1701013615; x=1701618415; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=J9ZptptuvFLM3UckOpdhtM6b2Gb9AhuhmBdl+FUGxy4=; b=qCjEHyBNCRjaooKgEnWoctUnHXgMYZn79Rnauk2Yqesv3GG2CE9CzlZhZKIhjc/2kN +0CV9OYADwLTSAteBoVq3qTh5l0mbSYZuUdTWoJyIrK8mHHbYfkBzoniTFaW3vLFH9Tv O+DwrmtANk8jW8n5tsp5ArcsK2W/oGXk1k9t8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701013615; x=1701618415; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=J9ZptptuvFLM3UckOpdhtM6b2Gb9AhuhmBdl+FUGxy4=; b=WQG68nSEd21YBjiEw90OhNephViPuDOOWKlY5GYYt8+et4tKwiaWjjMkrnmn9S879Q 4xk5fmQyDK7CdcTbIwAVqQQ1a3VfOJ7wCNchF9mFQxAgffuuNxWLmFX5FqztGQ4grJr4 9nhD2JlnfcVDBYH+SGzQKyI2G2kI6HOiE16d7cM4rT6PTqPpR8q3sVA3K9awOC2i4LVm bm+0bBX8ibb7VM3gaTipiih64pDN3ilMlp19FN1sN2M5MGKhtfjmNOzBy4L1e2fhhBWt Y07H9GAaKCTPrGj2N+HhbcNdnMsSXCa03lF7mcOfNvbtPQYJXzhwinpB0+05+OrrF3kR qdWQ== X-Gm-Message-State: AOJu0YxKGq1plWKG/fBA149VR89tSujxMtAIBV2Y08BV88JsMX57Pafa GcAhQ0LSGfl4vuUlWnGmsDVRIw== X-Google-Smtp-Source: AGHT+IEfT4doHnOsbz6gudgEBQhP/ws0s3F9AB/JOga8mqtwKh+rmACr2W6jdNBb1rt3mTUHfeVG4Q== X-Received: by 2002:a17:907:7b94:b0:9b2:be2f:e31a with SMTP id ne20-20020a1709077b9400b009b2be2fe31amr9616483ejc.31.1701013615439; Sun, 26 Nov 2023 07:46:55 -0800 (PST) Received: from dario-ThinkPad-T14s-Gen-2i.homenet.telecomitalia.it (host-95-244-100-54.retail.telecomitalia.it. [95.244.100.54]) by smtp.gmail.com with ESMTPSA id h24-20020a170906591800b009fdc684a79esm4656158ejq.124.2023.11.26.07.46.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 26 Nov 2023 07:46:54 -0800 (PST) From: Dario Binacchi To: linux-kernel@vger.kernel.org Cc: Amarula patchwork , michael@amarulasolutions.com, Dario Binacchi , Conor Dooley , Daniel Vetter , David Airlie , Jessica Zhang , Krzysztof Kozlowski , Maarten Lankhorst , Maxime Ripard , Neil Armstrong , Rob Herring , Sam Ravnborg , Thomas Zimmermann , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [PATCH v2 09/11] dt-bindings: ili9805: add compatible string for Tianma TM041XDHG01 Date: Sun, 26 Nov 2023 16:45:01 +0100 Message-ID: <20231126154605.15767-10-dario.binacchi@amarulasolutions.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231126154605.15767-1-dario.binacchi@amarulasolutions.com> References: <20231126154605.15767-1-dario.binacchi@amarulasolutions.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Michael Trimarchi Add Tianma TM041XDHG01 that utilizes an Ilitek ILI9805 controller chip, so its compatible string should be added to ilitek,ili9805 file. Add the compatible string for it. Signed-off-by: Michael Trimarchi Signed-off-by: Dario Binacchi --- (no changes since v1) .../devicetree/bindings/display/panel/ilitek,ili9805.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml index e08af5f0b2e9..1b5bf42df7d6 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml @@ -17,6 +17,7 @@ properties: items: - enum: - giantplus,gpm1790a0 + - tianma,tm041xdhg01 - const: ilitek,ili9805 avdd-supply: true