projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62ca43
)
ARM: dts: imx7d-pico-pi: Disable USDHC1
author
Fabio Estevam
<festevam@denx.de>
Sat, 7 Oct 2023 17:18:05 +0000
(14:18 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 10 Oct 2023 12:41:48 +0000
(20:41 +0800)
The imx7d-pico-pi board does not have an SD card slot
connected to the USDHC1 port. Only eMMC and Wifi SDIO ports
are used.
Disable the USDHC1 node.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts
b/arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts
index f263e391e24cbb6c44d569cf284dde74020f58ac..62221131336f12b9233474496888e0d34631765b 100644
(file)
--- a/
arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts
+++ b/
arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts
@@
-61,6
+61,10
@@
};
};
+&usdhc1 {
+ status = "disabled";
+};
+
&iomuxc {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hog>;