[PATCH v4 3/3] dt-bindings: arm: fsl: Add Variscite i.MX6UL compatibles

2021-02-14 Thread Oliver Graute
Add the compatibles for Variscite i.MX6UL compatibles Signed-off-by: Oliver Graute --- Changelog: v4: - added missing 6 in i.MX6 v3: - rebased v2: - renamed binding - removed superflous " Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff

[PATCH v9 2/3] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2021-02-14 Thread Oliver Graute
This patch adds DeviceTree Source for the i.MX6 UltraLite DART NAND/WIFI Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong Cc: Marco Felsch Cc: Parthiban Nallathambi --- Changelog: v9: - removed display-timing node - added 5V power supply for display - added assigned clocks

[PATCH v9 1/3] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2021-02-14 Thread Oliver Graute
This patch adds support for the i.MX6UL variant of the Variscite DART-6UL SoM Carrier-Board Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong Cc: Marco Felsch Cc: Parthiban Nallathambi --- .../boot/dts/imx6ul-imx6ull-var-dart-common.dtsi | 314 + 1 file

[PATCH v9 0/3] Variscite DART-6UL SoM support

2021-02-14 Thread Oliver Graute
This patch series adds support for the Variscite DART-6UL SoM Product Page: https://www.variscite.com/product/evaluation-kits/dart-6ul-kits Oliver Graute (3): ARM: dts: imx6ul: Add Variscite DART-6UL SoM support ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard dt

[PATCH v4] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-02-08 Thread Oliver Graute
Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD to panel-simple. The panel spec from Variscite can be found at: https://www.variscite.com/wp-content/uploads/2017/12/VLCD-CAP-GLD-RGB.pdf Signed-off-by: Oliver Graute Reviewed-by: Marco Felsch Reviewed-by: Fabio Estevam

Re: [PATCH v3] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-02-04 Thread Oliver Graute
On 02/02/21, Marco Felsch wrote: > Hi Oliver, > > On 21-02-02 18:35, Oliver Graute wrote: > > Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD > > to panel-simple. > > > > The panel spec from Variscite can be found at: > > https://www.v

[PATCH v3] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-02-02 Thread Oliver Graute
Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD to panel-simple. The panel spec from Variscite can be found at: https://www.variscite.com/wp-content/uploads/2017/12/VLCD-CAP-GLD-RGB.pdf Signed-off-by: Oliver Graute Cc: Marco Felsch Cc: Fabio Estevam --- v3: - added flags

Re: [PATCH v2] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-02-01 Thread Oliver Graute
On 01/02/21, Marco Felsch wrote: > Hi Oliver, > > thanks for the patch :) > > On 21-01-29 20:09, Oliver Graute wrote: > > Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD > > to panel-simple. > > > > The panel spec from Variscite can be

[PATCH v2] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-29 Thread Oliver Graute
Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD to panel-simple. The panel spec from Variscite can be found at: https://www.variscite.com/wp-content/uploads/2017/12/VLCD-CAP-GLD-RGB.pdf Signed-off-by: Oliver Graute Cc: Marco Felsch Cc: Fabio Estevam --- v2: - changed bpc

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-26 Thread Oliver Graute
On 26/01/21, Fabio Estevam wrote: > Hi Oliver, > > On Mon, Jan 25, 2021 at 7:17 PM Oliver Graute wrote: > > > I would prefer mine, because I got a wrong colored penguin on bootup > > with yours :-) The wrong colored Tux is caused by the bus_format: .bus_format = MEDIA_

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-25 Thread Oliver Graute
On 16/01/21, Fabio Estevam wrote: > On Sat, Jan 16, 2021 at 9:49 AM Oliver Graute wrote: > > > > power-supply = <_touch_3v3> is not correct, as the reg_touch_3v3 > > > does not power the LCD. > > > > yes, but how is the LCD correctly powered the

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-25 Thread Oliver Graute
On 25/01/21, Fabio Estevam wrote: > Hi Oliver, > > On Mon, Jan 25, 2021 at 6:29 PM Oliver Graute wrote: > > > Ok I fixed the pin conflict with regulator-gpio and added a 5V > > regulator node in my dts file. Now the display is working fine! > > That's good new

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-16 Thread Oliver Graute
On 10/01/21, Fabio Estevam wrote: > On Sun, Jan 10, 2021 at 5:09 PM Oliver Graute wrote: > > > here the schematics and my dts. The board is using a LVDS connector for > > the display. > > The schematics shows the GKTW70SDAD1SD panel in the J4 connector, not > the

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-10 Thread Oliver Graute
On 10/01/21, Fabio Estevam wrote: > Hi Oliver, > > On Sun, Jan 10, 2021 at 12:35 PM Oliver Graute > wrote: > > > the first two errors are gone. But I still get this: > > > > [ 42.387107] mxsfb 21c8000.lcdif: Cannot connect bridge: -517 > > > > Th

