summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
diff options
context:
space:
mode:
authorSandor Yu <Sandor.yu@nxp.com>2018-08-15 17:06:02 +0800
committerJason Liu <jason.hui.liu@nxp.com>2018-10-29 11:10:38 +0800
commit64ad863c50368698760f0799191bec8c357dee94 (patch)
tree8a4ca934e2f4b30e3aaaaf4867c9c8a292ca0e11 /arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
parent9e3c983b9faf6d86b32f6bd10352669a2af8c3ba (diff)
MLK-19227-1: arm64:dts:imx8qm: Add HDMI/DP HPD interrupter
Add HDMI/DP HPD interrupter. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com> (cherry picked from commit 36ae1b30f8a2128128698f6496b28549a90721ee)
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
index 3a7e68fd244a..954f310340d4 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
@@ -1776,7 +1776,9 @@
#size-cells = <0>;
reg = <0x0 0x56268000 0x0 0x100000>, /* HDP Controller */
<0x0 0x56261000 0x0 0x1000>; /* HDP SubSystem CSR */
- interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <10 IRQ_TYPE_LEVEL_HIGH>,
+ <13 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "plug_in", "plug_out";
interrupt-parent = <&irqsteer_hdmi>;
status = "disabled";
clocks = <&clk IMX8QM_HDMI_DIG_PLL_CLK>,