sc8180x.c (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) | sc8180x.c (cff66ace51e3acfcba3ab03f92adc9510830c365) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2020, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021, Linaro Ltd. 5 */ 6 7#include <linux/device.h> 8#include <linux/interconnect-provider.h> 9#include <linux/module.h> | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2020, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021, Linaro Ltd. 5 */ 6 7#include <linux/device.h> 8#include <linux/interconnect-provider.h> 9#include <linux/module.h> |
10#include <linux/of_device.h> | 10#include <linux/mod_devicetable.h> 11#include <linux/platform_device.h> |
11 12#include <dt-bindings/interconnect/qcom,sc8180x.h> 13 14#include "bcm-voter.h" 15#include "icc-rpmh.h" 16#include "sc8180x.h" 17 18static struct qcom_icc_node mas_qhm_a1noc_cfg = { --- 1881 unchanged lines hidden --- | 12 13#include <dt-bindings/interconnect/qcom,sc8180x.h> 14 15#include "bcm-voter.h" 16#include "icc-rpmh.h" 17#include "sc8180x.h" 18 19static struct qcom_icc_node mas_qhm_a1noc_cfg = { --- 1881 unchanged lines hidden --- |