ARM: at91: Add the chip ID for SAMA5D2 LPDDR2 SiP
authorNicolas Ferre <nicolas.ferre@microchip.com>
Thu, 8 Aug 2019 07:48:23 +0000 (07:48 +0000)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 8 Oct 2019 06:16:11 +0000 (09:16 +0300)
The SAMA5D2 LPDDR2 SiP (System in Package) is added for SoC
identification.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
arch/arm/mach-at91/armv7/sama5d2_devices.c
arch/arm/mach-at91/include/mach/sama5d2.h

index 59a0c449132817e85d930118158e8609c1351973..9e9d026c3e064e46a36a1bd70abd9c653dd15459 100644 (file)
@@ -57,8 +57,16 @@ char *get_cpu_name(void)
                        return "SAMA5D27 512M bits DDR2 SDRAM";
                case ARCH_EXID_SAMA5D27C_D1G:
                        return "SAMA5D27 1G bits DDR2 SDRAM";
+               case ARCH_EXID_SAMA5D27C_LD1G:
+                       return "SAMA5D27 1G bits LPDDR2 SDRAM";
+               case ARCH_EXID_SAMA5D27C_LD2G:
+                       return "SAMA5D27 2G bits LPDDR2 SDRAM";
                case ARCH_EXID_SAMA5D28C_D1G:
                        return "SAMA5D28 1G bits DDR2 SDRAM";
+               case ARCH_EXID_SAMA5D28C_LD1G:
+                       return "SAMA5D28 1G bits LPDDR2 SDRAM";
+               case ARCH_EXID_SAMA5D28C_LD2G:
+                       return "SAMA5D28 2G bits LPDDR2 SDRAM";
                }
        }
 
index c7d9bb5ad31454ed54f0bb31363ed0abf5e461f0..d1b2e01cdd0dccd6abdb0fd91a8da08d10b5920a 100644 (file)
 #define ARCH_EXID_SAMA5D225C_D1M       0x00000053
 #define ARCH_EXID_SAMA5D27C_D5M                0x00000032
 #define ARCH_EXID_SAMA5D27C_D1G                0x00000033
+#define ARCH_EXID_SAMA5D27C_LD1G       0x00000061
+#define ARCH_EXID_SAMA5D27C_LD2G       0x00000062
 #define ARCH_EXID_SAMA5D28C_D1G                0x00000013
+#define ARCH_EXID_SAMA5D28C_LD1G       0x00000071
+#define ARCH_EXID_SAMA5D28C_LD2G       0x00000072
 
 /* Checked if defined in ethernet driver macb */
 #define cpu_is_sama5d2 _cpu_is_sama5d2