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

Commit 67f36f02 authored by Nagireddy Annem's avatar Nagireddy Annem Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Correct soc id for monaco

Correct soc id, timer frequency and linux-boot
reserved memory for monaco.

Change-Id: I7196830c84abe97482fceb7029975a68752546db
parent 89041362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/dts-v1/;
/memreserve/ 0x90000000 0x00000100;
/memreserve/ 0x90f00000 0x00000100;

#include "monaco.dtsi"
#include "monaco-rumi.dtsi"
+2 −2
Original line number Diff line number Diff line
&soc {
	timer {
		clock-frequency = <500000>;
		clock-frequency = <5000000>;
	};

	timer@f120000 {
		clock-frequency = <500000>;
		clock-frequency = <5000000>;
	};

	wdog: qcom,wdt@f017000 {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
/ {
	model = "Qualcomm Technologies, Inc. Monaco";
	compatible = "qcom,monaco";
	qcom,msm-id = <459 0x10000>;
	qcom,msm-id = <486 0x10000>;
	interrupt-parent = <&intc>;

	#address-cells = <2>;