Re: [PATCH v8 2/3] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2021-01-10 Thread Oliver Graute
On 09/01/21, Fabio Estevam wrote: > On Fri, Jan 8, 2021 at 7:23 PM Oliver Graute wrote: > > > + panel1: panel-lcd { > > + compatible = "sgd,gktw70sdad1sd"; > > + > > + backlight = <_lcd>; > > + po

Re: [PATCH v3 3/3] dt-bindings: arm: fsl: Add Variscite i.MX6UL compatibles

2021-01-10 Thread Oliver Graute
On 09/01/21, Fabio Estevam wrote: > On Fri, Jan 8, 2021 at 7:23 PM Oliver Graute wrote: > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml > > b/Documentation/devicetree/bindings/arm/fsl.yaml > > index 05906e2..5f74d78 100644 > > --- a/Documen

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-10 Thread Oliver Graute
On 09/01/21, Fabio Estevam wrote: > Hi Oliver, > > On Fri, Jan 8, 2021 at 7:24 PM Oliver Graute wrote: > > > > On 19/12/20, Oliver Graute wrote: > > > Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD > > > to panel-simple. > > >

Re: [PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2021-01-08 Thread Oliver Graute
On 19/12/20, Oliver Graute wrote: > Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD > to panel-simple. > > The panel spec from Variscite can be found at: > https://www.variscite.com/wp-content/uploads/2017/12/VLCD-CAP-GLD-RGB.pdf some clue what bus_format and b

[PATCH v3 3/3] dt-bindings: arm: fsl: Add Variscite i.MX6UL compatibles

2021-01-08 Thread Oliver Graute
Add the compatibles for Variscite i.MX6UL compatibles Signed-off-by: Oliver Graute --- Changelog: v3: - rebased v2: - renamed binding - removed superflous " Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devic

[PATCH v8 1/3] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2021-01-08 Thread Oliver Graute
This patch adds support for the i.MX6UL variant of the Variscite DART-6UL SoM Carrier-Board Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong Cc: Marco Felsch Cc: Parthiban Nallathambi --- .../boot/dts/imx6ul-imx6ull-var-dart-common.dtsi | 300 + 1 file

[PATCH v8 2/3] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2021-01-08 Thread Oliver Graute
This patch adds DeviceTree Source for the i.MX6 UltraLite DART NAND/WIFI Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong Cc: Marco Felsch Cc: Parthiban Nallathambi --- Changelog: v8: - backlight droped the status line - port the display panel - added pinctrl for touch v7

[PATCH v8 0/3] Variscite DART-6UL SoM support

2021-01-08 Thread Oliver Graute
This patch series adds support for the Variscite DART-6UL SoM Product Page: https://www.variscite.com/product/evaluation-kits/dart-6ul-kits Oliver Graute (3): ARM: dts: imx6ul: Add Variscite DART-6UL SoM support ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard dt

[PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD

2020-12-19 Thread Oliver Graute
Add support for the Solomon Goldentek Display Model: GKTW70SDAD1SD to panel-simple. The panel spec from Variscite can be found at: https://www.variscite.com/wp-content/uploads/2017/12/VLCD-CAP-GLD-RGB.pdf Signed-off-by: Oliver Graute --- panel-timing { clock-frequency

PGP pathfinder service is no longer maintained

2020-12-16 Thread Oliver Graute
Hello, Unfortunately the site https://pgp.cs.uu.nl/ is not maintained anymore and the "Finding paths to Linus" link in the Kernel Maintainer PGP guide is dead. Is there any alternative sites to find a way through the web of trust? Best Regards, Oliver

[PATCH v2] arm64: dts: imx8qm: added lvds pwm

2020-08-18 Thread Oliver Graute
Add nodes for lvds pwms Signed-off-by: Oliver Graute --- .../boot/dts/freescale/imx8-ss-lsio.dtsi | 84 +++ drivers/clk/imx/clk-imx8qxp.c | 14 +++- drivers/firmware/imx/scu-pd.c | 6 +- include/dt-bindings/clock/imx8-clock.h| 12

[RFC] arm64: dts: imx8qm: added lvds pwm

2020-08-13 Thread Oliver Graute
Hello Aisheng, I tried to add lvds pwm to imx8qm.dtsi to get backlight working. But without success. I'am running into this issue: [0.858737] lcd0-pwm0: failed to power up resource 188 ret -22 Can you review and comment please? This patch is based on your patch series. Best regards,

Re: arm64: imx8qm: tlb SW workaround for IMX8QM

2020-08-10 Thread Oliver Graute
On 27/04/20, Oliver Graute wrote: > On 27/04/20, Oliver Graute wrote: > > Hello, > > > > is this nxp software workaround already proposed to linux community? can > > someone point me to the discussion if available. > > > > https://source.codeauro

Re: [PATCHv7 2/3] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2020-07-08 Thread Oliver Graute
On 12/11/19, Fabio Estevam wrote: > Hi Oliver, > > On Tue, Nov 12, 2019 at 4:22 PM Oliver Graute wrote: > > > + { > > + pinctrl-names = "default"; > > + pinctrl-0 = <_lcdif>; > > + display = <>; > &g

Re: [PATCH] staging: fbtft: fb_st7789v: make HSD20_IPS numeric and not a string

2020-05-25 Thread Oliver Graute
-24,7 +24,7 @@ > "D0 05 0A 09 08 05 2E 44 45 0F 17 16 2B 33\n" \ > "D0 05 0A 09 08 05 2E 43 45 0F 16 16 2B 33" > > -#define HSD20_IPS "true" > +#define HSD20_IPS 1 > > /** > * enum st7789v_command - ST7789V display controller commands Acked-by: Oliver Graute

[PATCH v2] staging: fbtft: fb_st7789v: Initialize the Display

2020-05-13 Thread Oliver Graute
From: Oliver Graute Set Gamma Values and Register Values for the HSD20_IPS Panel Signed-off-by: Oliver Graute --- need information howto set HSD20_IPS Panel at run time and not at compile time Changes for v2: - added define for HSD20_IPS_GAMMA values - check for HSD20_IPS define - enabled

Re: [PATCHv6 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2019-10-23 Thread Oliver Graute
On 14/10/19, Shawn Guo wrote: > On Tue, Sep 24, 2019 at 06:20:21PM +0200, Oliver Graute wrote: > > This patch adds DeviceTree Source for the i.MX6 UltraLite DART NAND/WIFI > > > > Signed-off-by: Oliver Graute > > Cc: Shawn Guo > > Cc: Neil Armstrong > >

[PATCHv6 0/2] Variscite DART-6UL SoM support

2019-09-24 Thread Oliver Graute
Product Page: https://www.variscite.com/product/evaluation-kits/dart-6ul-kits Oliver Graute (2): ARM: dts: imx6ul: Add Variscite DART-6UL SoM support ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard arch/arm/boot/dts/Makefile | 1 + .../boot

[PATCHv6 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2019-09-24 Thread Oliver Graute
This patch adds DeviceTree Source for the i.MX6 UltraLite DART NAND/WIFI Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong Cc: Marco Felsch --- Changelog: v6: - added some muxing - added codec in sound node - added adc1 node arch/arm/boot/dts/Makefile

[PATCHv6 1/2] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2019-09-24 Thread Oliver Graute
This patch adds support for the i.MX6UL variant of the Variscite DART-6UL SoM Carrier-Board Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong Cc: Marco Felsch --- Changelog: v6: - renamed touch regulator - renamed rmii clock - moved some muxing to baseboard - added pinctrl

[PATCH v2] watchdog: imx_sc: this patch just fixes whitespaces

2019-09-05 Thread Oliver Graute
Fix only whitespace errors in imx_sc_wdt_probe() Signed-off-by: Oliver Graute --- drivers/watchdog/imx_sc_wdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c index 9260475439eb..7ea5cf54e94a 100644

Re: [PATCH v1] watchdog: imx_sc: this patch just fixes whitespaces

2019-09-05 Thread Oliver Graute
On 05/09/19, Guenter Roeck wrote: > On 9/5/19 12:44 AM, Oliver Graute wrote: > > Fix only whitespace errors in imx_sc_wdt_probe() > > > > Signed-off-by: Oliver Graute > > This patch no longer applies due to commit "watchdog: imx_sc: Remove > unnecessary e

[PATCH v1] watchdog: imx_sc: this patch just fixes whitespaces

2019-09-05 Thread Oliver Graute
Fix only whitespace errors in imx_sc_wdt_probe() Signed-off-by: Oliver Graute --- drivers/watchdog/imx_sc_wdt.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c index 78eaaf75a263..94db949042c9 100644

[PATCHv5 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2019-08-28 Thread Oliver Graute
This patch adds DeviceTree Source for the i.MX6 UltraLite DART NAND/WIFI Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6ul-var-6ulcustomboard.dts | 196 2 files changed

[PATCHv5 1/2] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2019-08-28 Thread Oliver Graute
This patch adds support for the i.MX6UL variant of the Variscite DART-6UL SoM Carrier-Board Signed-off-by: Oliver Graute Cc: Shawn Guo Cc: Neil Armstrong --- .../boot/dts/imx6ul-imx6ull-var-dart-common.dtsi | 445 + 1 file changed, 445 insertions(+) create mode 100644

[PATCHv5 0/2] Variscite DART-6UL SoM support

2019-08-28 Thread Oliver Graute
Need feedback to the following patches which adds support for a DART-6UL Board Need feedback howto document propertys and compatible the right way Need feedback why ethernet RX is deaf Product Page: https://www.variscite.com/product/evaluation-kits/dart-6ul-kits Oliver Graute (2): ARM: dts

[PATCHv1] arm64: dts: imx8qm: add compatible string for usdhc3

2019-08-07 Thread Oliver Graute
add compatible string for usdhc3 --- This Patch is on top of 10/15 of this series: https://patchwork.kernel.org/patch/11046343/ [v2,10/15] arm64: dts: imx8qm: add conn ss support --- arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi | 4 1 file changed, 4 insertions(+) diff --git

[PATCHv3 1/1] arm64: dts: add basic DTS for imx8qm-rom7720-a1 board

2019-07-30 Thread Oliver Graute
Add basic dts support for a Advantech iMX8QM Qseven Board Signed-off-by: Oliver Graute --- arch/arm64/boot/dts/freescale/Makefile| 1 + .../boot/dts/freescale/imx8qm-rom7720-a1.dts | 228 ++ 2 files changed, 229 insertions(+) create mode 100644 arch/arm64/boot/dts

[PATCHv3 0/1] arm64: dts: add basic DTS for imx8qm-rom7720 board

2019-07-30 Thread Oliver Graute
ernel ..." with these changes. The device tree is similar to imx8qm-mek.dts. Oliver Graute (1): arm64: dts: add basic DTS for imx8qm-rom7720-a1 board arch/arm64/boot/dts/freescale/Makefile| 1 + .../boot/dts/freescale/imx8qm-rom7720-a1.dts | 228 ++ 2 files ch

[PATCHv3] clk: add imx8 clk defines

2019-07-12 Thread Oliver Graute
From: Anson Huang added header defines for imx8qm clock Signed-off-by: Anson Huang Signed-off-by: Oliver Graute Reviewed-by: Rob Herring --- - fixed authorship include/dt-bindings/clock/imx8qm-clock.h | 851 +++ 1 file changed, 851 insertions(+) create mode 100644

Re: [PATCHv2] clk: add imx8 clk defines

2019-07-11 Thread Oliver Graute
On 11/07/19, Abel Vesa wrote: > On 19-06-19 09:39:52, Oliver Graute wrote: > > From: Oliver Graute > > > > added header defines for imx8qm clock > > > > Signed-off-by: Oliver Graute > > Again, this seems to be taken from some vendor tree, so please keep

Re: [PATCHv3 0/2] Variscite DART-6UL SoM support

2019-07-03 Thread Oliver Graute
On 13/06/19, Shawn Guo wrote: > On Thu, Jun 06, 2019 at 06:47:00PM +0200, Oliver Graute wrote: > > Need feedback to the following patches which adds support for a DART-6UL > > Board > > > > Product Page: > > https://www.variscite.com/product/evaluation-kits/dar

[PATCHv2 2/2] arm64: dts: add basic DTS for imx8qm-rom7720-a1 board

2019-07-01 Thread Oliver Graute
Add basic dts support for a Advantech iMX8QM Qseven Board Signed-off-by: Oliver Graute --- arch/arm64/boot/dts/freescale/Makefile| 1 + .../boot/dts/freescale/imx8qm-rom7720-a1.dts | 221 ++ 2 files changed, 222 insertions(+) create mode 100644 arch/arm64/boot/dts

[PATCHv2 0/2] arm64: dts: add basic DTS for imx8qm-rom7720 board

2019-07-01 Thread Oliver Graute
why the imx8qm-rom7720 do NOT boot with the following changes. It stops at "Starting kernel ..." Oliver Graute (2): arm64: add gpio4 and gpio5 to basic DTS for i.MX8MQ arm64: dts: add basic DTS for imx8qm-rom7720-a1 board arch/arm64/boot/dts/freescale/Makefile| 1 + ..

[PATCHv2 1/2] arm64: add gpio4 and gpio5 to basic DTS for i.MX8MQ

2019-07-01 Thread Oliver Graute
add gpio4 to imx8qm.dtsi add gpio5 to imx8qm.dtsi Signed-off-by: Oliver Graute --- arch/arm64/boot/dts/freescale/imx8qm.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi index

[PATCHv4 0/2] Variscite DART-6UL SoM support

2019-06-24 Thread Oliver Graute
Need feedback to the following patches which adds support for a DART-6UL Board Need feedback howto document propertys and compatible the right way Product Page: https://www.variscite.com/product/evaluation-kits/dart-6ul-kits Oliver Graute (2): ARM: dts: imx6ul: Add Variscite DART-6UL SoM

[PATCH 1/2] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2019-06-24 Thread Oliver Graute
This patch adds support for the i.MX6UL variant of the Variscite DART-6UL SoM Carrier-Board Signed-off-by: Oliver Graute --- .../boot/dts/imx6ul-imx6ull-var-dart-common.dtsi | 458 + 1 file changed, 458 insertions(+) create mode 100644 arch/arm/boot/dts/imx6ul-imx6ull-var

[PATCH 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2019-06-24 Thread Oliver Graute
This patch adds DeviceTree Source for the i.MX6 UltraLite DART NAND/WIFI Signed-off-by: Oliver Graute --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6ul-var-6ulcustomboard.dts | 203 2 files changed, 204 insertions(+) create mode

[PATCHv2] clk: add imx8 clk defines

2019-06-19 Thread Oliver Graute
From: Oliver Graute added header defines for imx8qm clock Signed-off-by: Oliver Graute --- include/dt-bindings/clock/imx8qm-clock.h | 851 +++ 1 file changed, 851 insertions(+) create mode 100644 include/dt-bindings/clock/imx8qm-clock.h diff --git a/include/dt-bindings

[PATCHv2] clk: add imx8 clk defines

2019-06-19 Thread Oliver Graute
From: Oliver Graute added header defines for imx8qm clock Signed-off-by: Oliver Graute --- include/dt-bindings/clock/imx8qm-clock.h | 851 +++ 1 file changed, 851 insertions(+) create mode 100644 include/dt-bindings/clock/imx8qm-clock.h diff --git a/include/dt-bindings

[PATCHv3 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

2019-06-06 Thread Oliver Graute
This patch adds DeviceTree Bindings for the i.MX6 UltraLite DART NAND/WIFI Signed-off-by: Oliver Graute --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6ul-var-6ulcustomboard.dts | 209 2 files changed, 210 insertions(+) create mode

[PATCHv3 1/2] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2019-06-06 Thread Oliver Graute
This patch adds support for the i.MX6UL variant of the Variscite DART-6UL SoM Carrier-Board Signed-off-by: Oliver Graute --- .../boot/dts/imx6ul-imx6ull-var-dart-common.dtsi | 458 + 1 file changed, 458 insertions(+) create mode 100644 arch/arm/boot/dts/imx6ul-imx6ull-var

[PATCHv3 0/2] Variscite DART-6UL SoM support

2019-06-06 Thread Oliver Graute
Need feedback to the following patches which adds support for a DART-6UL Board Product Page: https://www.variscite.com/product/evaluation-kits/dart-6ul-kits Oliver Graute (2): ARM: dts: imx6ul: Add Variscite DART-6UL SoM support ARM: dts: Add support for i.MX6 UltraLite DART Variscite