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.brinkm...@xilinx.com> --- Feel free to squash this into the mentioned patch. I don't see it in any stable branch yet. Sören --- arch/arm/boot/dts/zynq-zc702.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts index 365bdd407eb4..4f8835be4874 100644 --- a/arch/arm/boot/dts/zynq-zc702.dts +++ b/arch/arm/boot/dts/zynq-zc702.dts @@ -309,7 +309,7 @@ conf-tx { pins = "MIO48"; - bias-disable = <0>; + bias-disable; }; }; }; -- 2.2.2.1.g63c5777 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/