Commit fc3de8021108bce200701c1afb0857b6fef3b0d7

Authored by Peng Fan
1 parent 8809d6e036

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)

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

arch/arm/dts/fsl-imx8qm-mek-xen.dts
... ... @@ -19,11 +19,16 @@
19 19 status = "disabled";
20 20 };
21 21  
  22 +&gpio1 {
  23 + /delete-property/ power-domains;
  24 +};
  25 +
22 26 &gpio2 {
23 27 status = "disabled";
24 28 };
25 29  
26 30 &gpio4 {
  31 + /delete-property/ power-domains;
27 32 status = "okay";
28 33 };
29 34