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 29E64C4332F for ; Thu, 14 Dec 2023 01:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/dpCUtEu2Q88427PtuypUn7u1EVk5TTiFBfvWA2+dIk=; b=Mk1x0IWEtH/ESr FwwHss6hQ9FXFLHqa3Ep7bfXEOnfQPbSbDd71vAoRc9vMwRD/LFxazjBULGpT26/8sK/k5fdi1kkG +rfm7fOJJSKL1jvm4DaMPBdON3UtD5eZvj/pSk5Dd/2BwgeuH41LMns6XoACJlAyLe3imQ5EzkIuc 7UhG6wZ43GX5g3cgLbse9bt3B9F5Qt9Wb8r3F+WiDd/5Tco/NXQ8z3y7xo6G8XDTxXoZBwv0rS23o /GUv+tNDgEh9PKBR0aB4QEdcV3zP7v2FCnuRPEGnORCJroxHTQ031fO8JqiZcjYxXCev4Chj/n0rs 6R4HjcYW28OVfkSGAXKQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDara-00GReA-37; Thu, 14 Dec 2023 01:50:10 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDarX-00GRdS-22 for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 01:50:09 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id E2DDCB8201E; Thu, 14 Dec 2023 01:50:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0DE2C433C8; Thu, 14 Dec 2023 01:50:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702518605; bh=xU+WnQk2EapQfNjgSEUn+APJFtzO47nEd5Tm+TGlAOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GJwCj+tUs1bzxGyxxZVdkVu3E5EoPiUrnRIg09VYHVxB3DfSH1eR4pAw7/wOBvQKE i2hY800dnR2gsnDnRP4wVA+o1aVg5d8BUkTXvSRz7KEhIlidt/0+Qu17vYuKE4JBs3 jECiiesMHn1RGzjr0w9BtPvoWWVfdAvV+gq7Vo7U8RLjMXh79S/bCVJ+d9rebZzhZn E2UGikTOmh+p+o1pEt2LRL6N4BA7JK/zFm4tLswmBtxCZWmWvcBbCDcS4AQjU7jeXS szNGLoTSOy9ENwA8CfRegoGDQ6XWj2pEIb0s2ul0kBoVjY6bhUcRg4IczQlzeasJCV kCaRXXeocjkJw== Date: Thu, 14 Dec 2023 09:50:00 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx25: Fix the iim compatible string Message-ID: <20231214015000.GP270430@dragon> References: <20231206200033.2360532-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231206200033.2360532-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_175007_835121_E766E30B X-CRM114-Status: UNSURE ( 9.39 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Dec 06, 2023 at 05:00:33PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per imx-iim.yaml, the compatible string should only contain a single > entry. > > Use it as "fsl,imx25-iim" to fix the following dt-schema warning: > > imx25-karo-tx25.dtb: efuse@53ff0000: compatible: ['fsl,imx25-iim', 'fsl,imx27-iim'] is too long > from schema $id: http://devicetree.org/schemas/nvmem/imx-iim.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel