Re: [PATCH 1/1] arm: apple: Add M1 Ultra support

2022-04-15 Thread Mark Kettenis
> Date: Fri, 15 Apr 2022 08:06:56 -0400 > From: Tom Rini > > On Tue, Mar 29, 2022 at 01:29:35PM +0200, Janne Grunau wrote: > > > The M1 Ultra consists of two M1 Max dies. The second die's I/O is at > > a consistent offset of 0x20. > > > > Signed-off-by: Janne Grunau > > Reviewed-by: Ma

Re: [PATCH 1/1] arm: apple: Add M1 Ultra support

2022-04-15 Thread Tom Rini
On Tue, Mar 29, 2022 at 01:29:35PM +0200, Janne Grunau wrote: > The M1 Ultra consists of two M1 Max dies. The second die's I/O is at > a consistent offset of 0x20. > > Signed-off-by: Janne Grunau > Reviewed-by: Mark Kettenis Applied to u-boot/master, thanks! -- Tom signature.asc De

Re: [PATCH 1/1] arm: apple: Add M1 Ultra support

2022-03-29 Thread Mark Kettenis
> From: Janne Grunau > Date: Tue, 29 Mar 2022 13:29:35 +0200 > > The M1 Ultra consists of two M1 Max dies. The second die's I/O is at > a consistent offset of 0x20. > > Signed-off-by: Janne Grunau I think that's the way to do it. Technically we could probably get away with mapping the

[PATCH 1/1] arm: apple: Add M1 Ultra support

2022-03-29 Thread Janne Grunau
The M1 Ultra consists of two M1 Max dies. The second die's I/O is at a consistent offset of 0x20. Signed-off-by: Janne Grunau --- arch/arm/mach-apple/board.c | 167 1 file changed, 167 insertions(+) diff --git a/arch/arm/mach-apple/board.c b/arch/arm