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 14433C433FE for ; Sat, 22 Oct 2022 16:21:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229697AbiJVQVO (ORCPT ); Sat, 22 Oct 2022 12:21:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229696AbiJVQVM (ORCPT ); Sat, 22 Oct 2022 12:21:12 -0400 Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD61F66F31 for ; Sat, 22 Oct 2022 09:21:11 -0700 (PDT) Received: by mail-oa1-x31.google.com with SMTP id 586e51a60fabf-131dda37dddso7297487fac.0 for ; Sat, 22 Oct 2022 09:21:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=C1Al63W076jDkj8WpNZMYUiAhbLhcbuotAcSf3D7lGU=; b=rgbYmT2lH5OXpRmQ600zOpmN9g+NFdGkFM4zfjDPUetAWOyp3yZSBClOCbdCfQZzOw lNFsUBEoK6dU75k6JDg46PJpt/QRSk/iehjy06p4V4TejWFH9xxETNIZ/lPz6tfAwTXZ 06T1H+FltsnKpb/tf5h+hMsTEhfeLDn0PrnqWgK5uw0wQKnYg3fCnAQfuInozJ9+/E8Z 4lYmcWGm9arwyV3uzCOURc+9/g694PT6OMz9YhZRglFx//GaN+R2Rbjj+w4QMGAv4JXj Of6eGbeizkkFFIEMQCHR9nI11Q1ExQbChrXlgzmz4MO69aOfuW8DD1Yg7p88Bj3Sb5TN abOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=C1Al63W076jDkj8WpNZMYUiAhbLhcbuotAcSf3D7lGU=; b=mD1t1RWLQrbyN/5/7WcPWK+n0zclTHMaf5aA+3hKtQa1bXyIgsRdfhmO8sgxIs8ygc IyTuz49UdnHpyqHc8OcX+gB/L0PaylxI3xkkUtW/Xm3GvPCJdkOKmHyREz9LGGU9Id45 bUafgKtSDoHm83awsTmIWZCq2EDHlE0INsA2LjcAfxG1mnoPy0tUovMmasRcwYX6tLiu fslUlWDo+q/98a1i4PTY7hyD9Mplh9q3Lgy3U5R/mEmZnyn+Sc3BExl6nOcLju92+yYA SNh99i5Be3u8RcX5ocD0R7mPVUXU9uhGyekP1sD/K9RBzWngY6uGgK2v439MeSVq6REK ygmA== X-Gm-Message-State: ACrzQf1H6TZtihp4tgBixXRu+g3BH1dIyJq+6sX+u561C/BMFJ3L5tL6 TKGzGQoyxTXmlVmhEcbSc4iSjg== X-Google-Smtp-Source: AMsMyM4lgxN81Bdg9UtMMFBkEJear9Fq+lfJJh3mNnqRnROYYU9eTzko7OsU+RY+0fHJK/So8NyAHg== X-Received: by 2002:a05:6870:14c4:b0:132:c614:b0e3 with SMTP id l4-20020a05687014c400b00132c614b0e3mr33106688oab.204.1666455671097; Sat, 22 Oct 2022 09:21:11 -0700 (PDT) Received: from [10.203.8.70] ([205.153.95.177]) by smtp.gmail.com with ESMTPSA id v5-20020a056870310500b00136c20b1c59sm11595627oaa.43.2022.10.22.09.21.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 22 Oct 2022 09:21:10 -0700 (PDT) Message-ID: <5ef70149-5079-173f-ab6a-a9f0cc01f281@linaro.org> Date: Sat, 22 Oct 2022 12:21:07 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v2 1/2] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme Content-Language: en-US To: Vadym Kochan , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Elad Nachman References: <20221022082628.23876-1-vadym.kochan@plvision.eu> <20221022082628.23876-2-vadym.kochan@plvision.eu> From: Krzysztof Kozlowski In-Reply-To: <20221022082628.23876-2-vadym.kochan@plvision.eu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 22/10/2022 04:26, Vadym Kochan wrote: > Switch the DT binding to a YAML schema to enable the DT validation. > > Dropped deprecated compatibles and properties described in txt file. > > Signed-off-by: Vadym Kochan > --- > v2: > 1) Fixed warning by yamllint with incorrect indentation for compatible list I guess all my comments from v1 apply. Did you test the bindings? Best regards, Krzysztof