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 7D492C52D7C for ; Mon, 12 Aug 2024 22:08:49 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dLsONAinp0jCBPHCH7DPh9LrlEoDswe4VgEbsAaTsj0=; b=0KIS87cYXi32R0r2U9/9gzUtHf B6ppUsjOuQB3pcqvXf8VtwU15u3Ytb25pP2Q516Udd/F0iXVD9cJg0SoC3Li0KH4qAQIhM9gfjh1v GB+R91LTthLQz9ZALYI9mVZJfJhGYCfFbo35pAU9DupJ6VVFwu+eDzqygY1E23GfaMm/oyD8iatzv 5dKyfHrCh2gNyKQCaTFDoHk9AqNWQx15+wXsIe1OntZd5Zk3oQKtoDa69nEwftMQtlXsz15YdUT+3 bETSFywMNTBbzrwtpc0KwS08E3iH7YFBE7hhnruC8dvgJjzB8MvAtkhB17NEGa9LYe4hFH04IrpNz AI+D3Tvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sddDQ-00000001g3V-2cmJ; Mon, 12 Aug 2024 22:08:36 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sddCn-00000001fsU-2wDK for linux-arm-kernel@lists.infradead.org; Mon, 12 Aug 2024 22:07:59 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 7080FCE10B7; Mon, 12 Aug 2024 22:07:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C407C4AF0D; Mon, 12 Aug 2024 22:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723500473; bh=hfNQdjFl3+0TDoQHZP71Q8L+ao31aSFSQPDJnD6kSEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HBRqNDvBu1wkWO5iTmpwEXJHwLTYVqLkdUtLKnPfldmTxQaOkwkIvgceRz+3ahXbT 5Elhh67y1/QLfw58IvNm+owPDkf4rP5J8lF9v35OgDhpvabTMhup33VJGV2xnCQypi Cm/zkh3DvXW3b0sC3HdnuOgfJ+NPUXAWoj7EkBVWFdyWzb0V7Eo0dIqHH3G6imk84R S3F5Et6uCu5zeEeTFizvWpnbX11x3URGZk0lgKZSmA7PL3gsfLyUXxFRlZOvQ/HzcN 3uJVicvxi+6qyet7Z90KtXseNkmskOGj0NGk815b+mKgGVryrNWj7306hiYBfoR6H5 J90JUrvsQ/gcA== Date: Mon, 12 Aug 2024 16:07:51 -0600 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: Conor Dooley , Christophe Leroy , devicetree@vger.kernel.org, Frank Li , Krzysztof Kozlowski , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: fsl: fsl,rcpm: fix unevaluated fsl,rcpm-wakeup property Message-ID: <172350046483.2314917.7547438885110898301.robh@kernel.org> References: <20240811153507.126512-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240811153507.126512-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240812_150757_937050_F94EEE6C X-CRM114-Status: GOOD ( 13.36 ) 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 On Sun, 11 Aug 2024 17:35:07 +0200, Krzysztof Kozlowski wrote: > Drop the RCPM consumer example from the binding (LPUART device node), > because: > 1. Using phandles is typical syntax, thus explaining it is not needed in > the provider binding, > 2. It has 'fsl,rcpm-wakeup' property which is not allowed by LPUART > binding so it causes dt_binding_check warning: > > fsl,rcpm.example.dtb: serial@2950000: Unevaluated properties are not allowed ('fsl,rcpm-wakeup' was unexpected) > from schema $id: http://devicetree.org/schemas/serial/fsl-lpuart.yaml# > > Alternatively, this property could be added to LPUART binding > (fsl-lpuart.yaml), but it looks like none of in-tree DTS use it. > > Fixes: ad21e3840a88 ("dt-bindings: soc: fsl: Convert rcpm to yaml format") > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/soc/fsl/fsl,rcpm.yaml | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-) > Applied, thanks!