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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14389C54EB4 for ; Sun, 22 Jan 2023 17:28:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230138AbjAVR2f (ORCPT ); Sun, 22 Jan 2023 12:28:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229880AbjAVR2e (ORCPT ); Sun, 22 Jan 2023 12:28:34 -0500 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC3F51E1FA; Sun, 22 Jan 2023 09:28:32 -0800 (PST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ansari.sh; s=key1; t=1674408510; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CVnhlHIDXW8jM0hViaqzzoOuRaBb3rDy5+wV/MVwuS4=; b=dwkapQ5Hg/qahMqBQJTWwe99k/8s4VKcUOPtPA+dRpp8wV+riCewU05EGVJ3GM+77fs8fm ZzGdLMyxempHcH8WttqXgRruWKnH15FBPMFqIT6FosRNvjw/2UYvpHhAuAnEMUYQUP9bEE fPYJoMoPzvJxgCS2EFhV69FnsbEkRy4= Date: Sun, 22 Jan 2023 17:28:29 +0000 MIME-Version: 1.0 Subject: Re: [PATCH v2 2/2] dt-bindings: display: simple-framebuffer: Document physical width and height properties Content-Language: en-US To: Rob Herring Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, David Airlie , Hans de Goede , janne@jannau.net, asahi@lists.linux.dev, Javier Martinez Canillas , Daniel Vetter , Rob Herring , devicetree@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, dri-devel@lists.freedesktop.org, Thomas Zimmermann , Krzysztof Kozlowski References: <20230121153544.467126-1-rayyan@ansari.sh> <20230121153544.467126-3-rayyan@ansari.sh> <167440123887.2283488.2841716718270566192.robh@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Rayyan Ansari In-Reply-To: <167440123887.2283488.2841716718270566192.robh@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/01/2023 15:31, Rob Herring wrote: > > On Sat, 21 Jan 2023 15:35:44 +0000, Rayyan Ansari wrote: >> Signed-off-by: Rayyan Ansari >> --- >> .../devicetree/bindings/display/simple-framebuffer.yaml | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> > > 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: > > dtschema/dtc warnings/errors: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/simple-framebuffer.yaml: properties:width-mm: '$ref' should not be valid under {'const': '$ref'} > hint: Standard unit suffix properties don't need a type $ref > from schema $id: http://devicetree.org/meta-schemas/core.yaml# > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/simple-framebuffer.yaml: properties:height-mm: '$ref' should not be valid under {'const': '$ref'} > hint: Standard unit suffix properties don't need a type $ref > from schema $id: http://devicetree.org/meta-schemas/core.yaml# > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230121153544.467126-3-rayyan@ansari.sh > > The base for the series is generally the latest rc1. A different dependency > should be noted in *this* patch. > > 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 after running the above command yourself. Note > that DT_SCHEMA_FILES can be set to your schema file to speed up checking > your schema. However, it must be unset to test all examples with your schema. > I will remove the $ref property in v2, but I will also wait if there is any other feedback to address. -- Rayyan Ansari https://ansari.sh