summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2017-11-27 15:17:41 -0600
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:29:27 +0800
commit7a58fc8b12a500ef329132dd9e57a7ad68f2d48e (patch)
tree59459d0240e431eb70ae7a768df60965cd98b1b7 /arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts
parentc6a808b7a6c03fb52e95dae41b18c9d8b780635f (diff)
MLK-17006: arm64: dts: fix the imx8qxp nand pin conflict with usdhc1
fix the pin conflict between nand and usdhc1 on imx8qxp validation board. BuildInfo: - SCFW daea284c, IMX-MKIMAGE 90fbac1a, ATF - U-Boot 2017.03-00713-g345bcc2 Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts
index b85c69df7527..3169b617d102 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2-gpmi-nand.dts
@@ -56,7 +56,11 @@
nand-on-flash-bbt;
};
-/* Disabled the usdhc2 since pin conflict */
+/* Disabled the usdhc1/usdhc2 since pin conflict */
+&usdhc1 {
+ status = "disabled";
+};
+
&usdhc2 {
status = "disabled";
};