[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-743-ge6d8a90
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-05-19 16:50:08
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e6d8a90c8885e5efe9f8ff6e79f4ea786a169070 (commit)
from 3bc4af52f7d14f009d86ecc4442677a011553c35 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e6d8a90c8885e5efe9f8ff6e79f4ea786a169070
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue May 19 18:56:02 2015 +0200
[LINUX] 3.19: apf6: dts: add lcd backlight
-----------------------------------------------------------------------
Summary of changes:
...rmadeus-add-apf6q-and-apf6dl-device-trees.patch | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch b/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
index ceb1b0a..51dec81 100644
--- a/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
+++ b/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
@@ -173,7 +173,7 @@ Index: linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
===================================================================
--- /dev/null
+++ linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
-@@ -0,0 +1,538 @@
+@@ -0,0 +1,555 @@
+/*
+ * Copyright 2015 Armadeus Systems
+ *
@@ -190,6 +190,15 @@ Index: linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+#include <dt-bindings/interrupt-controller/irq.h>
+
+/ {
++ backlight_lcd {
++ compatible = "pwm-backlight";
++ pwms = <&pwm3 0 191000>;
++ brightness-levels = <0 4 8 16 32 64 128 255>;
++ default-brightness-level = <0>;
++ power-supply = <®_1p8v>;
++ status = "okay";
++ };
++
+ display@di0 {
+ compatible = "fsl,imx-parallel-display";
+ interface-pix-fmt = "bgr666";
@@ -250,6 +259,14 @@ Index: linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+ regulators {
+ compatible = "simple-bus";
+
++ reg_1p8v: 1p8v {
++ compatible = "regulator-fixed";
++ regulator-name = "1P8V";
++ regulator-min-microvolt = <1800000>;
++ regulator-max-microvolt = <1800000>;
++ regulator-always-on;
++ };
++
+ reg_3p3v: 3p3v {
+ compatible = "regulator-fixed";
+ regulator-name = "3P3V";
hooks/post-receive
--
armadeus
|