9
0
Fork 0

ARM: dts: change dmo,imx6q-realq7 compatible to dmo,imx6q-edmqmx6

To use the same compatible as the kernel.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-01-15 08:21:43 +01:00
parent 19b62c6dd2
commit a59a7e7ae7
2 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ static int ksz9031rn_phy_fixup(struct phy_device *dev)
static int realq7_enet_init(void)
{
if (!of_machine_is_compatible("dmo,imx6q-realq7"))
if (!of_machine_is_compatible("dmo,imx6q-edmqmx6"))
return 0;
mxc_iomux_v3_setup_multiple_pads(realq7_pads_gpio, ARRAY_SIZE(realq7_pads_gpio));
@ -100,7 +100,7 @@ fs_initcall(realq7_enet_init);
static int realq7_env_init(void)
{
if (!of_machine_is_compatible("dmo,imx6q-realq7"))
if (!of_machine_is_compatible("dmo,imx6q-edmqmx6"))
return 0;
imx6_bbu_internal_spi_i2c_register_handler("spiflash", "/dev/m25p0.barebox",
@ -113,7 +113,7 @@ late_initcall(realq7_env_init);
static int realq7_console_init(void)
{
if (!of_machine_is_compatible("dmo,imx6q-realq7"))
if (!of_machine_is_compatible("dmo,imx6q-edmqmx6"))
return 0;
barebox_set_hostname("eDM-QMX6");

View File

@ -14,8 +14,8 @@
#include "imx6q.dtsi"
/ {
model = "Data Modul RealQ7 Board";
compatible = "dmo,imx6q-realq7", "fsl,imx6q";
model = "Data Modul eDM-QMX6 Board";
compatible = "dmo,imx6q-edmqmx6", "fsl,imx6q";
chosen {
linux,stdout-path = "/soc/aips-bus@02100000/serial@021e8000";