ipq9574: Add support for AP-AL02-C10

Same as AL02-C1 RDP with NSS enabled.

Change-Id: I5ffcb93721d16db4d598fb82e17fa18c25a9d861
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
Timple Raj M 2022-04-12 18:48:43 +05:30 committed by Gerrit - the friendly Code Review server
parent dc11926d10
commit a49fbe815c
2 changed files with 5 additions and 0 deletions

View file

@ -1164,6 +1164,7 @@ extern unsigned int __machine_arch_type;
#define MACH_TYPE_IPQ9574_AP_AL02_C5 0x8050401
#define MACH_TYPE_IPQ9574_AP_AL02_C6 0x8050501
#define MACH_TYPE_IPQ9574_AP_AL02_C9 0x8050801
#define MACH_TYPE_IPQ9574_AP_AL02_C10 0x8050901
#ifdef CONFIG_ARCH_EBSA110
# ifdef machine_arch_type

View file

@ -1505,6 +1505,8 @@ unsigned int get_dts_machid(unsigned int machid)
return MACH_TYPE_IPQ9574_AP_AL02_C1;
case MACH_TYPE_IPQ9574_AP_AL02_C9:
return MACH_TYPE_IPQ9574_AP_AL02_C1;
case MACH_TYPE_IPQ9574_AP_AL02_C10:
return MACH_TYPE_IPQ9574_AP_AL02_C1;
default:
return machid;
}
@ -1528,6 +1530,8 @@ void ipq_uboot_fdt_fixup(void)
break;
case MACH_TYPE_IPQ9574_AP_AL02_C9:
config = "config@al02-c9";
case MACH_TYPE_IPQ9574_AP_AL02_C10:
config = "config@al02-c10";
break;
}