MLK-23403-2: iMX8DXL fix no soc_id at /sys/devices/soc0/

Remove one extra space

Signed-off-by: Frank Li <Frank.Li@nxp.com>
(cherry picked from commit 9c6b2962d8)
This commit is contained in:
Frank Li 2020-02-27 13:46:50 -06:00
parent e8741779e3
commit b04ad20469
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static int imx_scu_soc_probe(struct platform_device *pdev)
TKT340553_SW_WORKAROUND = true;
} else if (of_machine_is_compatible("fsl,imx8qxp"))
soc_dev_attr->soc_id = "i.MX8QXP";
else if (of_machine_is_compatible("fsl, imx8dxl"))
else if (of_machine_is_compatible("fsl,imx8dxl"))
soc_dev_attr->soc_id = "i.MX8DXL";
/* format revision value passed from SCU firmware */