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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 EBB30C388F7 for ; Thu, 22 Oct 2020 14:29:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 930B124630 for ; Thu, 22 Oct 2020 14:29:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S368151AbgJVO3J (ORCPT ); Thu, 22 Oct 2020 10:29:09 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:40106 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2444386AbgJVO3J (ORCPT ); Thu, 22 Oct 2020 10:29:09 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kVbaO-002yy5-AP; Thu, 22 Oct 2020 16:29:00 +0200 Date: Thu, 22 Oct 2020 16:29:00 +0200 From: Andrew Lunn To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Gregory CLEMENT , Andre Heider , Tomasz Maciej Nowak , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Reducing number of Espressobin DTS files Message-ID: <20201022142900.GX139700@lunn.ch> References: <20201022140007.hppmeyt34lubotbc@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201022140007.hppmeyt34lubotbc@pali> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org > For example, Turris MOX board which is also A3720 based has optional > SDIO module which can be plugged / unplugged, standard variant is sold > without it and in DTS file is this node always enabled: I think the Turris has quite a sophisticated bootloader which manipulates the DT to fit the hardware. I've no idea if eMMC is part of this... Andrew