linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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>
Subject: [PATCH v6 07/20] dt-bindings: arm: apple: Add A9 devices
Date: Mon,  7 Oct 2024 15:05:32 +0800	[thread overview]
Message-ID: <20241007070758.9961-8-towinchenmi@gmail.com> (raw)
In-Reply-To: <20241007070758.9961-1-towinchenmi@gmail.com>

Adds the following apple,s8000 and apple,s8003 based platforms:

- iPhone 6s
- iPhone 6s Plus
- iPhone SE (2016)
- iPad 5

apple,s8000 is the Samsung A9, while apple,s8003 is the TSMC A9.

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
 .../devicetree/bindings/arm/apple.yaml        | 29 +++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
index fecc4953df33..01965890b4ef 100644
--- a/Documentation/devicetree/bindings/arm/apple.yaml
+++ b/Documentation/devicetree/bindings/arm/apple.yaml
@@ -31,6 +31,13 @@ description: |
 
   - iPad Air 2
 
+  Devices based on the "A9" SoC:
+
+  - iPhone 6s
+  - iPhone 6s Plus
+  - iPhone SE (2016)
+  - iPad 5
+
   Devices based on the "M1" SoC:
 
   - Mac mini (M1, 2020)
@@ -121,6 +128,28 @@ properties:
           - const: apple,t7001
           - const: apple,arm-platform
 
+      - description: Apple Samsung A9 SoC based platforms
+        items:
+          - enum:
+              - apple,j71s # iPad 5 (Wi-Fi) (S8000)
+              - apple,j72s # iPad 5 (Cellular) (S8000)
+              - apple,n66  # iPhone 6s Plus (S8000)
+              - apple,n69u # iPhone SE (S8000)
+              - apple,n71  # iPhone 6S (S8000)
+          - const: apple,s8000
+          - const: apple,arm-platform
+
+      - description: Apple TSMC A9 SoC based platforms
+        items:
+          - enum:
+              - apple,j71t # iPad 5 (Wi-Fi) (S8003)
+              - apple,j72t # iPad 5 (Cellular) (S8003)
+              - apple,n66m # iPhone 6s Plus (S8003)
+              - apple,n69  # iPhone SE (S8003)
+              - apple,n71m # iPhone 6S (S8003)
+          - const: apple,s8003
+          - const: apple,arm-platform
+
       - description: Apple M1 SoC based platforms
         items:
           - enum:
-- 
2.46.2


  parent reply	other threads:[~2024-10-07  7:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07  7:05 [PATCH v6 00/20] Initial device trees for A7-A11 based Apple devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 01/20] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores Nick Chan
2024-10-07  7:05 ` [PATCH v6 02/20] dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles Nick Chan
2024-10-07  7:05 ` [PATCH v6 03/20] dt-bindings: pinctrl: apple,pinctrl: " Nick Chan
2024-10-07  7:05 ` [PATCH v6 04/20] dt-bindings: arm: apple: Add A7 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 05/20] dt-bindings: arm: apple: Add A8 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 06/20] dt-bindings: arm: apple: Add A8X devices Nick Chan
2024-10-07  7:05 ` Nick Chan [this message]
2024-10-07  7:05 ` [PATCH v6 08/20] dt-bindings: arm: apple: Add A9X devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 09/20] dt-bindings: arm: apple: Add A10 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 10/20] dt-bindings: arm: apple: Add A10X devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 11/20] dt-bindings: arm: apple: Add A11 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 12/20] arm64: dts: apple: Add A7 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 13/20] arm64: dts: apple: Add A8 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 14/20] arm64: dts: apple: Add A8X devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 15/20] arm64: dts: apple: Add A9 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 16/20] arm64: dts: apple: Add A9X devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 17/20] arm64: dts: apple: Add A10 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 18/20] arm64: dts: apple: Add A10X devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 19/20] arm64: dts: apple: Add A11 devices Nick Chan
2024-10-07  7:05 ` [PATCH v6 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=20241007070758.9961-8-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=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).