[PATCH 2/7] arm64: allwinner: h6: Add common orangepi nodes into dtsi

2018-10-31 Thread Jagan Teki
@@ -4,147 +4,9 @@ * Author: Jagan Teki */ -/dts-v1/; - -#include "sun50i-h6.dtsi" - -#include +#include "sun50i-h6-orangepi.dtsi" / { model = "OrangePi One Plus"; compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6&

[PATCH 3/7] arm64: allwinner: h6: Add OrangePi Lite2 initial support

2018-10-31 Thread Jagan Teki
From: Jagan Teki OrangePi Lite2 is Allwinner H6 based open-source SBC, which support: - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 - GPU Mali-T720 - 1GB LPDDR3 RAM - AXP805 PMIC - AP6356S Wifi/BT - USB 2.0, USB 3.0 Host, OTG - HDMI port - 5V/2A DC power supply Signed-off-by: Jagan Teki

[PATCH 2/7] arm64: allwinner: h6: Add common orangepi nodes into dtsi

2018-10-31 Thread Jagan Teki
@@ -4,147 +4,9 @@ * Author: Jagan Teki */ -/dts-v1/; - -#include "sun50i-h6.dtsi" - -#include +#include "sun50i-h6-orangepi.dtsi" / { model = "OrangePi One Plus"; compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6&

Re: [PATCH v3 00/25] drm/sun4i: Allwinner A64 MIPI-DSI support

2018-10-29 Thread Jagan Teki
On Mon, Oct 29, 2018 at 2:45 PM Maxime Ripard wrote: > > On Fri, Oct 26, 2018 at 08:13:19PM +0530, Jagan Teki wrote: > > This series fixed the issues related to work DSI on 2-lane panel > > which is reported on previous version[1]. > > > > Few comments from previo

Re: [PATCH v3 00/25] drm/sun4i: Allwinner A64 MIPI-DSI support

2018-10-29 Thread Jagan Teki
On Mon, Oct 29, 2018 at 2:45 PM Maxime Ripard wrote: > > On Fri, Oct 26, 2018 at 08:13:19PM +0530, Jagan Teki wrote: > > This series fixed the issues related to work DSI on 2-lane panel > > which is reported on previous version[1]. > > > > Few comments from previo

[PATCH v2] arm64: defconfig: Enable MFD_AXP20X_I2C

2018-10-25 Thread Jagan Teki
The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC connected via I2C. Enable the driver for this PMIC. Signed-off-by: Jagan Teki Acked-by: Maxime Ripard Tested-by: Jagan Teki # OPI-1+ --- Changes for v2: - collect Maxime ack - add tested-by credit arch/arm64/configs/defconfig | 1

[PATCH v2] arm64: defconfig: Enable MFD_AXP20X_I2C

2018-10-25 Thread Jagan Teki
The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC connected via I2C. Enable the driver for this PMIC. Signed-off-by: Jagan Teki Acked-by: Maxime Ripard Tested-by: Jagan Teki # OPI-1+ --- Changes for v2: - collect Maxime ack - add tested-by credit arch/arm64/configs/defconfig | 1

Re: [linux-sunxi] Re: [PATCH 08/12] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay

2018-10-01 Thread Jagan Teki
On Saturday 29 September 2018 08:57 PM, Maxime Ripard wrote: On Thu, Sep 27, 2018 at 11:03:19PM +0530, Jagan Teki wrote: On Thu, Sep 27, 2018 at 10:44 PM Maxime Ripard wrote: On Thu, Sep 27, 2018 at 05:18:46PM +0530, Jagan Teki wrote: Accordingly to BPI-M64-bsp DE DSI code Video start delay

Re: [linux-sunxi] Re: [PATCH 08/12] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay

2018-10-01 Thread Jagan Teki
On Saturday 29 September 2018 08:57 PM, Maxime Ripard wrote: On Thu, Sep 27, 2018 at 11:03:19PM +0530, Jagan Teki wrote: On Thu, Sep 27, 2018 at 10:44 PM Maxime Ripard wrote: On Thu, Sep 27, 2018 at 05:18:46PM +0530, Jagan Teki wrote: Accordingly to BPI-M64-bsp DE DSI code Video start delay

Re: [PATCH 07/12] drm/sun4i: sun6i_mipi_dsi: Fix TCON DRQ set bits

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 10:28 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:45PM +0530, Jagan Teki wrote: > > TCON DRQ set bits for non-burst DSI mode can computed via > > horizontal front porch instead of front porch + sync timings. > > > >

Re: [PATCH 07/12] drm/sun4i: sun6i_mipi_dsi: Fix TCON DRQ set bits

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 10:28 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:45PM +0530, Jagan Teki wrote: > > TCON DRQ set bits for non-burst DSI mode can computed via > > horizontal front porch instead of front porch + sync timings. > > > >

