public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Jon Hunter <jonathanh@nvidia.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: <linux-tegra@vger.kernel.org>, Nicolas Chauvet <kwizart@gmail.com>
Subject: Re: [PATCH 2/2] arm64: tegra: Hook up edp interrupt on Tegra132 SOCTHERM
Date: Fri, 20 Nov 2020 19:23:52 +0000	[thread overview]
Message-ID: <4582fdf0-32d2-d964-466c-2dcc0c7e29ac@nvidia.com> (raw)
In-Reply-To: <20201120161356.3880457-2-thierry.reding@gmail.com>


On 20/11/2020 16:13, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> For some reason this was never hooked up. Do it now so that over-current
> interrupts can be logged.
> 
> Reported-by: Nicolas Chauvet <kwizart@gmail.com>
> Suggested-by: Jon Hunter <jonathanh@nvidia.com>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  arch/arm64/boot/dts/nvidia/tegra132.dtsi | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/nvidia/tegra132.dtsi b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
> index e40281510c0c..de420a117e59 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra132.dtsi
> +++ b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
> @@ -865,7 +865,9 @@ soctherm: thermal-sensor@700e2000 {
>  		reg = <0x0 0x700e2000 0x0 0x600>, /* 0: SOC_THERM reg_base */
>  		      <0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */
>  		reg-names = "soctherm-reg", "ccroc-reg";
> -		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
> +		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
> +			     <GIT_SPI 51 IRQ_TYPE_LEVEL_HIGH>;


Looks like you got your GIT and GIC mixed up :-)

Error: /dvs/git/dirty/git-master_l4t-upstream/kernel/arch/arm64/boot/dts/nvidia/tegra132.dtsi:869.10-11 syntax error
FATAL ERROR: Unable to parse input tree
scripts/Makefile.lib:326: recipe for target 'arch/arm64/boot/dts/nvidia/tegra132-norrin.dtb' failed
make[3]: *** [arch/arm64/boot/dts/nvidia/tegra132-norrin.dtb] Error 1

Jon

-- 
nvpublic

  reply	other threads:[~2020-11-20 19:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-20 16:13 [PATCH 1/2] ARM: tegra: Hook up edp interrupt on Tegra124 SOCTHERM Thierry Reding
2020-11-20 16:13 ` [PATCH 2/2] arm64: tegra: Hook up edp interrupt on Tegra132 SOCTHERM Thierry Reding
2020-11-20 19:23   ` Jon Hunter [this message]
2020-11-20 20:52 ` [PATCH 1/2] ARM: tegra: Hook up edp interrupt on Tegra124 SOCTHERM Nicolas Chauvet

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=4582fdf0-32d2-d964-466c-2dcc0c7e29ac@nvidia.com \
    --to=jonathanh@nvidia.com \
    --cc=kwizart@gmail.com \
    --cc=linux-tegra@vger.kernel.org \
    --cc=thierry.reding@gmail.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