summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2016-07-21 17:10:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-03 07:30:40 +0200
commitea31b22e2e5a722791560cdd443e32b519197632 (patch)
tree4770dbfc932c6875f4a32aefc7dd04b39e7664b4 /arch/arm/boards
parentd8a7c4580b5c505da490ef82da56b2bd2411829f (diff)
downloadbarebox-ea31b22e2e5a722791560cdd443e32b519197632.tar.gz
barebox-ea31b22e2e5a722791560cdd443e32b519197632.tar.xz
ARM: dts: i.MX6: update RIoTboard device tree
Barebox and kernel version diverged therefore bring the device tree up to date with respect to the kernel being the reference. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards')
-rw-r--r--arch/arm/boards/embest-riotboard/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/embest-riotboard/board.c b/arch/arm/boards/embest-riotboard/board.c
index a885a08a70..eb956f1f50 100644
--- a/arch/arm/boards/embest-riotboard/board.c
+++ b/arch/arm/boards/embest-riotboard/board.c
@@ -64,7 +64,7 @@ static int ar8035_phy_fixup(struct phy_device *dev)
static int riotboard_device_init(void)
{
- if (!of_machine_is_compatible("embest,riotboard"))
+ if (!of_machine_is_compatible("riot,imx6s-riotboard"))
return 0;
phy_register_fixup_for_uid(0x004dd072, 0xffffffef, ar8035_phy_fixup);