From: Ye Li Date: Wed, 22 Nov 2017 09:01:14 +0000 (-0600) Subject: MLK-16940 imx8m: Disable more HDMI and display nodes for mfgtool X-Git-Tag: rel_imx_4.9.88_2.0.0_ga~159 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f8da4c218786d6e796651f3ef79cb6f3829ea6b8;p=u-boot.git 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 Acked-by: Peng Fan --- 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;