mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add device tree entries for GPUs in M-series SoCs Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Sven Peter <sven@kernel.org> Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Link: https://lore.kernel.org/r/20250710-sgx-dt-v3-2-299bb3a65109@gmail.com Signed-off-by: Sven Peter <sven@kernel.org>
22 lines
412 B
Text
22 lines
412 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple T6000 "M1 Pro" SoC
|
|
*
|
|
* Other names: H13J, "Jade Chop"
|
|
*
|
|
* Copyright The Asahi Linux Contributors
|
|
*/
|
|
|
|
/* This chip is just a cut down version of t6001, so include it and disable the missing parts */
|
|
|
|
#include "t6001.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,t6000", "apple,arm-platform";
|
|
};
|
|
|
|
/delete-node/ &pmgr_south;
|
|
|
|
&gpu {
|
|
compatible = "apple,agx-g13s";
|
|
};
|