diff options
author | 2018-08-20 16:48:47 +0000 | |
---|---|---|
committer | 2018-08-20 16:48:47 +0000 | |
commit | a247d434452b3954d3ef3a586f046454546291f5 (patch) | |
tree | 2ed652b1046cda4d5b3446fe9f0d12ad8aab1fc4 | |
parent | Add the i.MX8MQ eCSPI clocks. (diff) | |
download | wireguard-openbsd-a247d434452b3954d3ef3a586f046454546291f5.tar.xz wireguard-openbsd-a247d434452b3954d3ef3a586f046454546291f5.zip |
Enable I2C clocks in imxiic(4).
-rw-r--r-- | sys/dev/fdt/imxiic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/imxiic.c b/sys/dev/fdt/imxiic.c index 56f324f6d21..54de59ac253 100644 --- a/sys/dev/fdt/imxiic.c +++ b/sys/dev/fdt/imxiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxiic.c,v 1.5 2018/08/06 10:52:30 patrick Exp $ */ +/* $OpenBSD: imxiic.c,v 1.6 2018/08/20 16:48:47 patrick Exp $ */ /* * Copyright (c) 2013 Patrick Wildt <patrick@blueri.se> * @@ -131,7 +131,7 @@ imxiic_attach(struct device *parent, struct device *self, void *aux) printf("\n"); - /* set iomux pins */ + clock_enable(faa->fa_node, NULL); pinctrl_byname(faa->fa_node, "default"); /* set speed */ |