Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560968
| Path | csiph.com!news.freedyn.net!open-news-network.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Stephen Boyd <stephen.boyd@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] arm64: dts: qcom: Replace PMU compatible with a53 specific one |
| Date | Tue, 17 Jan 2017 20:50:02 +0100 |
| Message-ID | <t0HVw-2II-13@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=JW0RdbTEnUSZh/q0BUhIoFcI9VUiZQI6P/PNx1ozgAs=; b=OCAUCsgriJguMRFFg5PjWdGcK/CX7e21ukyHsUp6oAnbsM3KBc/ExBur6WrHfRQGJa PuCTNoCDaA4hcdwmqXk9XTwZWlFchEzgKg9jcDjmi1QFpV20euSXe8yUhoRlXHWj25Ia O0HneoqPJkvovNbHG5OPZVNSS1STLmgFSICiA= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=JW0RdbTEnUSZh/q0BUhIoFcI9VUiZQI6P/PNx1ozgAs=; b=YXhNvaEEmrueECJWrX/J5q36RBtEG0jhNB/3I9hblrwxHLJbHwaZ4LoZL/uW8Jrj2P 0OMt2fue0hINsjDA3me398jgTm2qQxqgrfclqrqdcBFdMc+o00d1pBsoCadvF2Oh1iTt RH91H+EwgFzAuT2NsWljj9ZJP1bgqfDGDWNcyTELdVYcB6FiESsH8ryB2tZlDQr1y2MV mLbs1TsTvDlZw9WsoIBn8letCAmVNa0afus288dhFWumsQCKs4PV3xW+GaWC5UxsCZF+ d3DZJFYy65nbBD9zIlobaLGSBGETGO/s8RFQVKZpVIvW+793XPvgp5pzFWxjCBaVSR7J IEgg== |
| X-Gm-Message-State | AIkVDXLPHoWYLEJ7uqyEERpJbyiOsh+UI7iQDAOgMHRrY8T27yCgBlHt+TxXs8uACyZFnXZ2 |
| X-Received | by 10.84.141.164 with SMTP id 33mr60903183plv.86.1484682477947; Tue, 17 Jan 2017 11:47:57 -0800 (PST) |
| X-Mailer | git-send-email 2.10.0.297.gf6727b0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org |
| X-Original-Date | Tue, 17 Jan 2017 11:47:55 -0800 |
| X-Original-Message-ID | <20170117194755.2061-1-stephen.boyd@linaro.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1560968 |
Show key headers only | View raw
The PMU on msm8916 is for the cortex-a53 type CPU. Update the
compatible to the more specific one so we can get the a53
specific events out of the PMU.
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 466ca5705c99..572d1a58844f 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -156,7 +156,7 @@
};
pmu {
- compatible = "arm,armv8-pmuv3";
+ compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 GIC_CPU_MASK_SIMPLE(4)>;
};
--
2.10.0.297.gf6727b0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] arm64: dts: qcom: Replace PMU compatible with a53 specific one Stephen Boyd <stephen.boyd@linaro.org> - 2017-01-17 20:50 +0100
csiph-web