lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 19 Sep 2014 18:03:42 +0200 From: Stefan Agner <stefan@...er.ch> To: Bhuvanchandra DV <bhuvanchandra.dv@...adex.com> Cc: shawn.guo@...escale.com, linux@....linux.org.uk, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2 2/2] ARM: dts: vf610-colibri: Add backlight support Am 2014-09-19 15:38, schrieb Bhuvanchandra DV: > Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@...adex.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 <stefan@...er.ch> > clocks { > enet_ext { > compatible = "fixed-clock"; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists