[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ecd655ca-61e7-4ef1-81ad-606c9ce95df4@marcan.st>
Date: Fri, 7 Feb 2025 08:27:54 +0900
From: Hector Martin <marcan@...can.st>
To: Nick Chan <towinchenmi@...il.com>, Sven Peter <sven@...npeter.dev>,
Alyssa Rosenzweig <alyssa@...enzweig.io>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, asahi@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, soc@...ts.linux.dev,
Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH RESEND 0/9] Add Apple A7-A11, T2 SoC cpufreq nodes
Hey Nick,
I'm not sure if we're still waiting for DT reviews for these, but either
way, please send DT and drivers/soc/apple changes to soc@...ts.linux.dev
going forward (or perhaps they should go through ARM64?), as I am no
longer a maintainer for Apple DTs/SoC stuff myself. [1]
[1]
https://lore.kernel.org/asahi/CAEg-Je_SSTiiq5R9hce-7j5W02GaQqNUj=bFH+FwgjjxWugFqQ@mail.gmail.com/T/#t
On 2025/02/03 21:43, Nick Chan wrote:
> This series adds performance-controller and operating-points-v2 cpufreq
> nodes for Apple A7-A11, T2 SoCs.
>
> Dependencies:
>
> - arm64: dts: apple: Split s8000/s8003 SoC DTS files
> https://lore.kernel.org/asahi/20250203113949.14760-1-towinchenmi@gmail.com/T
>
> - Device Tree for Apple T2 (T8012) SoC devices
> https://lore.kernel.org/asahi/20250203114417.16453-1-towinchenmi@gmail.com/T
>
> Note, this will have conflicts with Apple A7-A11, T2 PMGR nodes [1] due to
> both of the series adding things to the same part of the .dts files, they are
> unrelated, so keep both of additions.
>
> 1: https://lore.kernel.org/asahi/20250203121831.36053-1-towinchenmi@gmail.com/T
>
> Nick Chan
>
> ---
> Nick Chan (9):
> arm64: dts: apple: s5l8960x: Add cpufreq nodes
> arm64: dts: apple: t7000: Add cpufreq nodes
> arm64: dts: apple: t7001: Add cpufreq nodes
> arm64: dts: apple: Add cpufreq nodes for S8000/S8003
> arm64: dts: apple: s8001: Add cpufreq nodes
> arm64: dts: apple: t8010: Add cpufreq nodes
> arm64: dts: apple: t8011: Add cpufreq nodes
> arm64: dts: apple: t8012: Add cpufreq nodes
> arm64: dts: apple: t8015: Add cpufreq nodes
>
> arch/arm64/boot/dts/apple/s5l8960x-5s.dtsi | 1 +
> arch/arm64/boot/dts/apple/s5l8960x-air1.dtsi | 1 +
> arch/arm64/boot/dts/apple/s5l8960x-mini2.dtsi | 1 +
> arch/arm64/boot/dts/apple/s5l8960x-opp.dtsi | 45 +++++++
> arch/arm64/boot/dts/apple/s5l8960x.dtsi | 10 ++
> arch/arm64/boot/dts/apple/s5l8965x-opp.dtsi | 45 +++++++
> arch/arm64/boot/dts/apple/s800-0-3.dtsi | 10 ++
> arch/arm64/boot/dts/apple/s8000.dtsi | 53 +++++++-
> arch/arm64/boot/dts/apple/s8001.dtsi | 59 +++++++++
> arch/arm64/boot/dts/apple/s8003.dtsi | 53 +++++++-
> arch/arm64/boot/dts/apple/t7000-6.dtsi | 4 +
> arch/arm64/boot/dts/apple/t7000-j42d.dts | 4 +
> arch/arm64/boot/dts/apple/t7000-mini4.dtsi | 4 +
> arch/arm64/boot/dts/apple/t7000.dtsi | 46 +++++++
> arch/arm64/boot/dts/apple/t7001.dtsi | 52 ++++++++
> arch/arm64/boot/dts/apple/t8010-7.dtsi | 8 ++
> arch/arm64/boot/dts/apple/t8010-ipad6.dtsi | 8 ++
> arch/arm64/boot/dts/apple/t8010.dtsi | 86 ++++++++++++
> arch/arm64/boot/dts/apple/t8011.dtsi | 79 +++++++++++
> arch/arm64/boot/dts/apple/t8012.dtsi | 83 ++++++++++++
> arch/arm64/boot/dts/apple/t8015.dtsi | 123 ++++++++++++++++++
> 21 files changed, 773 insertions(+), 2 deletions(-)
> create mode 100644 arch/arm64/boot/dts/apple/s5l8960x-opp.dtsi
> create mode 100644 arch/arm64/boot/dts/apple/s5l8965x-opp.dtsi
>
>
> base-commit: a14d9039c2aea103eeedc5602ebab731ef3eb73e
- Hector
Powered by blists - more mailing lists