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: Nick Chan <towinchenmi@gmail.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v5 04/20] dt-bindings: arm: apple: Add A7 devices
Date: Wed, 25 Sep 2024 15:18:02 +0800 [thread overview]
Message-ID: <20240925071939.6107-5-towinchenmi@gmail.com> (raw)
In-Reply-To: <20240925071939.6107-1-towinchenmi@gmail.com>
This adds the following apple,s5l8960x platforms:
- iPhone 5s
- iPad Air (1)
- iPad Mini 2
- iPad Mini 3
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
.../devicetree/bindings/arm/apple.yaml | 26 ++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
index 883fd67e3752..89c1e35e404b 100644
--- a/Documentation/devicetree/bindings/arm/apple.yaml
+++ b/Documentation/devicetree/bindings/arm/apple.yaml
@@ -12,7 +12,14 @@ maintainers:
description: |
ARM platforms using SoCs designed by Apple Inc., branded "Apple Silicon".
- This currently includes devices based on the "M1" SoC:
+ This currently includes devices based on the "A7" SoC:
+
+ - iPhone 5s
+ - iPad Air (1)
+ - iPad mini 2
+ - iPad mini 3
+
+ Devices based on the "M1" SoC:
- Mac mini (M1, 2020)
- MacBook Pro (13-inch, M1, 2020)
@@ -65,6 +72,23 @@ properties:
const: "/"
compatible:
oneOf:
+ - description: Apple A7 SoC based platforms
+ items:
+ - enum:
+ - apple,j71 # iPad Air (Wi-Fi)
+ - apple,j72 # iPad Air (Cellular)
+ - apple,j73 # iPad Air (Cellular, China)
+ - apple,j85 # iPad mini 2 (Wi-Fi)
+ - apple,j85m # iPad mini 3 (Wi-Fi)
+ - apple,j86 # iPad mini 2 (Cellular)
+ - apple,j86m # iPad mini 3 (Cellular)
+ - apple,j87 # iPad mini 2 (Cellular, China)
+ - apple,j87m # iPad mini 3 (Cellular, China)
+ - apple,n51 # iPhone 5s (GSM)
+ - apple,n53 # iPhone 5s (LTE)
+ - const: apple,s5l8960x
+ - const: apple,arm-platform
+
- description: Apple M1 SoC based platforms
items:
- enum:
--
2.46.0
next prev parent reply other threads:[~2024-09-25 7:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 7:17 [PATCH v5 00/20] Initial device trees for A7-A11 based Apple devices Nick Chan
2024-09-25 7:17 ` [PATCH v5 01/20] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores Nick Chan
2024-09-25 7:18 ` [PATCH v5 02/20] dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles Nick Chan
2024-09-25 7:18 ` [PATCH v5 03/20] dt-bindings: pinctrl: apple,pinctrl: " Nick Chan
2024-09-25 7:18 ` Nick Chan [this message]
2024-09-25 7:18 ` [PATCH v5 05/20] dt-bindings: arm: apple: Add A8 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 06/20] dt-bindings: arm: apple: Add A8X devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 07/20] dt-bindings: arm: apple: Add A9 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 08/20] dt-bindings: arm: apple: Add A9X devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 09/20] dt-bindings: arm: apple: Add A10 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 10/20] dt-bindings: arm: apple: Add A10X devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 11/20] dt-bindings: arm: apple: Add A11 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 12/20] arm64: dts: apple: Add A7 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 13/20] arm64: dts: apple: Add A8 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 14/20] arm64: dts: apple: Add A8X devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 15/20] arm64: dts: apple: Add A9 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 16/20] arm64: dts: apple: Add A9X devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 17/20] arm64: dts: apple: Add A10 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 18/20] arm64: dts: apple: Add A10X devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 19/20] arm64: dts: apple: Add A11 devices Nick Chan
2024-09-25 7:18 ` [PATCH v5 20/20] arm64: Kconfig: Update help text for CONFIG_ARCH_APPLE Nick Chan
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=20240925071939.6107-5-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=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=kettenis@openbsd.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@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).