mbox series

[0/2] Add i.MX51/i.MX53 serial number support

Message ID 20210127174024.170408-1-sebastian.reichel@collabora.com
Headers show
Series Add i.MX51/i.MX53 serial number support | expand

Message

Sebastian Reichel Jan. 27, 2021, 5:40 p.m. UTC
Hi,

This complements support for reading the unique ID / serial
number on i.MX by adding the feature for i.MX51 and i.MX53.
This has been tested on i.MX53. I also added support for
i.MX51 since it uses exactly the same registers according
to its datasheet.

I did not add support for older i.MX processor. They also have
an IIM IP-core, but their datasheet does not contain information
about the unique ID registers and I do not have the hardware for
testing.

-- Sebastian

Sebastian Reichel (2):
  ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
  soc: imx: add i.MX51/i.MX53 unique id support

 arch/arm/boot/dts/imx51.dtsi |  2 +-
 arch/arm/boot/dts/imx53.dtsi |  2 +-
 drivers/soc/imx/soc-imx.c    | 12 ++++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)

Comments

Shawn Guo March 3, 2021, 9:57 a.m. UTC | #1
On Wed, Jan 27, 2021 at 06:40:22PM +0100, Sebastian Reichel wrote:
> Sebastian Reichel (2):
>   ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
>   soc: imx: add i.MX51/i.MX53 unique id support

Applied both, thanks.