From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 840BC20D4F4; Tue, 25 Feb 2025 12:14:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740485679; cv=none; b=ChSStS3JPeyJWF0uZ+TfzInVUlI3vShwPEkyvekIdI5P+EIXGtVp8kMuYndtTGHHnB9oVrfN6X6w7Y6aWi+JGQsNgNG4nwX7EQUFEd4uaJtOp3Toa+OsFb8u0WGcJ3y2REdAp8/a0vupIptuauDJbI8q39UespJ5FqGh96ukT/I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740485679; c=relaxed/simple; bh=NjO2UsCxHsCEuHAosznzavXIWUpuAab8MfW3uiAraUI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rFwOPeOoRrvibQCmIcnM9nEE+9yI5nLD58Qb/qFDlmSPK6JbFM+3zCXSWzfNtPIs3SErC/VS428bhAop9mgRexgE+krGP4Kv6NHxBnX2liQl30Y930I2m5LbasblAz3s9xZ9+FXhHslbxtbisADW6bg0+vLuRFS1zpS9JJ1zDPI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 06CB7152B; Tue, 25 Feb 2025 04:14:53 -0800 (PST) Received: from J2N7QTR9R3 (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F1B463F6A8; Tue, 25 Feb 2025 04:14:33 -0800 (PST) Date: Tue, 25 Feb 2025 12:14:31 +0000 From: Mark Rutland To: Sudeep Holla Cc: Vincenzo Frascino , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Lorenzo Pieralisi , Russell King , Will Deacon , Jessica Clarke Subject: Re: [PATCH v7 00/10] arm64: dts: Add Arm Morello support Message-ID: References: <20250221180349.1413089-1-vincenzo.frascino@arm.com> <58ee2a8d-d3c1-4bc2-92dd-6568f645b01f@arm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Sudeep, On Tue, Feb 25, 2025 at 12:07:16PM +0000, Sudeep Holla wrote: > On Mon, Feb 24, 2025 at 10:08:18AM +0000, Vincenzo Frascino wrote: > > On 21/02/2025 18:54, Mark Rutland wrote: > > > On Fri, Feb 21, 2025 at 06:03:39PM +0000, Vincenzo Frascino wrote: > > >> This series adds dts support for the Arm Morello System Development > > >> Platform. > > > > > > Do we actually need the dts for this board? > > > > > > I have one on my desk; it boots vanilla Debian 12 via UEFI + ACPI just > > > fine, with the Debian 6.1.0-13-arm64 kernel. > > > > > > Is there something that we can only do with the DT? i.e. some > > > functionality that isn't exposed via ACPI? > > > > > > How do you expect this DT to be used? > > > > There are functionalities that are not exposed via ACPI, e.g. gpu, dpu, i2c for > > the phy, etc. My aim to have upstream support for all the hardware exposed by > > the platform. > > Does this address some of your concerns ? I do understand some of these > are not well addressed in ACPI and hence people use DT as an alternative. Yep; I'm happy with this so long as there's an actual functional reason to have the DT, which it seems there is. It would have been nice for that to be spelled out a bit clearer in the cover / commit messages, but that's not important and doesn't need a respin. > I was thinking of queuing this in -next if all the bindings are acked. > Let me know if you still have concerns and would like to avoid getting > these merged. I will hold off then. No need to hold off. Sorry for the confusion; I should have been clearer with my questions. Mark.