From: Nick Chan <towinchenmi@gmail.com>
To: Hector Martin <marcan@marcan.st>, Sven Peter <sven@svenpeter.dev>,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Guenter Roeck <linux@roeck-us.net>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Lorenzo Pieralisi <lpieralisi@kernel.org>,
Mark Kettenis <kettenis@openbsd.org>,
asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-watchdog@vger.kernel.org
Cc: konradybcio@kernel.org, ivo.ivanov.ivanov1@gmail.com,
towinchenmi@gmail.com
Subject: [PATCH v4 01/20] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores
Date: Fri, 20 Sep 2024 00:05:50 +0800 [thread overview]
Message-ID: <20240919161443.10340-2-towinchenmi@gmail.com> (raw)
In-Reply-To: <20240919161443.10340-1-towinchenmi@gmail.com>
Add the following CPU cores:
- apple,cyclone: A7 cores
- apple,typhoon: A8 cores
- apple,twister: A9 cores
- apple,hurricane-zephyr: A10 logical cores
- apple,monsoon: A11 performance cores
- apple,mistral: A11 efficiency cores
In the Apple A10, there are physical performance-efficiency cores that
forms logical cores to software depending on the current p-state, and
only one type of core may be active at one time.
This follows the existing newest-first order.
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
Documentation/devicetree/bindings/arm/cpus.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index f308ff6c3532..f69b75afd258 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -87,8 +87,14 @@ properties:
enum:
- apple,avalanche
- apple,blizzard
- - apple,icestorm
+ - apple,cyclone
- apple,firestorm
+ - apple,hurricane-zephyr
+ - apple,icestorm
+ - apple,mistral
+ - apple,monsoon
+ - apple,twister
+ - apple,typhoon
- arm,arm710t
- arm,arm720t
- arm,arm740t
--
2.46.0
next prev parent reply other threads:[~2024-09-19 16:15 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-19 16:05 [PATCH v4 00/20] Initial device trees for A7-A11 based Apple devices Nick Chan
2024-09-19 16:05 ` Nick Chan [this message]
2024-09-22 20:43 ` [PATCH v4 01/20] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 02/20] dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles Nick Chan
2024-09-22 20:44 ` Krzysztof Kozlowski
2024-09-22 20:49 ` Guenter Roeck
2024-09-19 16:05 ` [PATCH v4 03/20] dt-bindings: pinctrl: apple,pinctrl: " Nick Chan
2024-09-22 20:45 ` Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 04/20] dt-bindings: arm: apple: Add A7 devices Nick Chan
2024-09-19 16:05 ` [PATCH v4 05/20] dt-bindings: arm: apple: Add A8 devices Nick Chan
2024-09-22 20:44 ` Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 06/20] dt-bindings: arm: apple: Add A8X devices Nick Chan
2024-09-22 20:46 ` Krzysztof Kozlowski
2024-09-22 20:47 ` Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 07/20] dt-bindings: arm: apple: Add A9 devices Nick Chan
2024-09-22 20:46 ` Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 08/20] dt-bindings: arm: apple: Add A9X devices Nick Chan
2024-09-22 20:45 ` Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 09/20] dt-bindings: arm: apple: Add A10 devices Nick Chan
2024-09-22 20:46 ` Krzysztof Kozlowski
2024-09-19 16:05 ` [PATCH v4 10/20] dt-bindings: arm: apple: Add A10X devices Nick Chan
2024-09-22 20:45 ` Krzysztof Kozlowski
2024-09-19 16:06 ` [PATCH v4 11/20] dt-bindings: arm: apple: Add A11 devices Nick Chan
2024-09-22 20:44 ` Krzysztof Kozlowski
2024-09-19 16:06 ` [PATCH v4 12/20] arm64: dts: apple: Add A7 devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 13/20] arm64: dts: apple: Add A8 devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 14/20] arm64: dts: apple: Add A8X devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 15/20] arm64: dts: apple: Add A9 devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 16/20] arm64: dts: apple: Add A9X devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 17/20] arm64: dts: apple: Add A10 devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 18/20] arm64: dts: apple: Add A10X devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 19/20] arm64: dts: apple: Add A11 devices Nick Chan
2024-09-19 16:06 ` [PATCH v4 20/20] arm64: Kconfig: Update help text for CONFIG_ARCH_APPLE Nick Chan
2024-09-22 20:48 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240919161443.10340-2-towinchenmi@gmail.com \
--to=towinchenmi@gmail.com \
--cc=alyssa@rosenzweig.io \
--cc=asahi@lists.linux.dev \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ivo.ivanov.ivanov1@gmail.com \
--cc=kettenis@openbsd.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lpieralisi@kernel.org \
--cc=marcan@marcan.st \
--cc=robh@kernel.org \
--cc=sven@svenpeter.dev \
--cc=will@kernel.org \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).