Commit 38c735f3 authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek

ARM: zynq: DT: Remove bogus value from 'bias-disable' property

In one pinctrl node, a 'bias-disable' property is erroneously assigned a
value.

Fixes: ARM: zynq: DT: Add pinctrl information
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent f52948ea
......@@ -309,7 +309,7 @@ conf-rx {
conf-tx {
pins = "MIO48";
bias-disable = <0>;
bias-disable;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment