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 0992BC4332F for ; Mon, 17 Oct 2022 05:14:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229822AbiJQFOM (ORCPT ); Mon, 17 Oct 2022 01:14:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229681AbiJQFOL (ORCPT ); Mon, 17 Oct 2022 01:14:11 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 989DF52458; Sun, 16 Oct 2022 22:14:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 566C3B80E48; Mon, 17 Oct 2022 05:14:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F411EC433C1; Mon, 17 Oct 2022 05:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665983648; bh=CvDPdY6BUqMC/ABP5UUSw2rawQa77XBKRxF8x1A0uEI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a13SnGLbSkTnOHsyGECGNvQZ/G+mOGRjTXK6moIXVTQt8MgJZ+SdHKOn8XpVjIsuN ytWILzgsYKN08Z2LPfNs/Ar0fLuNxLSCJTD721GFU++Hl6XbaSqnolfr3Ftylf/jE0 eNSJkavpxhuK2j6XbzAnmzBoOnhickL0LyYHLIy+Y+4/AndmaNnDIA7iN+tNvQMgtY stt3Br/L6GLXc0M5I5DcLqoh9msUifJ2tTuFN6pI5QiP7NhazWqm8kVI1oOJStcd2W fhc9MIWoIYa3afmE+nt3OvzB3BOdXF6WkkX0IKxMPiLzVAZSjbH4LQZFn5GNcT6a7t yoPJwMMpjHF5A== Date: Mon, 17 Oct 2022 10:44:03 +0530 From: Vinod Koul To: Rob Herring Cc: Krzysztof Kozlowski , Thierry Reding , Jonathan Hunter , David Airlie , Daniel Vetter , Lars-Peter Clausen , Michael Hennerich , Cosmin Tanislav , Jonathan Cameron , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Nandhini Srikandan , Rashmi A , Kishon Vijay Abraham I , Sumit Gupta , Mikko Perttunen , Nicolas Ferre , Claudiu Beznea , Joakim Zhang , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-iio@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org Subject: Re: [PATCH] dt-bindings: Remove "status" from schema examples, again Message-ID: References: <20221014205104.2822159-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221014205104.2822159-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 14-10-22, 15:51, Rob Herring wrote: > There's no reason to have "status" properties in examples. "okay" is the > default, and "disabled" turns off some schema checks ('required' > specifically). > > A meta-schema check for this is pending, so hopefully the last time to > fix these. > > Fix the indentation in intel,phy-thunderbay-emmc while we're here. Acked-By: Vinod Koul -- ~Vinod