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 033F5EE49A6 for ; Sun, 20 Aug 2023 13:49:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229556AbjHTNtI (ORCPT ); Sun, 20 Aug 2023 09:49:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229739AbjHTNtG (ORCPT ); Sun, 20 Aug 2023 09:49:06 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DC59186; Sun, 20 Aug 2023 06:45:11 -0700 (PDT) Received: from mail.denx.de (unknown [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id E9986866D9; Sun, 20 Aug 2023 15:45:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1692539107; bh=07pf17XIqcF4/faV0+eA61vv8WjjZfA8fHxdCtZpezc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KRrSMOKLOl8CakxM+It5170ARBhJ85MRPH3LyqjnJMNKPzJ6lvB/jAu7cs1X1LCFm sl04NSqP/8RFn2iOTewdhx0EcMZSgVp4fwMIgdh+A5On3OB5T8SvEnC75b66LjAjbJ 8Pd7LYTf6cBLW5CX+aR+rP7Dvvx06YD7qbigZt8sXwkiV3CPcIS2tXHLPEQ5W7YPtG QGIdcC4QMGuC39gGkXU6tDFJBjKGlwMXCjYHstGDvTuoWwRhg01tjWh0wuq2uat1zh DsIFxbmeEochyZZiILz7OA30Riu3HCjFwIaPiERkbNr+96A52jozgH0goxgMwoPPYT 3enuyv82/V4gQ== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 20 Aug 2023 10:45:07 -0300 From: Fabio Estevam To: Krzysztof Kozlowski Cc: Conor Dooley , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: trivial-devices: Remove the OV5642 entry In-Reply-To: References: <20230801170015.40965-1-festevam@denx.de> <20230801-clobber-attempt-7033f92b3d08@spud> <8b0e048208220b2ae09eb1a3c52219b9@denx.de> <20230801-dividers-chooser-bd0df9b72d91@spud> <20230801-selective-strife-b595804cdb27@spud> <20230801-reconcile-preamble-8713b6b09ef5@spud> Message-ID: <35266529fe09c7df7b49189614355e1f@denx.de> X-Sender: festevam@denx.de User-Agent: Roundcube Webmail/1.3.6 X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 20/08/2023 05:14, Krzysztof Kozlowski wrote: > Removal from DTS is rather discouraged, because DTS and these nodes > could be used in other systems. The best is to fully document the > device, regardless whether Linux supports it or not. Right, this was the same recommendation I got from Conor. Here is v3 that addresses it: https://lore.kernel.org/linux-media/20230802160326.293420-1-festevam@denx.de/