提交 aab203eb 编写于 作者: P Peng Fan 提交者: Stefano Babic

gpio: 74x164: make oe-pins optional

Make oe-pins optional because some boards have fixed it to enable.
Signed-off-by: NPeng Fan <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 41eb8ff5
......@@ -156,8 +156,7 @@ static int gen_74x164_probe(struct udevice *dev)
ret = gpio_request_by_name(dev, "oe-gpios", 0, &priv->oe,
GPIOD_IS_OUT | GPIOD_IS_OUT_ACTIVE);
if (ret) {
dev_err(dev, "No oe-pins property\n");
goto free_buf;
dev_dbg(dev, "No oe-pins property\n");
}
uc_priv->bank_name = str;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册