diff options
| author | Georgi Djakov <djakov@kernel.org> | 2022-07-15 17:55:48 +0300 | 
|---|---|---|
| committer | Georgi Djakov <djakov@kernel.org> | 2022-07-15 17:55:48 +0300 | 
| commit | 33f033dc30d92a00b2b0f0f67a8ad46fde269bf3 (patch) | |
| tree | c4ee4c95afaaac4d813679a9125f600c4486b0be /drivers/devfreq/imx-bus.c | |
| parent | 2be9e847070939c50d745e68815e673960586ac2 (diff) | |
| parent | 9760660e866d643817c3bf21e6dc20837a1052c4 (diff) | |
Merge branch 'icc-imx8mp' into icc-next
This patchset is to support i.MX8MP NoC settings, i.MX8MP NoC initial
value after power up is invalid, need set a valid value after related
power domain up.
This patchset also includes two patch[1,2] during my development to enable
the ICC feature for i.MX8MP.
I not include ddrc DVFS in this patchset, ths patchset is only to
support NoC value mode/priority/ext_control being set to a valid value
that suggested by i.MX Chip Design Team. The value is same as NXP
downstream one inside Arm Trusted Firmware:
https://source.codeaurora.org/external/imx/imx-atf/tree/plat/imx/imx8m/i/gpc.c?h=lf_v2.4#n97
Link: https://lore.kernel.org/r/20220703091132.1412063-1-peng.fan@oss.nxp.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'drivers/devfreq/imx-bus.c')
| -rw-r--r-- | drivers/devfreq/imx-bus.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/devfreq/imx-bus.c b/drivers/devfreq/imx-bus.c index f3f6e25053ed..afb552198937 100644 --- a/drivers/devfreq/imx-bus.c +++ b/drivers/devfreq/imx-bus.c @@ -145,6 +145,7 @@ static const struct of_device_id imx_bus_of_match[] = {  	{ .compatible = "fsl,imx8mq-noc", .data = "imx8mq-interconnect", },  	{ .compatible = "fsl,imx8mm-noc", .data = "imx8mm-interconnect", },  	{ .compatible = "fsl,imx8mn-noc", .data = "imx8mn-interconnect", }, +	{ .compatible = "fsl,imx8mp-noc", .data = "imx8mp-interconnect", },  	{ .compatible = "fsl,imx8m-noc", },  	{ .compatible = "fsl,imx8m-nic", },  	{ /* sentinel */ }, | 
