[PATCH 1/2] ARM: zynq: Remove bogus value from 'bias-disable' property

From: Soren Brinkmann
Date: Mon Jan 26 2015 - 14:50:36 EST


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@xxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/