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

Commit d98b53b9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: exynos: Move syscon poweroff and restart nodes under the PMU



The PMU node is the actual block responsible for power management,
including typical Exynos on/off/restart procedures.  Therefore the
syscon poweroff and restart nodes logically belong to it.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent 60cc43fc
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -231,13 +231,6 @@
		cpu_on = <0xC4000003>;
	};

	reboot: syscon-reboot {
		compatible = "syscon-reboot";
		regmap = <&pmu_system_controller>;
		offset = <0x400>; /* SWRESET */
		mask = <0x1>;
	};

	soc: soc {
		compatible = "simple-bus";
		#address-cells = <1>;
@@ -799,6 +792,13 @@
			#clock-cells = <1>;
			clock-names = "clkout16";
			clocks = <&xxti>;

			reboot: syscon-reboot {
				compatible = "syscon-reboot";
				regmap = <&pmu_system_controller>;
				offset = <0x400>; /* SWRESET */
				mask = <0x1>;
			};
		};

		gic: interrupt-controller@11001000 {
+6 −6
Original line number Diff line number Diff line
@@ -494,7 +494,6 @@
		pmu_system_controller: system-controller@105c0000 {
			compatible = "samsung,exynos7-pmu", "syscon";
			reg = <0x105c0000 0x5000>;
		};

			reboot: syscon-reboot {
				compatible = "syscon-reboot";
@@ -502,6 +501,7 @@
				offset = <0x0400>;
				mask = <0x1>;
			};
		};

		rtc: rtc@10590000 {
			compatible = "samsung,s3c6410-rtc";