summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-05-28 15:41:09 +0800
committerPeng Fan <peng.fan@nxp.com>2020-05-28 17:20:41 +0800
commitfc3de8021108bce200701c1afb0857b6fef3b0d7 (patch)
tree979f797167a6d7323a1b3158e3f43cb621b25965 /arch/arm
parent8809d6e036d740e6740e99bf55d34d90aa90a5b2 (diff)
MLK-24189-1 arm: dts: xen: drop power domain for gpio4/1
gpio4/1 is handled by dom0, but shared with domu. without dropping the power domain, probe will fail. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit aad3cccd54acdbb1f96df12189be9e8bc03a3a93)
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/fsl-imx8qm-mek-xen.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-imx8qm-mek-xen.dts b/arch/arm/dts/fsl-imx8qm-mek-xen.dts
index e5a254130e..88871addbf 100644
--- a/arch/arm/dts/fsl-imx8qm-mek-xen.dts
+++ b/arch/arm/dts/fsl-imx8qm-mek-xen.dts
@@ -19,11 +19,16 @@
status = "disabled";
};
+&gpio1 {
+ /delete-property/ power-domains;
+};
+
&gpio2 {
status = "disabled";
};
&gpio4 {
+ /delete-property/ power-domains;
status = "okay";
};