Commit ad761924 authored by Duy Nguyen's avatar Duy Nguyen Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a779h0: Add CPUIdle support

parent 5db13ece
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ a76_0: cpu@0 {
			power-domains = <&sysc R8A779H0_PD_A1E0D0C0>;
			next-level-cache = <&L3_CA76>;
			enable-method = "psci";
			cpu-idle-states = <&CPU_SLEEP_0>;
		};

		a76_1: cpu@100 {
@@ -51,6 +52,7 @@ a76_1: cpu@100 {
			power-domains = <&sysc R8A779H0_PD_A1E0D0C1>;
			next-level-cache = <&L3_CA76>;
			enable-method = "psci";
			cpu-idle-states = <&CPU_SLEEP_0>;
		};

		a76_2: cpu@200 {
@@ -60,6 +62,7 @@ a76_2: cpu@200 {
			power-domains = <&sysc R8A779H0_PD_A1E0D0C2>;
			next-level-cache = <&L3_CA76>;
			enable-method = "psci";
			cpu-idle-states = <&CPU_SLEEP_0>;
		};

		a76_3: cpu@300 {
@@ -69,6 +72,20 @@ a76_3: cpu@300 {
			power-domains = <&sysc R8A779H0_PD_A1E0D0C3>;
			next-level-cache = <&L3_CA76>;
			enable-method = "psci";
			cpu-idle-states = <&CPU_SLEEP_0>;
		};

		idle-states {
			entry-method = "psci";

			CPU_SLEEP_0: cpu-sleep-0 {
				compatible = "arm,idle-state";
				arm,psci-suspend-param = <0x0010000>;
				local-timer-stop;
				entry-latency-us = <400>;
				exit-latency-us = <500>;
				min-residency-us = <4000>;
			};
		};

		L3_CA76: cache-controller {