Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp17764102ybl; Thu, 2 Jan 2020 11:34:58 -0800 (PST) X-Google-Smtp-Source: APXvYqyssRtyoyHkVe3aLKR/ZqAsR/inSqoo2/zOnsATR/rUWkMxfeSwhF/cbvo3Qp1MPLy4+XQw X-Received: by 2002:a05:6830:304c:: with SMTP id p12mr63251604otr.214.1577993698824; Thu, 02 Jan 2020 11:34:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577993698; cv=none; d=google.com; s=arc-20160816; b=EPuR7rH/0LSRHgyAOwudHNNE3M62q5pHTLt8fTwadjuhGvNGR5/tbWgxFz2gI4sYzR buo/PKFlRuRvVhzxEDthith99aBJns1oQaaVo1j2Q+MVw78psCRnPaVVkF7heQT5HIX6 LpgiU96baJk3EAaYHsMZOnCb2iL7lxPEjsBioPsC+/9h9HnmZcnRkoZFY4iseMpuLr7d xWtHIINBLcAwakdJqs25gOtzGBO1u7dQtjQDzwq1YzzEsAi5/5bYw/kfDhSpaqUyz1D1 Z7f9RFcbTDdHAhdDE0Cp7DtpuWFEhnqCLJRv8fWrCDEt2FpwROoItH2QFFxJEVNVHfBt QgXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=+StyRmSazVqjbwB0RBEPmmPkLx4yabHGQ+SRIkqHAEc=; b=GVVkgKgIQmogwy4haNhz+CH2K7/FvScdc2Rp6yrhKNXyJO4K81mtEeTjvAu8dpekN/ ggPFMeYo5pLUzyBuC1TUs0cUjh+CPZS7nnmD5dGzT1NIjqCyR4C5CtEcmJr/30Tl0Drs JAO6m2GLfIy5v5EEnW4XExEKkgcFDq0kuHgIBuYKDNqisMn9l4tw6NZ3tEpk9WMrdoYp PTfvHkDR0By5NNSqidQD6VR2AGKqYceASIyqle/mv+SXc3bFvPG23fA+8RvLz8UEJJ9A +2RRF6dQuaLkV48q0dwgOKrt3OYwvu6KeW0NtIIwhFjuLQFPZNg+254DxnTz8TaHXBQ9 1QbA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x20si29946711otq.222.2020.01.02.11.34.45; Thu, 02 Jan 2020 11:34:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728373AbgABTeD (ORCPT + 99 others); Thu, 2 Jan 2020 14:34:03 -0500 Received: from muru.com ([72.249.23.125]:49954 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728215AbgABTeD (ORCPT ); Thu, 2 Jan 2020 14:34:03 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B42DE8087; Thu, 2 Jan 2020 19:34:43 +0000 (UTC) Date: Thu, 2 Jan 2020 11:33:59 -0800 From: Tony Lindgren To: =?utf-8?B?QW5kcsOp?= Hentschel Cc: linux@arm.linux.org.uk, robh+dt@kernel.org, mark.rutland@arm.com, bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] ARM: dts: Move interconnect target module for omap3 sgx to separate dtsi files Message-ID: <20200102193359.GE16702@atomide.com> References: <20191230202037.28836-1-nerv@dawncrow.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191230202037.28836-1-nerv@dawncrow.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * André Hentschel [191230 20:22]: > Only dm3730 and am3715 come with SGX support AFAIK dm3730 is just a marketing name for a catalog version of omap3630. So using omap36xx.dtsi is correct and we should not change that. Can you please just add a minimal dm3725.dtsi that your board dts can include and avoid disabling sgx in the board specific file? That is assuming you have dm3725 with dsp and isp but no sgx. You can read the detected SoC with: # cat /sys/bus/soc/devices/soc0/machine This avoids somebody (probably me again) patching all over the board specific files trying to guess which SoC the device might have. Regards, Tony