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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17EBAC433B4 for ; Fri, 21 May 2021 09:35:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE65D613CA for ; Fri, 21 May 2021 09:35:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236574AbhEUJgt (ORCPT ); Fri, 21 May 2021 05:36:49 -0400 Received: from muru.com ([72.249.23.125]:58436 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232672AbhEUJgs (ORCPT ); Fri, 21 May 2021 05:36:48 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4C5A480C0; Fri, 21 May 2021 09:35:30 +0000 (UTC) Date: Fri, 21 May 2021 12:35:22 +0300 From: Tony Lindgren To: Tomi Valkeinen Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Laurent Pinchart Subject: Re: [PATCH v2] ARM: dts: dra76-evm: remove ov5640 Message-ID: References: <20210423083712.74676-1-tomi.valkeinen@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210423083712.74676-1-tomi.valkeinen@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tomi Valkeinen [210423 11:38]: > DRA76 EVM boards are not shipped with OV5640 sensor module, it is a > separate purchase. OV5640 module is also just one of the possible > sensors or capture boards you can connect. > > However, for some reason, OV5640 has been added to the board dts file, > making it cumbersome to use other sensors. > > Remove the OV5640 from the dts file so that it is easy to use other > sensors via DT overlays. Adding into omap-for-v5.14/dt thanks. Tony