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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2FF3BCF11CF for ; Thu, 10 Oct 2024 11:33:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JeY1LAHGEoo/DKEzljm7q9ydVrO0DMojJZzvOhNCzrM=; b=FYdnI3cu76ZCRpXSPK+4zPzeUH 2ZVBYBIN7tHtobE52ENbGlGlErYNX9sls75QVCWSnUT5tsOZt5LPGn3nZeVpvvn36GOR4Z7M8g8dg GOud/bS4J46PwbqrMXie1D6NtzvP/HonNrJvLutvNym4wGkRjuimhewyO9wdJ2FZdqBxPAgPX1BHK 9+FGVGHm4CmQHjuISJKgXa0ZFXh1+4/Cl5hU0edSyiN4dBICF0nNhgdtkVCGF2OSEUVffboUzzcm5 3K9i0MBqYDuE7XVFGKLpIoHoF9khiYUcWr6/3nffbnbRom2YOSlI6/K3oIde9vpJHOCp6jDDyJkaG sh7TBVcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1syrPf-0000000CY4S-11yd; Thu, 10 Oct 2024 11:32:59 +0000 Received: from nyc.source.kernel.org ([2604:1380:45d1:ec00::3]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syrOE-0000000CXos-3t7Y for linux-arm-kernel@lists.infradead.org; Thu, 10 Oct 2024 11:31:35 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 4CCB5A43ED6; Thu, 10 Oct 2024 11:31:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7045FC4CEC5; Thu, 10 Oct 2024 11:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728559889; bh=6kZxYCKvv6k0kzD63s3zngdbwEofAsvTXacllI/8md0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=M0wM1ASZMdvxnCcoHagAoKRg05CCqBv5nVQrpEapZmr/yoSw9eZ6Yu9oqmLP30pe6 S0vachKk7sx+RvCnXtaYrvDM3VelhChPi8SFyHa1Bz2Faa5rDf0uCSJoeioSqD42CB m9j50qT+rG41dImhwuDDJXJkJCLoVmsdwwOeuibbVwIAkx/nuwZs6TCvxKTiyfJTmV a6Jj7CWl4saKrFnq9bkYFBx/PCUOBua9f6DdaQDdToTxrJSFmrsfaIYe8g0jOcWzUp WLVjyn6nQKlxZqD1/guFqfacLbVARtkLaW+O5zqFu0gLmedeAKHDBNUQYqxkorgHXW ucRqCpmsjV3eQ== Message-ID: Date: Thu, 10 Oct 2024 14:31:23 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 0/3] ARM: dts: ti: omap: fix dtbs_check warnings for ti,gpmc-nand and ti,gpmc-onenend To: Andreas Kemnade Cc: Kevin Hilman , Tony Lindgren , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Enric Balletbo i Serra , Javier Martinez Canillas , Nishanth Menon , srk@ti.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20241009-gpmc-omap-dtbx-v2-0-fc68124a090a@kernel.org> <20241010113557.1c987754@akair> Content-Language: en-US From: Roger Quadros In-Reply-To: <20241010113557.1c987754@akair> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241010_043131_064696_39E20761 X-CRM114-Status: GOOD ( 12.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Andreas, On 10/10/2024 12:35, Andreas Kemnade wrote: > Am Wed, 09 Oct 2024 16:16:53 +0300 > schrieb Roger Quadros : > >> This series fixes dtbs_check warnings on OMAP platforms >> for ti,gpmc-nand and ti,gpmc-onenand. >> >> The following warnings are fixed >> - "nand@0,0: Unevaluated properties are not allowed ('linux,mtd-name' >> was unexpected)" >> - "nand@0,0: Unevaluated properties are not allowed >> ('gpmc,device-nand' was unexpected)" >> - "omap3430-sdp.dtb: onenand@2,0: Unevaluated properties are not >> allowed ('linux,mtd-name' was unexpected)" >> >> Signed-off-by: Roger Quadros >> --- >> Changes in v2: >> - Rebased on v6.12-rc1 >> - Link to v1: >> https://lore.kernel.org/r/20240903-gpmc-dtb-v1-0-380952952e34@kernel.org >> > hmm, v1 seems to be applied. > see > https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git/commit/?h=for-next&id=ea453dc2d4d6b7bed89386fe76916252993676ab > Kevin seems to only have pushed the for-next branch and not the > individual topic-6.13 branches. Thank for pointing out. Please ignore this and sorry for the noise. -- cheers, -roger