Re: [PATCH RESEND 0/9] Add Apple A7-A11, T2 SoC cpufreq nodes
From: Hector Martin
Date: Thu Feb 06 2025 - 18:28:11 EST
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@xxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxx/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@xxxxxxxxx/T
>
> - Device Tree for Apple T2 (T8012) SoC devices
> https://lore.kernel.org/asahi/20250203114417.16453-1-towinchenmi@xxxxxxxxx/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@xxxxxxxxx/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