Loading arch/arm/mach-msm/board-8916.c +14 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,11 @@ static const char *msm8939_dt_match[] __initconst = { NULL }; static const char *msm8929_dt_match[] __initconst = { "qcom,msm8929", NULL }; static const char *msmtellurium_dt_match[] __initconst = { "qcom,msmtellurium", NULL Loading Loading @@ -122,6 +127,15 @@ DT_MACHINE_START(MSM8936_DT, .smp = &msm8936_smp_ops, MACHINE_END DT_MACHINE_START(MSM8929_DT, "Qualcomm Technologies, Inc. MSM 8929 (Flattened Device Tree)") .map_io = msm8916_map_io, .init_machine = msm8916_init, .dt_compat = msm8929_dt_match, .reserve = msm8916_dt_reserve, .smp = &msm8936_smp_ops, MACHINE_END DT_MACHINE_START(MSMTellurium_DT, "Qualcomm Technologies, Inc. MSM Tellurium (Flattened Device Tree)") .map_io = msm8916_map_io, Loading Loading
arch/arm/mach-msm/board-8916.c +14 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,11 @@ static const char *msm8939_dt_match[] __initconst = { NULL }; static const char *msm8929_dt_match[] __initconst = { "qcom,msm8929", NULL }; static const char *msmtellurium_dt_match[] __initconst = { "qcom,msmtellurium", NULL Loading Loading @@ -122,6 +127,15 @@ DT_MACHINE_START(MSM8936_DT, .smp = &msm8936_smp_ops, MACHINE_END DT_MACHINE_START(MSM8929_DT, "Qualcomm Technologies, Inc. MSM 8929 (Flattened Device Tree)") .map_io = msm8916_map_io, .init_machine = msm8916_init, .dt_compat = msm8929_dt_match, .reserve = msm8916_dt_reserve, .smp = &msm8936_smp_ops, MACHINE_END DT_MACHINE_START(MSMTellurium_DT, "Qualcomm Technologies, Inc. MSM Tellurium (Flattened Device Tree)") .map_io = msm8916_map_io, Loading