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

2015-01-29 Thread Michal Simek
On 01/28/2015 04:41 PM, Sören Brinkmann wrote:
 On Wed, 2015-01-28 at 03:21PM +0100, Michal Simek wrote:
 On 01/27/2015 01:38 AM, Andreas Färber wrote:
 Am 26.01.2015 um 20:49 schrieb Soren Brinkmann:
 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

 Reviewed-by: Andreas Färber afaer...@suse.de

 Andreas


 Applied both.
 
 Thanks. Given how the branch looks now, you could squash 'ARM: zynq: DT:
 Remove bogus value from 'bias-disable' property' and 'ARM: zynq: DT: Add
 pinctrl information to USB nodes' into 'ARM: zynq: DT: Add pinctrl
 information'. Then we have it all in one patch and spare everybody the
 intermittent, partly broken commits.

That's not a problem. I have sent pull request with current state.

Thanks,
Michal

--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2015-01-28 Thread Michal Simek
On 01/27/2015 01:38 AM, Andreas Färber wrote:
 Am 26.01.2015 um 20:49 schrieb Soren Brinkmann:
 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
 
 Reviewed-by: Andreas Färber afaer...@suse.de
 
 Andreas
 

Applied both.

Thanks,
Michal



signature.asc
Description: OpenPGP digital signature


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

2015-01-28 Thread Sören Brinkmann
On Wed, 2015-01-28 at 03:21PM +0100, Michal Simek wrote:
 On 01/27/2015 01:38 AM, Andreas Färber wrote:
  Am 26.01.2015 um 20:49 schrieb Soren Brinkmann:
  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
  
  Reviewed-by: Andreas Färber afaer...@suse.de
  
  Andreas
  
 
 Applied both.

Thanks. Given how the branch looks now, you could squash 'ARM: zynq: DT:
Remove bogus value from 'bias-disable' property' and 'ARM: zynq: DT: Add
pinctrl information to USB nodes' into 'ARM: zynq: DT: Add pinctrl
information'. Then we have it all in one patch and spare everybody the
intermittent, partly broken commits.

Sören
--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2015-01-26 Thread Soren Brinkmann
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 devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2015-01-26 Thread Andreas Färber
Am 26.01.2015 um 20:49 schrieb Soren Brinkmann:
 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

Reviewed-by: Andreas Färber afaer...@suse.de

Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)



signature.asc
Description: OpenPGP digital signature