[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <31b0b9ed-859b-44f7-89b0-26cc6384356d@ti.com>
Date: Mon, 28 Apr 2025 11:28:25 -0500
From: Andrew Davis <afd@...com>
To: Judith Mendez <jm@...com>, Nishanth Menon <nm@...com>,
Vignesh Raghavendra
<vigneshr@...com>
CC: Tero Kristo <kristo@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof
Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
<linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Hari Nagalla <hnagalla@...com>,
Beleswar
Prasad <b-padhi@...com>,
Markus Schneider-Pargmann <msp@...libre.com>,
Devarsh Thakkar <devarsht@...com>
Subject: Re: [PATCH v7 09/11] arm64: dts: ti: k3-am62a7-sk: Reserve
main_timer2 for C7x DSP
On 4/15/25 10:31 AM, Judith Mendez wrote:
> From: Hari Nagalla <hnagalla@...com>
>
> C7x DSP uses main_timer2, so mark it as reserved in linux DT.
>
The set of peripherals used by this C7x core depends on the firmware
running on the core. Long term we should think on a better way of
communicating this from firmware to Linux. Same goes for the next
two patches.
For now since these timers are always used by all firmware, this
will be safe to do, but for other peripherals we will need that
better solution.
Reviewed-by: Andrew Davis <afd@...com>
> Signed-off-by: Hari Nagalla <hnagalla@...com>
> Signed-off-by: Judith Mendez <jm@...com>
> ---
> arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
> index 7d817b447c1d0..8d7645bb90337 100644
> --- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
> +++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
> @@ -682,6 +682,11 @@ &main_uart1 {
> status = "reserved";
> };
>
> +/* main_timer2 is used by C7x DSP */
> +&main_timer2 {
> + status = "reserved";
> +};
> +
> &usbss0 {
> status = "okay";
> ti,vbus-divider;
Powered by blists - more mailing lists