Commit 1925d318 authored by Nick Chan's avatar Nick Chan Committed by Sven Peter
Browse files

arm64: dts: apple: s8001: Add PMGR nodes



Add the two PMGR nodes and all known power state subnodes. Since there
are a large number of them, put them in a separate file to include.

Acked-by: default avatarHector Martin <marcan@marcan.st>
Acked-by: default avatarNeal Gompa <neal@gompa.dev>
Signed-off-by: default avatarNick Chan <towinchenmi@gmail.com>
Reviewed-by: default avatarNeal Gompa <neal@gompa.dev>
Signed-off-by: default avatarSven Peter <sven@svenpeter.dev>
parent bd89a1ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ chosen {
		framebuffer0: framebuffer@0 {
			compatible = "apple,simple-framebuffer", "simple-framebuffer";
			reg = <0 0 0 0>; /* To be filled by loader */
			power-domains = <&ps_disp0 &ps_dp0>;
			/* Format properties will be added by loader */
			status = "disabled";
		};
+26 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
 * Apple iPad Pro (12.9-inch)
 *
 * This file contains parts common to iPad Pro (12.9-inch).
 *
 * target-type: J98a, J99a
 *
 * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
 */

&ps_dcs4 {
	apple,always-on; /* LPDDR4 interface */
};

&ps_dcs5 {
	apple,always-on; /* LPDDR4 interface */
};

&ps_dcs6 {
	apple,always-on; /* LPDDR4 interface */
};

&ps_dcs7 {
	apple,always-on; /* LPDDR4 interface */
};
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
/dts-v1/;

#include "s8001-pro.dtsi"
#include "s8001-j98a-j99a.dtsi"

/ {
	compatible = "apple,j98a", "apple,s8001", "apple,arm-platform";
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
/dts-v1/;

#include "s8001-pro.dtsi"
#include "s8001-j98a-j99a.dtsi"

/ {
	compatible = "apple,j99a", "apple,s8001", "apple,arm-platform";
+822 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading