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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA837C4332F for ; Fri, 16 Dec 2022 12:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229770AbiLPMFN (ORCPT ); Fri, 16 Dec 2022 07:05:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiLPMFN (ORCPT ); Fri, 16 Dec 2022 07:05:13 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 90C2BB0F for ; Fri, 16 Dec 2022 04:05:12 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id DBC7B80A7; Fri, 16 Dec 2022 12:05:11 +0000 (UTC) Date: Fri, 16 Dec 2022 14:05:10 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org Subject: Re: dt binding check error with hash and comma Message-ID: References: <018a8db2-166b-ccbf-5ca5-c75c07fec3b7@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <018a8db2-166b-ccbf-5ca5-c75c07fec3b7@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [221216 11:59]: > On 16/12/2022 12:52, Tony Lindgren wrote: > > This is with dt-doc-validate 2022.11 and: > > You have old dtschema, update. This error was fixed. Oh OK thanks will update. Tony