Re: [PATCH v2 15/22] arm64: dts: apple: Add A8X devices

From: Nick Chan
Date: Sat Sep 14 2024 - 22:21:46 EST




On 15/9/2024 05:02, Ivaylo Ivanov wrote:
>
> On 9/14/24 08:17, Nick Chan wrote:
>> From: Konrad Dybcio <konradybcio@xxxxxxxxxx>
>>
>> Add DTS files for the A8X SoC and the only device based on it, the iPad
>> Air 2.
>>
>> Signed-off-by: Konrad Dybcio <konradybcio@xxxxxxxxxx>
>> [Ivalyo: system memory bits]
> s/Ivalyo/Ivaylo/g
oh...

>> Co-developed-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx>
For A7-A8X, the tags are from Konrad's linux fork from two years ago,
though your tags in particular may no longer apply since as you can
see, all memory related things are now /* To be filled by loader */.

>
> You've confused me with Markuss Broks <markuss.broks@xxxxxxxxx>.
>
> He was the one who brought up A8X. I brought up A8 (in particular
>
> iPhone 6).
>
>
> Regards, Ivo.
>
>> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx>
>> [Nick: SMP, m1n1 and gpio-keys support, pinctrl fixes]
>> Co-developed-by: Nick Chan <towinchenmi@xxxxxxxxx>
>> Signed-off-by: Nick Chan <towinchenmi@xxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/apple/Makefile | 2 +
>> arch/arm64/boot/dts/apple/t7001-air2.dtsi | 46 +++++++
>> arch/arm64/boot/dts/apple/t7001-j81.dts | 14 ++
>> arch/arm64/boot/dts/apple/t7001-j82.dts | 14 ++
>> arch/arm64/boot/dts/apple/t7001.dtsi | 154 ++++++++++++++++++++++
>> 5 files changed, 230 insertions(+)
>> create mode 100644 arch/arm64/boot/dts/apple/t7001-air2.dtsi
> [snip]
>> + <AIC_FIQ AIC_TMR_GUEST_VIRT IRQ_TYPE_LEVEL_HIGH>;
>> + };
>> +};

Nick Chan