Skip to content

Commit

Permalink
ARM: zynq: DT: Remove bogus value from 'bias-disable' property
Browse files Browse the repository at this point in the history
In one pinctrl node, a 'bias-disable' property is erroneously assigned a
value.

Fixes: ARM: zynq: DT: Add pinctrl information
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Soren Brinkmann authored and Michal Simek committed Jan 28, 2015
1 parent f52948e commit 38c735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-zc702.dts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@

conf-tx {
pins = "MIO48";
bias-disable = <0>;
bias-disable;
};
};
};
Expand Down

0 comments on commit 38c735f

Please sign in to comment.