MLK-16940 imx8m: Disable more HDMI and display nodes for mfgtool
authorYe Li <ye.li@nxp.com>
Wed, 22 Nov 2017 09:01:14 +0000 (03:01 -0600)
committerYe 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

index fdf7355..a644e37 100644 (file)
@@ -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;