imx8mp.c (4f2c0a4acffbec01079c28f839422e64ddeff004) imx8mp.c (cff66ace51e3acfcba3ab03f92adc9510830c365)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Interconnect framework driver for i.MX8MP SoC
4 *
5 * Copyright 2022 NXP
6 * Peng Fan <peng.fan@nxp.com>
7 */
8
9#include <linux/module.h>
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Interconnect framework driver for i.MX8MP SoC
4 *
5 * Copyright 2022 NXP
6 * Peng Fan <peng.fan@nxp.com>
7 */
8
9#include <linux/module.h>
10#include <linux/of_device.h>
11#include <linux/platform_device.h>
12#include <dt-bindings/interconnect/fsl,imx8mp.h>
13
14#include "imx.h"
15
16static const struct imx_icc_node_adj_desc imx8mp_noc_adj = {
17 .bw_mul = 1,
18 .bw_div = 16,

--- 243 unchanged lines hidden ---
10#include <linux/platform_device.h>
11#include <dt-bindings/interconnect/fsl,imx8mp.h>
12
13#include "imx.h"
14
15static const struct imx_icc_node_adj_desc imx8mp_noc_adj = {
16 .bw_mul = 1,
17 .bw_div = 16,

--- 243 unchanged lines hidden ---