Re: [PATCH v4 3/4] ARM: dts: Clean up exynos5250-snow

2014-07-31 Thread Tomasz Figa
Andreas,

Please see my comments inline.

On 31.07.2014 18:08, Andreas Färber wrote:
> Use the new style of referencing inherited nodes and use symbolic names.
> 
> Suggested-by: Doug Anderson 
> Signed-off-by: Andreas Färber 

[snip]

> -
>   usb@1211 {
> - samsung,vbus-gpio = <&gpx1 1 0>;
> + samsung,vbus-gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
>   };

This is a higher level node being overridden, so it should be specified
using references too.

>  
>   fixed-rate-clocks {
> @@ -287,7 +206,7 @@
>   };
>  
>   hdmi {

Ditto.

Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4 3/4] ARM: dts: Clean up exynos5250-snow

2014-07-31 Thread Andreas Färber
Am 31.07.2014 21:19, schrieb Tomasz Figa:
> Andreas,
> 
> Please see my comments inline.
> 
> On 31.07.2014 18:08, Andreas Färber wrote:
>> Use the new style of referencing inherited nodes and use symbolic names.
>>
>> Suggested-by: Doug Anderson 
>> Signed-off-by: Andreas Färber 
> 
> [snip]
> 
>> -
>>  usb@1211 {
>> -samsung,vbus-gpio = <&gpx1 1 0>;
>> +samsung,vbus-gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
>>  };
> 
> This is a higher level node being overridden, so it should be specified
> using references too.
> 
>>  
>>  fixed-rate-clocks {
>> @@ -287,7 +206,7 @@
>>  };
>>  
>>  hdmi {
> 
> Ditto.

Same problem as with spring: We need the labels first!

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html