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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B311C2D0EF for ; Mon, 30 Mar 2020 15:42:08 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 498E72072E for ; Mon, 30 Mar 2020 15:42:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 498E72072E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B223D6E2A5; Mon, 30 Mar 2020 15:42:07 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 123296E2A5 for ; Mon, 30 Mar 2020 15:42:07 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id n10so4174527iom.3 for ; Mon, 30 Mar 2020 08:42:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=XToUOXTBi4v+G+zH1meistMeAK6/7kaJVHzaJ0IgHkE=; b=az5VQGxHnSonDsZBFhKsgM4c6uCFmvfKPJ/iu4Drb1m0H34M/tuzq05Ks4WS7QTixI yKF5iA1ZD46/yEGyH4f5yGF3VIO7eIBKBTAeTYJfc+EiaNU7QjgLsqMlmjbl0Nu2EefT swPH6t/sJbyXnc7To/e77MYE4U3fpac62ALaQSo+Ob/QVcDZwOG7YqgNfv8Ax5dqFQki fYkw6uGJXAd5ASUyESPOWfcS6XpzqQ5Iw6ZGMxOyFpNWP9x8mFgwRXhJHw3r7qM4fKIU DnmCbjw/KuCtj/71aEGLcqEfY0ZCtp5bNEXiJy24eorDteW11X6GE3KzQN4fs+Ank+zB XAcQ== X-Gm-Message-State: ANhLgQ0MlETyJTiC2wecm/ET6BVx4kpT4fhrTJ+WWXmFMacSE+JHWG5A HLGz+4C2k1b1sgEY2Dievg== X-Google-Smtp-Source: ADFU+vuo2GMSlIScfz8VpFQrF31IFo0FS6MvSyPlgMZwQJUJOQOv+ANaUZdUOCWSeh/xQWl4VpTXlQ== X-Received: by 2002:a02:641:: with SMTP id 62mr11747164jav.79.1585582926290; Mon, 30 Mar 2020 08:42:06 -0700 (PDT) Received: from rob-hp-laptop ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id c12sm5004502ila.31.2020.03.30.08.42.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Mar 2020 08:42:05 -0700 (PDT) Received: (nullmailer pid 24611 invoked by uid 1000); Mon, 30 Mar 2020 15:42:02 -0000 Date: Mon, 30 Mar 2020 09:42:02 -0600 From: Rob Herring To: "H. Nikolaus Schaller" Subject: Re: [RFC v3 1/8] dt-bindings: display: convert ingenic,lcd.txt to ingenic,lcd.yaml Message-ID: <20200330154202.GA23233@bogus> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Paul Boddie , Kees Cook , Geert Uytterhoeven , David Airlie , "H. Nikolaus Schaller" , mips-creator-ci20-dev@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Paul Cercueil , linux-gpio@vger.kernel.org, Thomas Bogendoerfer , "Eric W. Biederman" , Miquel Raynal , letux-kernel@openphoenux.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 29 Mar 2020 19:35:47 +0200, "H. Nikolaus Schaller" wrote: > and add compatible: jz4780-lcd, including an example how to > configure both lcd controllers. > > Also fix the clock names and examples. > > Based on work by Paul Cercueil and > Sam Ravnborg > > Signed-off-by: H. Nikolaus Schaller > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > --- > .../bindings/display/ingenic,lcd.txt | 45 ------ > .../bindings/display/ingenic,lcd.yaml | 128 ++++++++++++++++++ > 2 files changed, 128 insertions(+), 45 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/ingenic,lcd.txt > create mode 100644 Documentation/devicetree/bindings/display/ingenic,lcd.yaml > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ingenic,lcd.example.dt.yaml: lcd-controller@13050000: clocks: [[4294967295, 9]] is too short See https://patchwork.ozlabs.org/patch/1263508 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel