Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc20265a authored by Bhuvanchandra DV's avatar Bhuvanchandra DV Committed by Shawn Guo
Browse files

ARM: dts: vf610-colibri: Add backlight support

parent 9c42fa1d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>;
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
		};
	};

	bl: backlight {
		compatible = "pwm-backlight";
		pwms = <&pwm0 0 5000000 0>;
		status = "disabled";
	};
};

&esdhc1 {