mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

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: Hector Martin <marcan@marcan.st> Acked-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Nick Chan <towinchenmi@gmail.com> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Sven Peter <sven@svenpeter.dev>
16 lines
370 B
Plaintext
16 lines
370 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple iPad Pro (12.9-inch) (Cellular), J99a, iPad6,8 (A1652)
|
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "s8001-pro.dtsi"
|
|
#include "s8001-j98a-j99a.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j99a", "apple,s8001", "apple,arm-platform";
|
|
model = "Apple iPad Pro (12.9-inch) (Cellular)";
|
|
};
|