Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8be0eea authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Add application processor master stats for sdm670/845



Add profile unit address from which application processor can read stats.
Update compatible property for master stats v1.

Change-Id: I7f1dc7628d21fbdd24a9534243cf8a859bbe840f
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 24c5f03e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -186,7 +186,8 @@
		reg-names = "phys_addr_base", "offset_addr";
	};

	qcom,rpmh-master-stats {
		compatible = "qcom,rpmh-master-stats";
	qcom,rpmh-master-stats@b221200 {
		compatible = "qcom,rpmh-master-stats-v1";
		reg = <0xb221200 0x60>;
	};
};
+4 −3
Original line number Diff line number Diff line
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -140,7 +140,8 @@
		reg-names = "phys_addr_base", "offset_addr";
	};

	qcom,rpmh-master-stats {
		compatible = "qcom,rpmh-master-stats";
	qcom,rpmh-master-stats@b221200 {
		compatible = "qcom,rpmh-master-stats-v1";
		reg = <0xb221200 0x60>;
	};
};