Re: [PATCH V4 1/2] soc: imx: Add SCU SoC info driver support

2019-05-21 Thread Leonard Crestez
On 5/17/2019 8:49 AM, Anson Huang wrote: > + root = of_find_node_by_path("/"); > + > + np = of_find_compatible_node(NULL, NULL, "fsl,imx-scu"); It's possibly not very important for root or FW communication nodes but you should probably of_node_put those back.

[PATCH V4 1/2] soc: imx: Add SCU SoC info driver support

2019-05-16 Thread Anson Huang
Add i.MX SCU SoC info driver to support i.MX8QXP SoC, introduce driver dependency into Kconfig as CONFIG_IMX_SCU must be selected to support i.MX SCU SoC driver, also need to use platform driver model to make sure IMX_SCU driver is probed before i.MX SCU SoC driver. With this patch, SoC info can b