All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Simon Horman <horms@verge.net.au>
Subject: [PATCH] arm64: dts: renesas: r8a7795: Use GIC_SPI for HDMI interrupts
Date: Mon, 15 May 2017 12:52:41 +0300	[thread overview]
Message-ID: <20170515095241.17703-1-laurent.pinchart+renesas@ideasonboard.com> (raw)

Use the GIC_SPI macro instead of hardcoding its value in the HDMI
interrupts specifiers.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Hi Simon,

Sorry for having messed that up in the original patch :-/ Feel free to squash
this fix in "arm64: dts: renesas: r8a7795: Add HDMI encoder support" if you
want to rebase, or just apply it on top.

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 1aad7433b460..ee0129634cdf 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -1761,7 +1761,7 @@
 		hdmi0: hdmi0@fead0000 {
 			compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
 			reg = <0 0xfead0000 0 0x10000>;
-			interrupts = <0 389 IRQ_TYPE_LEVEL_HIGH>;
+			interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 729>, <&cpg CPG_CORE R8A7795_CLK_HDMI>;
 			clock-names = "iahb", "isfr";
 			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
@@ -1786,7 +1786,7 @@
 		hdmi1: hdmi1@feae0000 {
 			compatible = "renesas,r8a7795-hdmi", "renesas,rcar-gen3-hdmi";
 			reg = <0 0xfeae0000 0 0x10000>;
-			interrupts = <0 436 IRQ_TYPE_LEVEL_HIGH>;
+			interrupts = <GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 728>, <&cpg CPG_CORE R8A7795_CLK_HDMI>;
 			clock-names = "iahb", "isfr";
 			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
-- 
Regards,

Laurent Pinchart

             reply	other threads:[~2017-05-15  9:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15  9:52 Laurent Pinchart [this message]
2017-05-15 14:53 ` [PATCH] arm64: dts: renesas: r8a7795: Use GIC_SPI for HDMI interrupts Simon Horman
2017-05-15 18:45   ` Simon Horman

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=20170515095241.17703-1-laurent.pinchart+renesas@ideasonboard.com \
    --to=laurent.pinchart+renesas@ideasonboard.com \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.