summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-11-22 03:01:14 -0600
committerYe Li <ye.li@nxp.com>2017-11-22 03:07:51 -0600
commitf8da4c218786d6e796651f3ef79cb6f3829ea6b8 (patch)
tree8cd17192db54a425f439ddab500db4ddeb377bf5
parent6c8b5058b2c688021bf55d42f1dc17abdf9dcfc1 (diff)
MLK-16940 imx8m: Disable more HDMI and display nodes for mfgtool
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>
-rw-r--r--arch/arm/cpu/armv8/imx8m/soc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/imx8m/soc.c b/arch/arm/cpu/armv8/imx8m/soc.c
index fdf7355ebd..a644e37b46 100644
--- 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;