[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 1/6] Remove i.MX7 IOMUX GPR device from i.MX6UL
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 1/6] Remove i.MX7 IOMUX GPR device from i.MX6UL |
Date: |
Tue, 29 Aug 2023 14:25:51 +0100 |
On Fri, 25 Aug 2023 at 13:22, Jean-Christophe Dubois
<jcd@tribudubois.net> wrote:
>
> i.MX7 IOMUX GPR device is not equivalent to i.MX6UL IOMUXC GPR device.
> In particular, register 22 is not present on i.MX6UL and this is actualy
> The only register that is really emulated in the i.MX7 IOMUX GPR device.
>
> Note: The i.MX6UL code is actually also implementing the IOMUX GPR device
> as an unimplemented device at the same bus adress and the 2 instantiations
> were actualy colliding. So we go back to the unimplemented device for now.
>
> Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v4 0/6] Complete i.MX6UL and i.MX7 processor for bare metal application., Jean-Christophe Dubois, 2023/08/25
- [PATCH v4 1/6] Remove i.MX7 IOMUX GPR device from i.MX6UL, Jean-Christophe Dubois, 2023/08/25
- Re: [PATCH v4 1/6] Remove i.MX7 IOMUX GPR device from i.MX6UL,
Peter Maydell <=
- [PATCH v4 2/6] Refactor i.MX6UL processor code, Jean-Christophe Dubois, 2023/08/25
- [PATCH v4 4/6] Refactor i.MX7 processor code, Jean-Christophe Dubois, 2023/08/25
- [PATCH v4 5/6] Add i.MX7 missing TZ devices and memory regions, Jean-Christophe Dubois, 2023/08/25
- [PATCH v4 3/6] Add i.MX6UL missing devices., Jean-Christophe Dubois, 2023/08/25
- [PATCH v4 6/6] Add i.MX7 SRC device implementation, Jean-Christophe Dubois, 2023/08/25
- Re: [PATCH v4 0/6] Complete i.MX6UL and i.MX7 processor for bare metal application., Peter Maydell, 2023/08/29