From: Yakir Yang <hidden> Date: 2016-06-28 04:50:20
Hi Heiko,
This series just want to enable the graphic support on RK3288 EVB
boards, most of them are DTS changes, but still have one change about
new eDP panel support.
Thanks,
- Yakir
Yakir Yang (5):
dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel
drm/panel: simple: Add support for LG LP079QX1-SP0V 1536x2048 panel
ARM: dts: rockchip: add eDP/panel display device nodes for rk3288-evb
ARM: dts: rockchip: add the panel power supply for rk3288-evb board
with act8846 pmu
ARM: dts: rockchip: add the panel power supply for rk3288-evb board
with rk808 pmu
.../bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 ++++
arch/arm/boot/dts/rk3288-evb-act8846.dts | 4 ++
arch/arm/boot/dts/rk3288-evb-rk808.dts | 4 ++
arch/arm/boot/dts/rk3288-evb.dtsi | 43 +++++++++++++++++++++-
drivers/gpu/drm/panel/panel-simple.c | 26 +++++++++++++
5 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt
--
1.9.1
From: Yakir Yang <hidden> Date: 2016-06-28 04:51:22
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <redacted>
---
.../devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt
@@ -0,0 +1,7 @@+LG LP079QX1-SP0V 7.9" (1536x2048 pixels) TFT LCD panel++Required properties:+- compatible: should be "lg,lp079qx1-sp0v"++This binding is compatible with the simple-panel binding, which is specified+in simple-panel.txt in this directory.
From: Yakir Yang <hidden> Date: 2016-06-28 04:51:28
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <redacted>
---
drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
From: Yakir Yang <hidden> Date: 2016-06-28 04:51:33
Panel regulator is controller by a normal GPIO, so we need to
write a regulator-fixed node for it.
Signed-off-by: Yakir Yang <redacted>
---
arch/arm/boot/dts/rk3288-evb-rk808.dts | 4 ++++
1 file changed, 4 insertions(+)
From: Yakir Yang <hidden> Date: 2016-06-28 04:51:39
Panel regulator is controller by a normal GPIO, so we need to
write a regulator-fixed node for it.
Signed-off-by: Yakir Yang <redacted>
---
arch/arm/boot/dts/rk3288-evb-act8846.dts | 4 ++++
1 file changed, 4 insertions(+)
From: Yakir Yang <hidden> Date: 2016-06-28 04:52:27
The default eDP panel on RK3288 EVB board is LG LP079QX1-SP0V TFT LCD,
we haven't declared the panel regulator in the 'panel-simple' device
node here, so the specific board like ACT8846 / RK8080 need to support
the panel power supply.
Signed-off-by: Yakir Yang <redacted>
---
arch/arm/boot/dts/rk3288-evb.dtsi | 43 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 42 insertions(+), 1 deletion(-)
From: Rob Herring <robh@kernel.org> Date: 2016-06-28 21:02:09
On Tue, Jun 28, 2016 at 12:51:12PM +0800, Yakir Yang wrote:
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <redacted>
---
.../devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt
From: Yakir Yang <hidden> Date: 2016-06-29 03:31:58
Rob,
On 06/29/2016 04:59 AM, Rob Herring wrote:
On Tue, Jun 28, 2016 at 12:51:12PM +0800, Yakir Yang wrote:
quoted
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <redacted>
---
.../devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt
On Tue, Jun 28, 2016 at 12:51:12PM +0800, Yakir Yang wrote:
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <redacted>
---
.../devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt
On Tue, Jun 28, 2016 at 12:51:15PM +0800, Yakir Yang wrote:
The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.
Signed-off-by: Yakir Yang <redacted>
---
drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Am Dienstag, 28. Juni 2016, 12:51:18 schrieb Yakir Yang:
The default eDP panel on RK3288 EVB board is LG LP079QX1-SP0V TFT LCD,
we haven't declared the panel regulator in the 'panel-simple' device
node here, so the specific board like ACT8846 / RK8080 need to support
the panel power supply.
Signed-off-by: Yakir Yang <redacted>
applied, after reordering the entries to keep our alphabetical sorting.
Heiko
Am Dienstag, 28. Juni 2016, 12:51:24 schrieb Yakir Yang:
Panel regulator is controller by a normal GPIO, so we need to
write a regulator-fixed node for it.
Signed-off-by: Yakir Yang <redacted>
applied after rewording the commit message a bit.
On the rk808-evb vcc_lcd comes from the rk808 directly and not through some
gpio regulator :-) .
Heiko