Re: [PATCH 05/12] drm/sun4i: sun6i_mipi_dsi: Add DSI Generic short write 2 param transfer

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 10:48 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:43PM +0530, Jagan Teki wrote: > > Short transfer write support for DCS and Generic transfer types > > share similar way to process command sequence in DSI block so > > add generic wri

Re: [PATCH 05/12] drm/sun4i: sun6i_mipi_dsi: Add DSI Generic short write 2 param transfer

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 10:48 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:43PM +0530, Jagan Teki wrote: > > Short transfer write support for DCS and Generic transfer types > > share similar way to process command sequence in DSI block so > > add generic wri

Re: [PATCH 08/12] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 10:44 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:46PM +0530, Jagan Teki wrote: > > Accordingly to BPI-M64-bsp DE DSI code Video start delay > > can be computed by subtracting total vertical timing with > > front porch timing and

Re: [PATCH 08/12] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 10:44 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:46PM +0530, Jagan Teki wrote: > > Accordingly to BPI-M64-bsp DE DSI code Video start delay > > can be computed by subtracting total vertical timing with > > front porch timing and

Re: [linux-sunxi] Re: [PATCH 04/12] drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 7:47 PM Chen-Yu Tsai wrote: > > On Thu, Sep 27, 2018 at 9:44 PM Jagan Teki wrote: > > > > On Thu, Sep 27, 2018 at 6:13 PM Chen-Yu Tsai wrote: > > > > > > Hi, > > > > > > On Thu, Sep 27, 2018 at 7:49 PM Jagan Teki

Re: [linux-sunxi] Re: [PATCH 04/12] drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 7:47 PM Chen-Yu Tsai wrote: > > On Thu, Sep 27, 2018 at 9:44 PM Jagan Teki wrote: > > > > On Thu, Sep 27, 2018 at 6:13 PM Chen-Yu Tsai wrote: > > > > > > Hi, > > > > > > On Thu, Sep 27, 2018 at 7:49 PM Jagan Teki

