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

Commit 6b060f93 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: shmobile: r8a7779: Add Maximum CPU Frequency to DTS



Add 1GHz to the r8a7779 DTS to describe the maximum CPU frequency.

Based on work by Magnus dam for the r8a7740 SoC.

Cc: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f0b78f8b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,21 +26,25 @@
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0>;
			clock-frequency = <1000000000>;
		};
		cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <1>;
			clock-frequency = <1000000000>;
		};
		cpu@2 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <2>;
			clock-frequency = <1000000000>;
		};
		cpu@3 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <3>;
			clock-frequency = <1000000000>;
		};
	};