From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D79AC433FE for ; Sat, 16 Oct 2021 10:22:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 354056126A for ; Sat, 16 Oct 2021 10:22:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244175AbhJPKYy (ORCPT ); Sat, 16 Oct 2021 06:24:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240160AbhJPKYs (ORCPT ); Sat, 16 Oct 2021 06:24:48 -0400 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68FCFC061764 for ; Sat, 16 Oct 2021 03:22:40 -0700 (PDT) Received: by mail-ed1-x532.google.com with SMTP id w14so48112274edv.11 for ; Sat, 16 Oct 2021 03:22:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=L0Q4wbPx25npnHXSTuPpnP12kJs52O+N8TRBg77edyU=; b=Rk45p+n5dJliPHK1SQZkAydrXdOtBwuXZofnk138jmSEEe2XKqn8pKIv5S8IVdeWdn kTElIRRrsUKWHNcT0zapV9io+hzuuzzwgTHN2anhkxFVELox6trjx7SV/Dg9mt44Uvyr XMlDuPsOpUsCGm334yV//+kktPVMg8G5xa0to= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=L0Q4wbPx25npnHXSTuPpnP12kJs52O+N8TRBg77edyU=; b=3tf9kQckOREOlcBp/HDdnQH2ISl+Gvz4W5uvIxzPEAZ81Ft0s46w6c+Tcvk1ztBXK8 P7tXGrfo5rFUCBJZxqIH2T4E1oSThJyve0I/7UqveMezyy0LnRoSDJ1crVl6MBGkEaX4 DhE6OAHoaAAUtWGJkSoWFGR8d+Oc8pqVwlEEDJPT3wZrTpylqKme4C4MBFu36LUhuwHO q9pckAUVAn0mzsxppZUlmLrlmSMl43zfCa9UpZ9ga7KvyL7QUM1BLrm33DqHbvS1TnBk UfEpiM1fGNTznUBdjNL8mP5Rs2nAE9+xd09bvjczyBHudpWt+6y1yp3C3FqcXCAWfW42 Z0Dg== X-Gm-Message-State: AOAM531rBx2naDnjXc5wpxVTe0UeNFsiLLGlPaeEOEm/UQSiCz1gIRA6 BRfmJACX+a5jN9ttnXT92Rbf+g== X-Google-Smtp-Source: ABdhPJxrwkhAK72JOqkJ82YTTRvBONSKXSXXnA0GYp0UgFy52AlsWhvK4GP9sxru4Y3LWCL9L0gbdw== X-Received: by 2002:a17:906:d979:: with SMTP id rp25mr13065511ejb.355.1634379758951; Sat, 16 Oct 2021 03:22:38 -0700 (PDT) Received: from panicking.lan (93-46-124-24.ip107.fastwebnet.it. [93.46.124.24]) by smtp.gmail.com with ESMTPSA id la1sm6117361ejc.48.2021.10.16.03.22.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 16 Oct 2021 03:22:38 -0700 (PDT) From: Michael Trimarchi To: Thierry Reding , Sam Ravnborg , David Airlie , Laurent Pinchart , Rob Herring , =?UTF-8?q?Heiko=20St=C3=BCbner?= Cc: devicetree@vger.kernel.org, Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/5] dt-bindings: ili9881c: add compatible string for Wanchanglong w552946aba Date: Sat, 16 Oct 2021 10:22:30 +0000 Message-Id: <20211016102232.202119-4-michael@amarulasolutions.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211016102232.202119-1-michael@amarulasolutions.com> References: <20211016102232.202119-1-michael@amarulasolutions.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It utilizes an Ilitek ILI9881D controller chip, but its compatible with ili9881c so should be added to ilitek,ili9881c file. Add the compatible string for it. Signed-off-by: Michael Trimarchi --- .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml index b2fcec4f22fd..2d4a5643a785 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml @@ -15,6 +15,7 @@ properties: - enum: - bananapi,lhr050h41 - feixin,k101-im2byl02 + - wanchanglong,w552946aba - const: ilitek,ili9881c backlight: true -- 2.25.1