ARM: dts: mxs: Add MSR M28CU3 board
This board is based on the M28 SoM with custom baseboard. Supported are LEDs, ethernet, PWM, LCD, SD slots. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
这个提交包含在:
@@ -332,6 +332,11 @@ static void __init crystalfontz_init(void)
|
||||
update_fec_mac_prop(OUI_CRYSTALFONTZ);
|
||||
}
|
||||
|
||||
static void __init m28cu3_init(void)
|
||||
{
|
||||
update_fec_mac_prop(OUI_DENX);
|
||||
}
|
||||
|
||||
static const char __init *mxs_get_soc_id(void)
|
||||
{
|
||||
struct device_node *np;
|
||||
@@ -459,6 +464,8 @@ static void __init mxs_machine_init(void)
|
||||
apx4devkit_init();
|
||||
else if (of_machine_is_compatible("crystalfontz,cfa10036"))
|
||||
crystalfontz_init();
|
||||
else if (of_machine_is_compatible("msr,m28cu3"))
|
||||
m28cu3_init();
|
||||
|
||||
of_platform_populate(NULL, of_default_bus_match_table,
|
||||
NULL, parent);
|
||||
|
在新工单中引用
屏蔽一个用户