mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arm: dts: Add MI01.7 (RDP473) dts support
RDP473 IPQ5332 + QCN6432 + QCN6432 + QCN9160 (2+2+2+Y) Change-Id: I321dfecf50bb21835e2e3ed967400d0e29386c06 Signed-off-by: Saahil Tomar <quic_saahtoma@quicinc.com>
This commit is contained in:
parent
0133affe21
commit
bc21208512
2 changed files with 7 additions and 0 deletions
|
|
@ -1179,6 +1179,7 @@ extern unsigned int __machine_arch_type;
|
|||
#define MACH_TYPE_IPQ5332_AP_MI01_2_C2 0x8060201
|
||||
#define MACH_TYPE_IPQ5332_AP_MI01_3 0x8060002
|
||||
#define MACH_TYPE_IPQ5332_AP_MI01_3_C2 0x8060102
|
||||
#define MACH_TYPE_IPQ5332_AP_MI01_7 0x8060008
|
||||
#define MACH_TYPE_IPQ5332_AP_MI04_1 0x8060004
|
||||
#define MACH_TYPE_IPQ5332_AP_MI04_1_C2 0x8060007
|
||||
#define MACH_TYPE_IPQ5332_AP_MI04_3 0x8060107
|
||||
|
|
|
|||
|
|
@ -851,6 +851,7 @@ unsigned int get_dts_machid(unsigned int machid)
|
|||
case MACH_TYPE_IPQ5332_AP_MI01_2_C2:
|
||||
return MACH_TYPE_IPQ5332_AP_MI01_2;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_3_C2:
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_7:
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_12:
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_14:
|
||||
return MACH_TYPE_IPQ5332_AP_MI01_3;
|
||||
|
|
@ -879,6 +880,11 @@ void ipq_uboot_fdt_fixup(void)
|
|||
config_list[config_nos++] = "config@rdp477";
|
||||
config_list[config_nos++] = "config-rdp477";
|
||||
break;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_7:
|
||||
config_list[config_nos++] = "config@mi01.7";
|
||||
config_list[config_nos++] = "config@rdp473";
|
||||
config_list[config_nos++] = "config-rdp473";
|
||||
break;
|
||||
case MACH_TYPE_IPQ5332_AP_MI04_1_C2:
|
||||
config_list[config_nos++] = "config@mi04.1-c2";
|
||||
config_list[config_nos++] = "config@rdp478";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue