Re: [PATCH 2/2] media: adv7604: automatic "default-input" selection

2016-09-22 Thread Ulrich Hecht
On Fri, Sep 16, 2016 at 11:57 AM, Laurent Pinchart wrote: > Hi Ulrich, > > Thank you for the patch. Thanks for your review. > > On Friday 16 Sep 2016 11:39:42 Ulrich Hecht wrote: >> Fall back to input 0 if "default-input" property is not present. >> >>

Re: [PATCH 2/2] media: adv7604: automatic "default-input" selection

2016-09-16 Thread Laurent Pinchart
Hi Ulrich, Thank you for the patch. On Friday 16 Sep 2016 11:39:42 Ulrich Hecht wrote: > Fall back to input 0 if "default-input" property is not present. > > Documentation states that the "default-input" property should reside > directly in the node for adv7612. Not just fo adv7612. > Hence,

[PATCH 2/2] media: adv7604: automatic "default-input" selection

2016-09-16 Thread Ulrich Hecht
Fall back to input 0 if "default-input" property is not present. Documentation states that the "default-input" property should reside directly in the node for adv7612. Hence, also adjust the parsing to make the implementation consistent with this. Based on patch by William Towle