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 4F705C433F5 for ; Thu, 11 Nov 2021 14:57:31 +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 0826C610A2 for ; Thu, 11 Nov 2021 14:57:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0826C610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 411AA6E19A; Thu, 11 Nov 2021 14:57:30 +0000 (UTC) Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by gabe.freedesktop.org (Postfix) with ESMTPS id ECF276E19A for ; Thu, 11 Nov 2021 14:57:29 +0000 (UTC) Received: by mail-oi1-f172.google.com with SMTP id q124so12058472oig.3 for ; Thu, 11 Nov 2021 06:57:29 -0800 (PST) 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:in-reply-to:references:subject:date :message-id; bh=qNEjXj/HNgs612CxAaN/7ARospzmOAVl901gKnKjQak=; b=WxE2x5Ja6+p3hKwOgKTeWclqvQ/RWbhbWrHWtcWKE5YQlkRTk68LEv56mTGGD0uFMx 7upDztINyZ8J7h2AX6ged0YngYtBHJBbUzz9Fn6FqvNLpIRylnvQN7HE1sqLOeWxNefJ M/aM0dWDvTM/Wg1vvEFUQ8Aa7EFOBDaZg5Rt467DMn7b0xdof3nwZ1O/No36KtCei7w+ kiGN/4lUFLv1oevaO3vEunQ9RJidYtznDQVXcFZ2Bf3iadokhcQtQ1qh6rDa/vm49tGR vUNId41jvrjfEU/Q4X+gp6y4x+AbOnF/KSda0a2QKD3pklWVLua/mMOK65q46OBhtaR1 sj8w== X-Gm-Message-State: AOAM530jWYf+1i5pk+slHc+AaMFsxKpGytvLslm5Li3qkAiTmPcAIBDo Yev9ZHPd77sSzOhNCskj1g== X-Google-Smtp-Source: ABdhPJwLcneflSvlTMqVQa7wx8N++jT4UqWGoLvdDyD7I/PEJOPtmHneR0Q6RSCyi4LFQ9/yRsBRiw== X-Received: by 2002:a54:4616:: with SMTP id p22mr19795772oip.96.1636642649070; Thu, 11 Nov 2021 06:57:29 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 187sm680123oig.19.2021.11.11.06.57.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 06:57:28 -0800 (PST) Received: (nullmailer pid 3774080 invoked by uid 1000); Thu, 11 Nov 2021 14:57:26 -0000 From: Rob Herring To: "H. Nikolaus Schaller" In-Reply-To: <70f2abb5277369721cb352eb50daa407bee3fd04.1636573413.git.hns@goldelico.com> References: <70f2abb5277369721cb352eb50daa407bee3fd04.1636573413.git.hns@goldelico.com> Subject: Re: [PATCH v6 3/8] dt-bindings: display: Add ingenic, jz4780-dw-hdmi DT Schema Date: Thu, 11 Nov 2021 08:57:26 -0600 Message-Id: <1636642646.871896.3774079.nullmailer@robh.at.kernel.org> 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: Mark Rutland , Paul Boddie , Geert Uytterhoeven , Neil Armstrong , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Paul Cercueil , Laurent Pinchart , Miquel Raynal , Sam Ravnborg , Jernej Skrabec , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, Kees Cook , Jonas Karlman , Mark Brown , Maxime Ripard , letux-kernel@openphoenux.org, Ezequiel Garcia , Thomas Bogendoerfer , Liam Girdwood , Robert Foss , Rob Herring , "Eric W. Biederman" , Hans Verkuil Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 10 Nov 2021 20:43:28 +0100, H. Nikolaus Schaller wrote: > From: Sam Ravnborg > > Add DT bindings for the hdmi driver for the Ingenic JZ4780 SoC. > Based on .txt binding from Zubair Lutfullah Kakakhel > > We also add add generic ddc-i2c-bus to synopsys,dw-hdmi.yaml > > Signed-off-by: Sam Ravnborg > Signed-off-by: H. Nikolaus Schaller > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > --- > .../display/bridge/synopsys,dw-hdmi.yaml | 3 + > .../bindings/display/ingenic-jz4780-hdmi.yaml | 76 +++++++++++++++++++ > 2 files changed, 79 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/ingenic-jz4780-hdmi.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/display/ingenic-jz4780-hdmi.yaml:36:5: [warning] wrong indentation: expected 2 but found 4 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ingenic-jz4780-hdmi.example.dt.yaml: hdmi@10180000: 'clock-names', 'ddc-i2c-bus', 'interrupt-parent', 'interrupts', 'reg' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/ingenic-jz4780-hdmi.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1553577 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.