summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-02-28 18:36:51 +0800
committerPeng Fan <peng.fan@nxp.com>2019-03-01 12:53:59 +0800
commit9644178aeb4fc2a5b04824e7f6fb9cd9b5f7477f (patch)
tree8801c0d10d8c9857179d8f38bb2b5dd56466fd0f /arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
parenteb98561b1223dd3714b126ad59886f10bdec1cd2 (diff)
MLK-21013 ARM64: dts: imx8qm: passthrough lvds pwm
Passthrough lvds pwm, otherwise dom0 will panic when reboot if domu started and shutdown, because LVDS_1_PWM_0 is assigned to domu and when domu shutdown, the resource will be powered off, however dom0 still think it is powered on. since lvds1_pwm is expected for domu, so let's passthrough it. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Flynn xu <flynn.xu@nxp.com> (cherry picked from commit abb243aba12a6649fad8114e298ff075b0a8399d)
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
index 2b3eb606a10e..d23e7d0df165 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 NXP
+ * Copyright 2018-2019 NXP
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -257,6 +257,9 @@
SC_P_ESAI0_TX3_RX2
SC_P_ESAI0_TX4_RX1
SC_P_ESAI0_TX5_RX0
+
+ /* lvds pwm */
+ SC_P_LVDS1_GPIO00
>;
gpios = <&gpio1 13 GPIO_ACTIVE_LOW>,
@@ -920,3 +923,7 @@
&aud_rec_clk1_lpcg {
xen,passthrough;
};
+
+&lvds1_pwm {
+ xen,passthrough;
+};