From: Thierry Reding <thierry.reding@gmail.com>
To: Sameer Pujar <spujar@nvidia.com>
Cc: broonie@kernel.org, lgirdwood@gmail.com, tiwai@suse.com,
perex@perex.cz, robh+dt@kernel.org, jonathanh@nvidia.com,
mkumard@nvidia.com, devicetree@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
alsa-devel@alsa-project.org
Subject: Re: [PATCH v3 2/5] dt-bindings: Add Tegra234 APE support
Date: Thu, 17 Feb 2022 08:34:57 +0100 [thread overview]
Message-ID: <Yg36oUdUiB/H+Ngf@orome> (raw)
In-Reply-To: <1643373476-8538-3-git-send-email-spujar@nvidia.com>
[-- Attachment #1: Type: text/plain, Size: 2148 bytes --]
On Fri, Jan 28, 2022 at 06:07:53PM +0530, Sameer Pujar wrote:
> Add clocks, power-domain and memory bindings to support APE subsystem
> on Tegra234.
>
> Signed-off-by: Sameer Pujar <spujar@nvidia.com>
> ---
> include/dt-bindings/clock/tegra234-clock.h | 74 +++++++++++++++++++++++++-
> include/dt-bindings/memory/tegra234-mc.h | 7 +++
> include/dt-bindings/power/tegra234-powergate.h | 9 ++++
> 3 files changed, 89 insertions(+), 1 deletion(-)
> create mode 100644 include/dt-bindings/power/tegra234-powergate.h
[...]
> diff --git a/include/dt-bindings/memory/tegra234-mc.h b/include/dt-bindings/memory/tegra234-mc.h
> index 2662f70..444e62d 100644
> --- a/include/dt-bindings/memory/tegra234-mc.h
> +++ b/include/dt-bindings/memory/tegra234-mc.h
> @@ -1,4 +1,5 @@
> /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
> +/* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. */
>
> #ifndef DT_BINDINGS_MEMORY_TEGRA234_MC_H
> #define DT_BINDINGS_MEMORY_TEGRA234_MC_H
> @@ -7,6 +8,8 @@
> #define TEGRA234_SID_INVALID 0x00
> #define TEGRA234_SID_PASSTHROUGH 0x7f
>
> +/* NISO0 stream IDs */
> +#define TEGRA234_SID_APE 0x02
>
> /* NISO1 stream IDs */
> #define TEGRA234_SID_SDMMC4 0x02
> @@ -20,6 +23,10 @@
> #define TEGRA234_MEMORY_CLIENT_SDMMCRAB 0x63
> /* sdmmcd memory write client */
> #define TEGRA234_MEMORY_CLIENT_SDMMCWAB 0x67
> +/* Audio Processing (APE) engine read clients */
> +#define TEGRA234_MEMORY_CLIENT_APER 0x7a
> +/* Audio Processing (APE) engine write clients */
> +#define TEGRA234_MEMORY_CLIENT_APEW 0x7b
> /* BPMP read client */
> #define TEGRA234_MEMORY_CLIENT_BPMPR 0x93
> /* BPMP write client */
This usually needs to be accompanied by a corresponding addition to the
memory controller driver. Unfortunately it seems like the changes
targetted at v5.17-rc1 never made it upstream, so I've queued them up
again for v5.18-rc1. They should show up in today's linux-next. When
they do, can you please follow up with a patch to the memory controller
driver that adds the various registers for these clients?
Thanks,
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2022-02-17 7:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-28 12:37 [PATCH v3 0/5] Tegra234 APE support Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 1/5] ASoC: tegra: Update AHUB driver for Tegra234 Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 2/5] dt-bindings: Add Tegra234 APE support Sameer Pujar
2022-02-17 7:34 ` Thierry Reding [this message]
2022-01-28 12:37 ` [PATCH v3 3/5] dt-bindings: Document " Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 4/5] arm64: tegra: Add audio devices on Tegra234 Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 5/5] arm64: tegra: APE sound card for Jetson AGX Orin Sameer Pujar
2022-01-28 15:58 ` (subset) [PATCH v3 0/5] Tegra234 APE support Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yg36oUdUiB/H+Ngf@orome \
--to=thierry.reding@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mkumard@nvidia.com \
--cc=perex@perex.cz \
--cc=robh+dt@kernel.org \
--cc=spujar@nvidia.com \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).