From patchwork Wed Apr 10 14:10:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Muellner X-Patchwork-Id: 1083450 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=theobroma-systems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44fR0S6bVfz9s00 for ; Thu, 11 Apr 2019 00:11:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732573AbfDJOLT (ORCPT ); Wed, 10 Apr 2019 10:11:19 -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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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>;