From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7EF64378818; Mon, 9 Mar 2026 09:21:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773048061; cv=none; b=dMsKV6eh45YIx1Mt/aSOHi5EgtrrCTQ3B8tAm5YU8pQIObt2Gcrn8SdLgL0mA6ALeD7til0lD/BNpBXGjuI/zhrQS+6X2Uf/FkNA6Q5wJ3FLHjU7ViyRW5QBycW0RC5+wOXKkrF3eikuy//AKMcgH+5G32J8x/V2HafF6QOA/SI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773048061; c=relaxed/simple; bh=ENpCl5oytEtbIZ6+0Nre/ZmYXuoRlmObpwNAk77Gqqk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eTuxEjxbbzyd1luoZ8J721pjtVa4NSVIqkG7uItK4cwILI+x3qgedLDlqoIXrlH3n6E+Cgy3ArehzJEfCCNQGhlqMLhDp/xlnPqnFPr+8dznWVxxZvBZjUGX3HsJVn4RwAB87WniQA/bApIshhjz3Krpd+K6vrZIrPgv8XwWZGA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t60ThOFh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="t60ThOFh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45198C4CEF7; Mon, 9 Mar 2026 09:20:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773048061; bh=ENpCl5oytEtbIZ6+0Nre/ZmYXuoRlmObpwNAk77Gqqk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t60ThOFhL1FOwZ2VkXMS1csZ8fp00yHZTHO7ImxMYTr0boz4FlJIu5wEK5T1BVs2T wiNu/js5FufG7K7KF7UpXi5QWsMmhOjPJ42MYI/wmDasR3OQzNiZ2+55eOrjrvua4l dSpl0EYZ3xC68TdBLAN5vnFKiE8CGvzCphN3aEzhArwAsRAtbO5/EB8am3Lfz3taxZ wDuqmbPHdBaYUBR4LQ8hhqUdmUtiZWnvwARBlHXXXnYj9+h15CDn8fyDkxgW6bAQqd JuHJALb7oiwRZxKx5L8i0KbHaw+LtPn8XGy8yiHIKKp4mP+HleLl8gElDV0FAeCcXJ uUG9U+J+HLCAA== Date: Mon, 9 Mar 2026 09:20:57 +0000 From: Sudeep Holla To: Debbie Horsfall Cc: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Lorenzo Pieralisi , Linus Walleij , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/2] arm64: dts: zena: Add support for Zena CSS Message-ID: <20260309-manipulative-inescapable-labradoodle-7a76e4@sudeepholla> References: <20260212-zena-css-v2-0-d33ea23cb9c2@arm.com> <20260212-zena-css-v2-2-d33ea23cb9c2@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@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: On Sun, Mar 08, 2026 at 04:41:55PM +0100, Krzysztof Kozlowski wrote: > On 12/02/2026 12:16, Debbie Horsfall wrote: > > Introduce the Zena CSS Fixed Virtual Platform (FVP) dts. This is > > currently the only Zena CSS variant, however the common definitions are > > included in a common dtsi for extensibility. > > > > Signed-off-by: Debbie Horsfall > > ... > > > + > > + timer { > > + compatible = "arm,armv8-timer"; > > + interrupts = , > > + , > > + , > > + , > > + ; > > + }; > > + > > + sram: sram@104000 { > > This belongs in the soc node. > > > + compatible = "mmio-sram"; > > + reg = <0x0 0x00104000 0x0 0x00001000>; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges = <0 0x0 0x00104000 0x00001000>; > > + > > + scmi_shmem_tx: scpshmem-sram-section@0 { > > + compatible = "arm,scmi-shmem"; > > + reg = <0x0 0x100>; > > + }; > > + > > + scmi_shmem_rx: scpshmem-sram-section@100 { > > + compatible = "arm,scmi-shmem"; > > + reg = <0x100 0x100>; > > + }; > > + }; > > + > > + memory@80000000 { > > And placing this in DTSI means that zena-css comes with this memory > mounted and it is not customizable in final FVP board. > Both valid points, please post a patch addressing this based on my for-next/juno/updates as I just applied these last night. -- Regards, Sudeep