On Friday 19 September 2014 09:33 PM, Stefan Agner wrote:
> Am 2014-09-19 15:38, schrieb Bhuvanchandra DV:
>> Signed-off-by: Bhuvanchandra DV <bhuvanchandra...@toradex.com>
>> ---
>>  arch/arm/boot/dts/vf610-colibri-eval-v3.dts |    6 ++++++
>>  arch/arm/boot/dts/vf610-colibri.dtsi        |    6 ++++++
>>  2 files changed, 12 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/vf610-colibri-eval-v3.dts
>> b/arch/arm/boot/dts/vf610-colibri-eval-v3.dts
>> index 00f63d9..711cf82 100644
>> --- a/arch/arm/boot/dts/vf610-colibri-eval-v3.dts
>> +++ b/arch/arm/boot/dts/vf610-colibri-eval-v3.dts
>> @@ -19,6 +19,12 @@
>>      };
>>  };
>>  
>> +&bl {
>> +    brightness-levels = <0 4 8 16 32 64 128 255>;
>> +    default-brightness-level = <6>;
>> +    status  = "okay";
>> +};
>> +
>>  &esdhc1 {
>>      pinctrl-names = "default";
>>      pinctrl-0 = <&pinctrl_esdhc1>;
>> diff --git a/arch/arm/boot/dts/vf610-colibri.dtsi
>> b/arch/arm/boot/dts/vf610-colibri.dtsi
>> index 560cd69..20b1c15 100644
>> --- a/arch/arm/boot/dts/vf610-colibri.dtsi
>> +++ b/arch/arm/boot/dts/vf610-colibri.dtsi
>> @@ -13,6 +13,12 @@
>>      model = "Toradex Colibri VF61 COM";
>>      compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
>>  
>> +    bl: backlight {
>> +            compitable = "pwm-backlight";
>> +            pwms = <&pwm0 0 5000000 0>;
>> +            status = "disabled";
>> +    };
>> +
> Typo, "compitable" is not a valid property...
>
> When this is fixed,
> Acked-By: Stefan Agner <ste...@agner.ch>

Thanks for pointing it out. Will update accordingly. 

>>      clocks {
>>              enet_ext {
>>                      compatible = "fixed-clock";

--
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/

Reply via email to