projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d015d
)
MLK-16226: arm64: dts: disable the NAND node in i.MX8QXP default device tree
author
Han Xu
<han.xu@nxp.com>
Fri, 18 Aug 2017 16:32:33 +0000
(11:32 -0500)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:41 +0000
(15:36 -0500)
NAND node was disabled in default device tree, the patch
4ad48e3cf
wrongly inserted usb node in the middle caused NAND enabled.
Signed-off-by: Han Xu <han.xu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
index
61eb704
..
ffe9c78
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
@@
-1417,6
+1417,7
@@
dmas = <&dma_apbh 0>;
dma-names = "rx-tx";
power-domains = <&pd_conn_nand>;
+ status = "disabled";
};
usbphynop1: usbphynop1 {