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.3-C3 dts support
This change adds MI01.3-C3 (RDP486) which is a derivative of RDP442 Change-Id: Ia19d7bf94962a52b76cc4556969c4ed1cd3706b6 Signed-off-by: Saahil Tomar <quic_saahtoma@quicinc.com>
This commit is contained in:
parent
bae645d417
commit
a355661408
2 changed files with 9 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_3_C3 0x8060502
|
||||
#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
|
||||
|
|
|
|||
|
|
@ -852,6 +852,8 @@ unsigned int get_dts_machid(unsigned int machid)
|
|||
return MACH_TYPE_IPQ5332_AP_MI01_2;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_3_C2:
|
||||
return MACH_TYPE_IPQ5332_AP_MI01_3;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_3_C3:
|
||||
return MACH_TYPE_IPQ5332_AP_MI01_3;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_7:
|
||||
return MACH_TYPE_IPQ5332_AP_MI01_13;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_14:
|
||||
|
|
@ -881,6 +883,12 @@ 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_3_C3:
|
||||
config_list[config_nos++] = "config@mi01.3-c3";
|
||||
config_list[config_nos++] = "config-mi01.3-c3";
|
||||
config_list[config_nos++] = "config@rdp486";
|
||||
config_list[config_nos++] = "config-rdp486";
|
||||
break;
|
||||
case MACH_TYPE_IPQ5332_AP_MI01_7:
|
||||
config_list[config_nos++] = "config@mi01.7";
|
||||
config_list[config_nos++] = "config@rdp473";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue