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

Commit 04551091 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Update rpm-stats unit addr for Kona



The RPM stats driver accesses the RPMH msgram based off the data in the
offset addr. Update the node unit address to reflect this and to
prevent unit address collision with the QMP node.

Change-Id: I3a09255cf1a5ecbfaefff162a88e1aba7962c9f4
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent bd97dbaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */
 */


&soc {
&soc {
@@ -101,7 +101,7 @@
		};
		};
	};
	};


	qcom,rpm-stats@c300000 {
	qcom,rpm-stats@c3f0004 {
		compatible = "qcom,rpm-stats";
		compatible = "qcom,rpm-stats";
		reg = <0xc300000 0x1000>, <0xc3f0004 0x4>;
		reg = <0xc300000 0x1000>, <0xc3f0004 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
		reg-names = "phys_addr_base", "offset_addr";