Re: [PATCH 06/12] drm/sun4i: sun6i_mipi_dsi: Fix VBP size calculation

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 8:51 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:44PM +0530, Jagan Teki wrote: > > According to horizontal and vertical timings are defined > > per the diagram from include/drm/drm_modes.h > > > > Back porch = [hv]total - [

Re: [PATCH 06/12] drm/sun4i: sun6i_mipi_dsi: Fix VBP size calculation

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 8:51 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 05:18:44PM +0530, Jagan Teki wrote: > > According to horizontal and vertical timings are defined > > per the diagram from include/drm/drm_modes.h > > > > Back porch = [hv]total - [

Re: [PATCH 04/12] drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 6:13 PM Chen-Yu Tsai wrote: > > Hi, > > On Thu, Sep 27, 2018 at 7:49 PM Jagan Teki wrote: > > > > DSI bus_clk is already available in sun6i_dsi but missed to > > get the clk and process for enable/disable. > > > > This pa

Re: [PATCH 04/12] drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock

2018-09-27 Thread Jagan Teki
On Thu, Sep 27, 2018 at 6:13 PM Chen-Yu Tsai wrote: > > Hi, > > On Thu, Sep 27, 2018 at 7:49 PM Jagan Teki wrote: > > > > DSI bus_clk is already available in sun6i_dsi but missed to > > get the clk and process for enable/disable. > > > > This pa

[PATCH 12/12] arm64: dts: allwinner: bananapi-m64: Bananapi S070WV20-CT16 DSI panel

2018-09-27 Thread Jagan Teki
This patch add support for Bananapi S070WV20-CT16 DSI panel to BPI-M64 board. DSI panel connected via board DSI port with, - DC1SW as AVDD supply - DCDC1 as DVDD supply - PD6 gpio for reset pin - PD5 gpio for backlight enable pin - PD7 gpio for backlight vdd supply Signed-off-by: Jagan Teki

[PATCH 12/12] arm64: dts: allwinner: bananapi-m64: Bananapi S070WV20-CT16 DSI panel

2018-09-27 Thread Jagan Teki
This patch add support for Bananapi S070WV20-CT16 DSI panel to BPI-M64 board. DSI panel connected via board DSI port with, - DC1SW as AVDD supply - DCDC1 as DVDD supply - PD6 gpio for reset pin - PD5 gpio for backlight enable pin - PD7 gpio for backlight vdd supply Signed-off-by: Jagan Teki

[PATCH 09/12] dt-bindings: panel: Add Bananapi S070WV20-CT16 MIPI-DSI panel bindings

2018-09-27 Thread Jagan Teki
Bananapi S070WV20-CT16 is 800x480, 4-lane MIPI-DSI panel, the same panel PCB comes with parallel RBG which is supported via panel-simple with "bananapi,s070wv20-ct16" compatible. Signed-off-by: Jagan Teki --- .../panel/bananapi,s070wv20-ct16-dsi.txt | 21 +++ 1 fi

[PATCH 10/12] drm/panel: Add Bananapi S070WV20-CT16 MIPI-DSI panel driver

2018-09-27 Thread Jagan Teki
Bananapi S070WV20-CT16 is 800x480, 4-lane MIPI-DSI panel which can be used to connect via BPI-M64 board, so add a driver for it. The same panel PCB comes with parallel RBG which is supported via panel-simple driver with "bananapi,s070wv20-ct16" compatible. Signed-off-by: Jagan Teki --

[PATCH 11/12] arm64: dts: allwinner: a64: Add DSI pipeline

2018-09-27 Thread Jagan Teki
The A64 has a MIPI-DSI block which is similar to A31 without mod clock. So, add dsi node with A64 compatible, dphy node with A31 compatible and finally connect dsi to tcon0 to make proper DSI pipeline. Signed-off-by: Jagan Teki --- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 44

[PATCH 09/12] dt-bindings: panel: Add Bananapi S070WV20-CT16 MIPI-DSI panel bindings

2018-09-27 Thread Jagan Teki
Bananapi S070WV20-CT16 is 800x480, 4-lane MIPI-DSI panel, the same panel PCB comes with parallel RBG which is supported via panel-simple with "bananapi,s070wv20-ct16" compatible. Signed-off-by: Jagan Teki --- .../panel/bananapi,s070wv20-ct16-dsi.txt | 21 +++ 1 fi

[PATCH 10/12] drm/panel: Add Bananapi S070WV20-CT16 MIPI-DSI panel driver

2018-09-27 Thread Jagan Teki
Bananapi S070WV20-CT16 is 800x480, 4-lane MIPI-DSI panel which can be used to connect via BPI-M64 board, so add a driver for it. The same panel PCB comes with parallel RBG which is supported via panel-simple driver with "bananapi,s070wv20-ct16" compatible. Signed-off-by: Jagan Teki --

[PATCH 11/12] arm64: dts: allwinner: a64: Add DSI pipeline

2018-09-27 Thread Jagan Teki
The A64 has a MIPI-DSI block which is similar to A31 without mod clock. So, add dsi node with A64 compatible, dphy node with A31 compatible and finally connect dsi to tcon0 to make proper DSI pipeline. Signed-off-by: Jagan Teki --- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 44

[PATCH 08/12] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay

2018-09-27 Thread Jagan Teki
out. [CRTC:36:crtc-0] vblank wait timed out Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c index 9918fdb990ff

[PATCH 08/12] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay

2018-09-27 Thread Jagan Teki
out. [CRTC:36:crtc-0] vblank wait timed out Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c index 9918fdb990ff

[PATCH 07/12] drm/sun4i: sun6i_mipi_dsi: Fix TCON DRQ set bits

2018-09-27 Thread Jagan Teki
TCON DRQ set bits for non-burst DSI mode can computed via horizontal front porch instead of front porch + sync timings. Since there no documentation for TCON_DRQ_REG(0x7c) register this change is taken as reference from BPI-M64-bsp. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i

[PATCH 06/12] drm/sun4i: sun6i_mipi_dsi: Fix VBP size calculation

2018-09-27 Thread Jagan Teki
According to horizontal and vertical timings are defined per the diagram from include/drm/drm_modes.h Back porch = [hv]total - [hv]sync_end So, update SUN6I_DSI_BASIC_SIZE0_VBP calculation as mode->vtotal - mode->vsync_end Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi

[PATCH 07/12] drm/sun4i: sun6i_mipi_dsi: Fix TCON DRQ set bits

2018-09-27 Thread Jagan Teki
TCON DRQ set bits for non-burst DSI mode can computed via horizontal front porch instead of front porch + sync timings. Since there no documentation for TCON_DRQ_REG(0x7c) register this change is taken as reference from BPI-M64-bsp. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i

[PATCH 06/12] drm/sun4i: sun6i_mipi_dsi: Fix VBP size calculation

2018-09-27 Thread Jagan Teki
According to horizontal and vertical timings are defined per the diagram from include/drm/drm_modes.h Back porch = [hv]total - [hv]sync_end So, update SUN6I_DSI_BASIC_SIZE0_VBP calculation as mode->vtotal - mode->vsync_end Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi

[PATCH 00/12] drm/sun4i: Allwinner A64 MIPI-DSI support

2018-09-27 Thread Jagan Teki
in next versions. Thanks, Jagan. Jagan Teki (12): clk: sunxi-ng: a64: Fix gate bit of DSI DPHY drm/sun4i: sun6i_mipi_dsi: Add Allwinner A64 MIPI DSI support dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock drm/sun4i

[PATCH 01/12] clk: sunxi-ng: a64: Fix gate bit of DSI DPHY

2018-09-27 Thread Jagan Teki
DSI DPHY gate bit on MIPI DSI clock register is bit 15 not bit 30. Signed-off-by: Jagan Teki --- drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-a64.c b/drivers/clk/sunxi-ng/ccu-sun50i-a64.c index

[PATCH 04/12] drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock

2018-09-27 Thread Jagan Teki
DSI bus_clk is already available in sun6i_dsi but missed to get the clk and process for enable/disable. This patch add support for it. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/sun4i

[PATCH 00/12] drm/sun4i: Allwinner A64 MIPI-DSI support

2018-09-27 Thread Jagan Teki
in next versions. Thanks, Jagan. Jagan Teki (12): clk: sunxi-ng: a64: Fix gate bit of DSI DPHY drm/sun4i: sun6i_mipi_dsi: Add Allwinner A64 MIPI DSI support dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock drm/sun4i

[PATCH 01/12] clk: sunxi-ng: a64: Fix gate bit of DSI DPHY

2018-09-27 Thread Jagan Teki
DSI DPHY gate bit on MIPI DSI clock register is bit 15 not bit 30. Signed-off-by: Jagan Teki --- drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-a64.c b/drivers/clk/sunxi-ng/ccu-sun50i-a64.c index

[PATCH 04/12] drm/sun4i: sun6i_mipi_dsi: Enable missing DSI bus clock

2018-09-27 Thread Jagan Teki
DSI bus_clk is already available in sun6i_dsi but missed to get the clk and process for enable/disable. This patch add support for it. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/sun4i

[PATCH 05/12] drm/sun4i: sun6i_mipi_dsi: Add DSI Generic short write 2 param transfer

2018-09-27 Thread Jagan Teki
transfer types this make debugging easy for new transfer types. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c index 156b371243c6

[PATCH 05/12] drm/sun4i: sun6i_mipi_dsi: Add DSI Generic short write 2 param transfer

2018-09-27 Thread Jagan Teki
transfer types this make debugging easy for new transfer types. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c index 156b371243c6

[PATCH 03/12] dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI

2018-09-27 Thread Jagan Teki
The MIPI DSI controller on Allwinner A64 is similar to Allwinner A31 without support of DSI mod clock. Signed-off-by: Jagan Teki --- Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/sunxi

[PATCH 02/12] drm/sun4i: sun6i_mipi_dsi: Add Allwinner A64 MIPI DSI support

2018-09-27 Thread Jagan Teki
The MIPI DSI controller on Allwinner A64 is similar to Allwinner A31 without support of DSI mod clock(CLK_DSI_SCLK) So, alter has_mod_clk bool via driver data for respective SoC's compatible. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 47

[PATCH 03/12] dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI

2018-09-27 Thread Jagan Teki
The MIPI DSI controller on Allwinner A64 is similar to Allwinner A31 without support of DSI mod clock. Signed-off-by: Jagan Teki --- Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/sunxi

[PATCH 02/12] drm/sun4i: sun6i_mipi_dsi: Add Allwinner A64 MIPI DSI support

2018-09-27 Thread Jagan Teki
The MIPI DSI controller on Allwinner A64 is similar to Allwinner A31 without support of DSI mod clock(CLK_DSI_SCLK) So, alter has_mod_clk bool via driver data for respective SoC's compatible. Signed-off-by: Jagan Teki --- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 47

Re: [PATCH 0/6] drm/sun4i: Support color dithering for LCD panels

2018-09-05 Thread Jagan Teki
On Thu, Apr 19, 2018 at 3:02 PM, Chen-Yu Tsai wrote: > Dithering is a method of approximating a color from a mixture of other > colors when the required color isn't available. It reduces color > banding artifacts that can be observed when displaying gradients > (e.g. grayscale gradients). This

Re: [PATCH 0/6] drm/sun4i: Support color dithering for LCD panels

2018-09-05 Thread Jagan Teki
On Thu, Apr 19, 2018 at 3:02 PM, Chen-Yu Tsai wrote: > Dithering is a method of approximating a color from a mixture of other > colors when the required color isn't available. It reduces color > banding artifacts that can be observed when displaying gradients > (e.g. grayscale gradients). This

Re: [linux-sunxi] [PATCH v4 11/11] arm64: dts: allwinner: a64: Enable HDMI output on A64 boards w/ HDMI

2018-09-05 Thread Jagan Teki
On Tue, Sep 4, 2018 at 10:10 AM, Icenowy Zheng wrote: > From: Jagan Teki > > Enable all necessary device tree nodes and add connector node to device > trees for all supported A64 boards with HDMI. > > Signed-off-by: Jagan Teki > [Icenowy: squash all board patches altoget

Re: [linux-sunxi] [PATCH v4 11/11] arm64: dts: allwinner: a64: Enable HDMI output on A64 boards w/ HDMI

2018-09-05 Thread Jagan Teki
On Tue, Sep 4, 2018 at 10:10 AM, Icenowy Zheng wrote: > From: Jagan Teki > > Enable all necessary device tree nodes and add connector node to device > trees for all supported A64 boards with HDMI. > > Signed-off-by: Jagan Teki > [Icenowy: squash all board patches altoget

[PATCH] arm64: allwinner: h6: orangepi-one-plus: Add Ethernet support

2018-08-07 Thread Jagan Teki
Add Ethernet support for orangepi-one-plus board, - Ethernet port connected via RTL8211E PHY - GMAC_EN is connected via PD6 - GMAC-3V supplied from ALDO2 regulator Signed-off-by: Jagan Teki --- .../allwinner/sun50i-h6-orangepi-one-plus.dts | 29 +++ 1 file changed, 29 insertions

[PATCH] arm64: allwinner: h6: orangepi-one-plus: Add Ethernet support

2018-08-07 Thread Jagan Teki
Add Ethernet support for orangepi-one-plus board, - Ethernet port connected via RTL8211E PHY - GMAC_EN is connected via PD6 - GMAC-3V supplied from ALDO2 regulator Signed-off-by: Jagan Teki --- .../allwinner/sun50i-h6-orangepi-one-plus.dts | 29 +++ 1 file changed, 29 insertions

[PATCH 3/3] ARM: dts: i.MX6: Use consistent node names for Engicam files

2018-08-07 Thread Jagan Teki
Use consistent pinctrl node names for Engicam dt files, sufix 'grp' look consistent than actual node name - pinctrl_gpmi_nand: gpmi-nand { + pinctrl_gpmi_nand: gpminandgrp { Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-icore.dtsi

[PATCH 3/3] ARM: dts: i.MX6: Use consistent node names for Engicam files

2018-08-07 Thread Jagan Teki
Use consistent pinctrl node names for Engicam dt files, sufix 'grp' look consistent than actual node name - pinctrl_gpmi_nand: gpmi-nand { + pinctrl_gpmi_nand: gpminandgrp { Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi | 2 +- arch/arm/boot/dts/imx6qdl-icore.dtsi

[PATCH 2/3] ARM: dts: imx6ul-isiot: Move node definitions into dtsi

2018-08-07 Thread Jagan Teki
Move usdhc2 and gpmi along with pinctrl nodes on imx6ul-isiot.dtsi from dts files and mark it as 'disabled' and the relevant dts will enable the status as 'okay' Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-isiot-emmc.dts | 23 --- arch/arm/boot/dts/imx6ul-isiot-nand.dts | 25

[PATCH 1/3] ARM: dts: imx: Switch Engicam boards to use SPDX identifier

2018-08-07 Thread Jagan Teki
Adopt the SPDX license identifier headers to ease license compliance management. Also added Engicam Copyright on missing files. Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6dl-icore-mipi.dts | 2 +- arch/arm/boot/dts/imx6dl-icore-rqs.dts| 38 +- arch/arm/boot

[PATCH 2/3] ARM: dts: imx6ul-isiot: Move node definitions into dtsi

2018-08-07 Thread Jagan Teki
Move usdhc2 and gpmi along with pinctrl nodes on imx6ul-isiot.dtsi from dts files and mark it as 'disabled' and the relevant dts will enable the status as 'okay' Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6ul-isiot-emmc.dts | 23 --- arch/arm/boot/dts/imx6ul-isiot-nand.dts | 25

[PATCH 1/3] ARM: dts: imx: Switch Engicam boards to use SPDX identifier

2018-08-07 Thread Jagan Teki
Adopt the SPDX license identifier headers to ease license compliance management. Also added Engicam Copyright on missing files. Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6dl-icore-mipi.dts | 2 +- arch/arm/boot/dts/imx6dl-icore-rqs.dts| 38 +- arch/arm/boot

[PATCH v3 2/3] ARM: dts: i.MX6: imx6dl-mamoj: Add Wifi support

2018-07-17 Thread Jagan Teki
Add TI WL18XX Wifi for BTicino i.MX6DL board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v3: - wlan is replace with wlangrp on iomux node Changes for v2: - collect Fabio

[PATCH v3 1/3] ARM: dts: i.MX6: imx6dl-mamoj: Add parallel display support

2018-07-17 Thread Jagan Teki
This patch adds parallel display support for i.MX6DL Mamoj board along with relevant backlight through pwm. LCD power sequence is added by 'Michael Trimarchi'. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed

[PATCH v3 3/3] ARM: dts: i.MX6: imx6dl-mamoj: Add usb host and device support

2018-07-17 Thread Jagan Teki
From: Michael Trimarchi Add USB host and device support for BTicino i.MX6DL Mamoj board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v3: - usbhost is replace

[PATCH v3 2/3] ARM: dts: i.MX6: imx6dl-mamoj: Add Wifi support

2018-07-17 Thread Jagan Teki
Add TI WL18XX Wifi for BTicino i.MX6DL board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v3: - wlan is replace with wlangrp on iomux node Changes for v2: - collect Fabio

[PATCH v3 1/3] ARM: dts: i.MX6: imx6dl-mamoj: Add parallel display support

2018-07-17 Thread Jagan Teki
This patch adds parallel display support for i.MX6DL Mamoj board along with relevant backlight through pwm. LCD power sequence is added by 'Michael Trimarchi'. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed

[PATCH v3 3/3] ARM: dts: i.MX6: imx6dl-mamoj: Add usb host and device support

2018-07-17 Thread Jagan Teki
From: Michael Trimarchi Add USB host and device support for BTicino i.MX6DL Mamoj board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v3: - usbhost is replace

[PATCH 1/3] ARM: dts: imx6dl: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support

2018-06-07 Thread Jagan Teki
to 2 GB DDR3-1066 Video InterfacesUp to 1 Parallel Up to 2 LVDS HDMI 1.4 port 8 bit CSI INPUT MIPI-CSI INPUT 1 x 10/100 Ethernet interface, 2 x USB, 1 x PCIe, 1 x I2S etc Signed-off-by: Jagan Teki --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6dl

[PATCH 1/3] ARM: dts: imx6dl: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support

2018-06-07 Thread Jagan Teki
to 2 GB DDR3-1066 Video InterfacesUp to 1 Parallel Up to 2 LVDS HDMI 1.4 port 8 bit CSI INPUT MIPI-CSI INPUT 1 x 10/100 Ethernet interface, 2 x USB, 1 x PCIe, 1 x I2S etc Signed-off-by: Jagan Teki --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6dl

[PATCH 3/3] ARM: dts: imx6qdl-icore: Fix wrong reg_2p5 regulator node name

2018-06-07 Thread Jagan Teki
- in reg_2p5, fix regulator node name as regulator-2p5v - remove exctra line Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6qdl-icore.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi

[PATCH 3/3] ARM: dts: imx6qdl-icore: Fix wrong reg_2p5 regulator node name

2018-06-07 Thread Jagan Teki
- in reg_2p5, fix regulator node name as regulator-2p5v - remove exctra line Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6qdl-icore.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi

[PATCH 2/3] ARM: dts: imx6q-icore-mipi: Add OV5640 Camera sensor

2018-06-07 Thread Jagan Teki
OV5640 Camera sensor is connected in i.CoreM6 1.5 Quad/Dual MIPI starter kit. This patch also move MX6QDL_PAD_GPIO_0__CCM_CLKO1 pinctrl from i2c3 to ov5640 pinctrl. Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6q-icore-mipi.dts | 8 ++ arch/arm/boot/dts/imx6qdl-icore.dtsi | 46

[PATCH 2/3] ARM: dts: imx6q-icore-mipi: Add OV5640 Camera sensor

2018-06-07 Thread Jagan Teki
OV5640 Camera sensor is connected in i.CoreM6 1.5 Quad/Dual MIPI starter kit. This patch also move MX6QDL_PAD_GPIO_0__CCM_CLKO1 pinctrl from i2c3 to ov5640 pinctrl. Signed-off-by: Jagan Teki --- arch/arm/boot/dts/imx6q-icore-mipi.dts | 8 ++ arch/arm/boot/dts/imx6qdl-icore.dtsi | 46

[PATCH v2 4/4] ARM: dts: i.MX6: imx6dl-mamoj: Add usb host and device support

2018-06-07 Thread Jagan Teki
From: Michael Trimarchi Add USB host and device support for BTicino i.MX6DL Mamoj board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v2: - collect Fabio r-w-b tag arch

[PATCH v2 4/4] ARM: dts: i.MX6: imx6dl-mamoj: Add usb host and device support

2018-06-07 Thread Jagan Teki
From: Michael Trimarchi Add USB host and device support for BTicino i.MX6DL Mamoj board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v2: - collect Fabio r-w-b tag arch

[PATCH v2 2/4] ARM: dts: i.MX6: imx6dl-mamoj: Add parallel display support

2018-06-07 Thread Jagan Teki
This patch adds parallel display support for i.MX6DL Mamoj board along with relevant backlight through pwm. LCD power sequence is added by 'Michael Trimarchi'. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed

[PATCH v2 2/4] ARM: dts: i.MX6: imx6dl-mamoj: Add parallel display support

2018-06-07 Thread Jagan Teki
This patch adds parallel display support for i.MX6DL Mamoj board along with relevant backlight through pwm. LCD power sequence is added by 'Michael Trimarchi'. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed

[PATCH v2 3/4] ARM: dts: i.MX6: imx6dl-mamoj: Add Wifi support

2018-06-07 Thread Jagan Teki
Add TI WL18XX Wifi for BTicino i.MX6DL board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v2: - collect Fabio r-w-b tag arch/arm/boot/dts/imx6dl-mamoj.dts | 53

[PATCH v2 3/4] ARM: dts: i.MX6: imx6dl-mamoj: Add Wifi support

2018-06-07 Thread Jagan Teki
Add TI WL18XX Wifi for BTicino i.MX6DL board. Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Reviewed-by: Fabio Estevam --- Changes for v2: - collect Fabio r-w-b tag arch/arm/boot/dts/imx6dl-mamoj.dts | 53

Re: [linux-sunxi] [PATCH v2] arm64: allwinner: a64-amarula-relic: Enable AP6330 WiFi support

2018-05-31 Thread Jagan Teki
t of the board? It's an industrial board for a real product and not so different than what we supported a software for other A64 boards [1], I will update the wiki for the same in couple of days. [1] https://openedev.amarulasolutions.com/display/ODWIKI/A64 Jagan. -- Jagan Teki Senior Linux Kern

Re: [linux-sunxi] [PATCH v2] arm64: allwinner: a64-amarula-relic: Enable AP6330 WiFi support

2018-05-31 Thread Jagan Teki
t of the board? It's an industrial board for a real product and not so different than what we supported a software for other A64 boards [1], I will update the wiki for the same in couple of days. [1] https://openedev.amarulasolutions.com/display/ODWIKI/A64 Jagan. -- Jagan Teki Senior Linux Kern

[PATCH] rtc: sun6i: Fix bit_idx value for clk_register_gate

2018-05-28 Thread Jagan Teki
clock is not enabling. This patch fixed by passing bit index and the original change introduced from below commit. "rtc: sun6i: Add support for the external oscillator gate" (sha1: 17ecd246414b3a0fe0cb248c86977a8bda465b7b) Signed-off-by: Michael Trimarchi <mich...@amarulasolutions.com> Sig

[PATCH] rtc: sun6i: Fix bit_idx value for clk_register_gate

2018-05-28 Thread Jagan Teki
by passing bit index and the original change introduced from below commit. "rtc: sun6i: Add support for the external oscillator gate" (sha1: 17ecd246414b3a0fe0cb248c86977a8bda465b7b) Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki --- drivers/rtc/rtc-sun6i.c | 2 +- 1 file

[PATCH v4] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-24 Thread Jagan Teki
Amarula A64-Relic is Allwinner A64 based IoT device, which support - Allwinner A64 Cortex-A53 - Mali-400MP2 GPU - AXP803 PMIC - 1GB DDR3 RAM - 8GB eMMC - AP6330 Wifi/BLE - MIPI-DSI - CSI: OV5640 sensor - USB OTG - 12V DC power supply Signed-off-by: Jagan Teki <ja...@amarulasolutions.

[PATCH v4] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-24 Thread Jagan Teki
Amarula A64-Relic is Allwinner A64 based IoT device, which support - Allwinner A64 Cortex-A53 - Mali-400MP2 GPU - AXP803 PMIC - 1GB DDR3 RAM - 8GB eMMC - AP6330 Wifi/BLE - MIPI-DSI - CSI: OV5640 sensor - USB OTG - 12V DC power supply Signed-off-by: Jagan Teki --- Changes for v4: - update dr_mode

Re: [PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-23 Thread Jagan Teki
On Wed, May 23, 2018 at 1:48 PM, Maxime Ripard <maxime.rip...@bootlin.com> wrote: > On Wed, May 23, 2018 at 11:44:56AM +0530, Jagan Teki wrote: >> On Tue, May 22, 2018 at 8:00 PM, Maxime Ripard >> <maxime.rip...@bootlin.com> wrote: >> > On Tue, May 22, 2018 a

Re: [PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-23 Thread Jagan Teki
On Wed, May 23, 2018 at 1:48 PM, Maxime Ripard wrote: > On Wed, May 23, 2018 at 11:44:56AM +0530, Jagan Teki wrote: >> On Tue, May 22, 2018 at 8:00 PM, Maxime Ripard >> wrote: >> > On Tue, May 22, 2018 at 06:52:28PM +0530, Jagan Teki wrote: >> >> Amarula

Re: [PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-23 Thread Jagan Teki
On Tue, May 22, 2018 at 8:00 PM, Maxime Ripard <maxime.rip...@bootlin.com> wrote: > On Tue, May 22, 2018 at 06:52:28PM +0530, Jagan Teki wrote: >> Amarula A64-Relic is Allwinner A64 based IoT device, which support >> - Allwinner A64 Cortex-A53 >> - Mali-400MP2 GPU >

Re: [PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-23 Thread Jagan Teki
On Tue, May 22, 2018 at 8:00 PM, Maxime Ripard wrote: > On Tue, May 22, 2018 at 06:52:28PM +0530, Jagan Teki wrote: >> Amarula A64-Relic is Allwinner A64 based IoT device, which support >> - Allwinner A64 Cortex-A53 >> - Mali-400MP2 GPU >> - AXP803 PMIC >> - 1GB D

[PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-22 Thread Jagan Teki
Amarula A64-Relic is Allwinner A64 based IoT device, which support - Allwinner A64 Cortex-A53 - Mali-400MP2 GPU - AXP803 PMIC - 1GB DDR3 RAM - 8GB eMMC - AP6330 Wifi/BLE - MIPI-DSI - CSI: OV5640 sensor - USB OTG - 12V DC power supply Signed-off-by: Jagan Teki <ja...@amarulasolutions.

[PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-22 Thread Jagan Teki
Amarula A64-Relic is Allwinner A64 based IoT device, which support - Allwinner A64 Cortex-A53 - Mali-400MP2 GPU - AXP803 PMIC - 1GB DDR3 RAM - 8GB eMMC - AP6330 Wifi/BLE - MIPI-DSI - CSI: OV5640 sensor - USB OTG - 12V DC power supply Signed-off-by: Jagan Teki --- Changes for v3: - Use sun50i-a64

[PATCH v2 15/26] dt-bindings: display: Add compatible for A64 HDMI PHY

2018-05-18 Thread Jagan Teki
HDMI PHY on Allwinner A64 has similar like H3/H5 but with two clock parents, so add separate compatible for A64. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - Add separate compatible for A64 Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt |

[PATCH v2 15/26] dt-bindings: display: Add compatible for A64 HDMI PHY

2018-05-18 Thread Jagan Teki
HDMI PHY on Allwinner A64 has similar like H3/H5 but with two clock parents, so add separate compatible for A64. Signed-off-by: Jagan Teki --- Changes for v2: - Add separate compatible for A64 Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 1 + 1 file changed, 1 insertion

[PATCH v2 20/26] drm: sun4i: add support for HVCC regulator for DWC HDMI glue

2018-05-18 Thread Jagan Teki
use a dedicated regulator to power it, the default dummy regulator is used. Signed-off-by: Icenowy Zheng <icen...@aosc.io> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - none drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c | 14 ++ drivers/gpu/drm/sun4i/sun8

[PATCH v2 20/26] drm: sun4i: add support for HVCC regulator for DWC HDMI glue

2018-05-18 Thread Jagan Teki
r to power it, the default dummy regulator is used. Signed-off-by: Icenowy Zheng Signed-off-by: Jagan Teki --- Changes for v2: - none drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c | 14 ++ drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h | 2 ++ 2 files changed, 16 insertions(+) diff --git a/drivers/gpu

[PATCH v2 23/26] arm64: dts: allwinner: a64: orangepi-win: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on Orangepi-win board. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - none .../boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun5

[PATCH v2 23/26] arm64: dts: allwinner: a64: orangepi-win: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on Orangepi-win board. Signed-off-by: Jagan Teki --- Changes for v2: - none .../boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts b/arch/arm64

[PATCH v2 25/26] arm64: dts: allwinner: a64: pine64: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on pine64 board. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - none .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-

[PATCH v2 25/26] arm64: dts: allwinner: a64: pine64: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on pine64 board. Signed-off-by: Jagan Teki --- Changes for v2: - none .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts

[PATCH v2 26/26] arm64: dts: allwinner: a64: sopine: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on sopine board. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - none .../dts/allwinner/sun50i-a64-sopine-baseboard.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-

[PATCH v2 26/26] arm64: dts: allwinner: a64: sopine: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on sopine board. Signed-off-by: Jagan Teki --- Changes for v2: - none .../dts/allwinner/sun50i-a64-sopine-baseboard.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts b/arch/arm64

[PATCH v2 24/26] arm64: dts: allwinner: a64: a64-olinuxino: Enable HDMI output

2018-05-18 Thread Jagan Teki
Enable HDMI output on a64-olinuxino board. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - none .../boot/dts/allwinner/sun50i-a64-olinuxino.dts| 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun5

<    3   4   5   6   7   8   9   10   11   12   >