Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4896685yba; Wed, 10 Apr 2019 07:12:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqxUtNMZID529BVRERkuugEQ3th0kvK16jWGBvKS8OCUf2pxPTGDFJmGU8Iq7uICUlKgLgRn X-Received: by 2002:a17:902:9b83:: with SMTP id y3mr42662596plp.165.1554905535743; Wed, 10 Apr 2019 07:12:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554905535; cv=none; d=google.com; s=arc-20160816; b=hIJlhViTvAV6zb02KOK1YwNrEgF+69vWFI23XEw0nTwYLCULG6Wo4eG3Fnmzxdy5Oj 3PdECYl+hXASJ6i4EZ/4cak+R9S5IrEPaZZZmrz85WIB5/j6bT/s6Q526lT0/Vk/kg8h OfOZJRob8EKI5rLQSmAg3LAov0IiwzPjTSSyMetXyQ4Zke8BPvwne8ZBnJuJt9K1j2Z7 8fryOTZspvRi8k6Y4czNtgD2iEanAULs9FUqlGZilyEJobu2ODCYtZtGWTWSyYVsXa5Z SDIlpQrAs0DgI3V3MG2yOrjbZtM+grfY6yjFjlpp31YnnoGgHgJtC7qUYeXBamdZNypl RB6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:in-reply-to:message-id:date :subject:cc:from; bh=Y9LWP/wh5+Sg+pUElxBsv2z07xenv5M6vboUgyKLkgk=; b=LuRvqWLQoHk18VtkbUrYZHD3OyW2NCT5Br0e2/3a3hMVc3BtBIaFKbvmgZdbj6+WBk KLIKFZOVRkxlOyvu2TGIHNltxLd6m7ew2TQnsaW1aswzRJ+9IEwOHc0ZELC2ZreGuE25 9kN5Xh3kNVpBn0RaEsFp0LeIxw4FxEHGWd/yOCuxA19j8mNiMaog8i5oI/onWaRDfax/ z6eMB1KH5U3uRFhyv2NwogHCzZjuc0+dHgxV9KjkYL/5JBuEA3REzHsv/T+UQgcWOuX1 QrQvVdcsdUjTjMg+e0xwS3Y1qy+++jeym5xACQ543xJvd53gxsdxoZCl92bujnFMaQOo VY+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f191si31638501pgc.570.2019.04.10.07.11.58; Wed, 10 Apr 2019 07:12:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732632AbfDJOLU (ORCPT + 99 others); Wed, 10 Apr 2019 10:11:20 -0400 Received: from vegas.theobroma-systems.com ([144.76.126.164]:42273 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732564AbfDJOLT (ORCPT ); Wed, 10 Apr 2019 10:11:19 -0400 Received: from ip092042140082.rev.nessus.at ([92.42.140.82]:49602 helo=purcell.lan) by mail.theobroma-systems.com with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1hEDwW-0003AE-Ns; Wed, 10 Apr 2019 16:11:12 +0200 From: Christoph Muellner Cc: heiko@sntech.de, Christoph Muellner , Thierry Reding , David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] dt-bindings: simple-panel: Set compatible string to "simple-panel". Date: Wed, 10 Apr 2019 16:10:45 +0200 Message-Id: <20190410141045.58097-2-christoph.muellner@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190410141045.58097-1-christoph.muellner@theobroma-systems.com> References: <20190410141045.58097-1-christoph.muellner@theobroma-systems.com> To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The documentation for simple-panel lists "cptt,claa101wb01" as compatible string. However, the kernel contains no driver, which recognizes this string. Therefore this patch replaces the compatible string with "simple-panel". Signed-off-by: Christoph Muellner --- Documentation/devicetree/bindings/display/panel/simple-panel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/simple-panel.txt b/Documentation/devicetree/bindings/display/panel/simple-panel.txt index b2b872c710f2..2000692ba44f 100644 --- a/Documentation/devicetree/bindings/display/panel/simple-panel.txt +++ b/Documentation/devicetree/bindings/display/panel/simple-panel.txt @@ -18,7 +18,7 @@ Optional properties: Example: panel: panel { - compatible = "cptt,claa101wb01"; + compatible = "simple-panel"; ddc-i2c-bus = <&panelddc>; power-supply = <&vdd_pnl_reg>; -- 2.11.0