projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8b505
)
MLK-16940 imx8m: Disable more HDMI and display nodes for mfgtool
author
Ye Li
<ye.li@nxp.com>
Wed, 22 Nov 2017 09:01:14 +0000
(
03:01
-0600)
committer
Ye Li
<ye.li@nxp.com>
Wed, 22 Nov 2017 09:07:51 +0000
(
03:07
-0600)
When running mfgtool, the HDMI FW won't be loaded. U-boot has to disable these
new added HDMI and display relevant nodes in DTB.
Signed-off-by: Ye Li <ye.li@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/armv8/imx8m/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/imx8m/soc.c
b/arch/arm/cpu/armv8/imx8m/soc.c
index
fdf7355
..
a644e37
100644
(file)
--- a/
arch/arm/cpu/armv8/imx8m/soc.c
+++ b/
arch/arm/cpu/armv8/imx8m/soc.c
@@
-443,6
+443,10
@@
int ft_system_setup(void *blob, bd_t *bd)
const char *nodes_path[] = {
"/dcss@32e00000",
"/hdmi@32c00000",
+ "/hdmi_cec@32c33800",
+ "/hdmi_drm@32c00000",
+ "/display-subsystem",
+ "/sound-hdmi"
};
int i = 0;