[PATCH v2] mmc: fsl_esdhc: Do not set UHS_CAPS based on CONFIG_MMC_UHS_SUPPORT

2023-04-11 Thread Fabio Estevam
From: Fabio Estevam Since commit 1a7904fdfa7d ("mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps") the following SD card error is observed on an imx7d-sdb board: U-Boot 2023.04-00652-g487e42f7bc5e (Apr 05 2023 - 22:14:21 -0300) CPU: Freescale i.MX7D rev1.0 1000 MH

[PATCH] dt-bindings: drm/bridge: ti-sn65dsi86: Fix the video-interfaces.yaml references

2023-04-08 Thread Fabio Estevam
From: Fabio Estevam video-interface.txt does not exist anymore, as it has been converted to video-interfaces.yaml. Update the references to the new file name. Signed-off-by: Fabio Estevam --- .../devicetree/bindings/display/bridge/ti,sn65dsi86.yaml | 8 1 file changed, 4 insertions

Re: [PATCH] mmc: fsl_esdhc: Fix enablement of UHS mode

2023-04-07 Thread Fabio Estevam
Hi Peng, On Fri, Apr 7, 2023 at 12:21 AM Peng Fan wrote: > The supports_uhs is as below, so this condition check will never have > UHS_CAPS set even MMC_UHS_SUPPORT selected. This seems not correct fix. Thanks for your review. Should we fix it like this instead? ---

[PATCH v2 2/2] drm: bridge: samsung-dsim: Implement support for clock/data polarity swap

2023-04-06 Thread Fabio Estevam
a check which verifies all data lanes have the same polarity. This has been validated on an imx8mm board that actually has the MIPI DSI clock lanes inverted. Signed-off-by: Marek Vasut Signed-off-by: Fabio Estevam Reviewed-by: Jagan Teki --- Changes since v1: - Use 'drm: bridge: samsung-dsim

[PATCH v2 1/2] dt-bindings: samsung,mipi-dsim: Add 'lane-polarities'

2023-04-06 Thread Fabio Estevam
From: Fabio Estevam The Samsung DSIM IP block allows the inversion of the clock and data lanes. Add an optional property called 'lane-polarities' that describes the polarities of the MIPI DSI clock and data lanes. This property is useful for properly describing the hardware when the board

[PATCH] mmc: fsl_esdhc: Fix enablement of UHS mode

2023-04-06 Thread Fabio Estevam
From: Fabio Estevam Since commit 1a7904fdfa7d ("mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps") the following SD card error is observed on an imx7d-sdb board: U-Boot 2023.04-00652-g487e42f7bc5e (Apr 05 2023 - 22:14:21 -0300) CPU: Freescale i.MX7D rev1.0 1000 MH

Re: imx7d-sabresd: Cannot access the SD card

2023-04-05 Thread Fabio Estevam
On Wed, Apr 5, 2023 at 10:21 PM Fabio Estevam wrote: > > Hi Peng and Ye Li, > > The following SDHC error is seen when running top of tree U-Boot on an > imx7d-sabresd board: > > U-Boot 2023.04-00652-g487e42f7bc5e (Apr 05 2023 - 22:14:21 -0300) > > CPU: Freescale i.MX

imx7d-sabresd: Cannot access the SD card

2023-04-05 Thread Fabio Estevam
Hi Peng and Ye Li, The following SDHC error is seen when running top of tree U-Boot on an imx7d-sabresd board: U-Boot 2023.04-00652-g487e42f7bc5e (Apr 05 2023 - 22:14:21 -0300) CPU: Freescale i.MX7D rev1.0 1000 MHz (running at 792 MHz) CPU: Commercial temperature grade (0C to 95C) at 35C

Re: [PATCH 2/2] thermal: imx_tmu: Move architecture code into driver

2023-04-04 Thread Fabio Estevam
and programming are in their separate functions, and called in case > of matching SoC. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH 1/2] thermal: imx_tmu: Clean up all prints

2023-04-04 Thread Fabio Estevam
On Tue, Apr 4, 2023 at 4:25 PM Marek Vasut wrote: > > Use dev_(dev, ...) for all printing and debug logging, since this > already includes the device name. Drop device name where duplicate. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

[PATCH v3] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml

2023-04-03 Thread Fabio Estevam
From: Jagan Teki Samsung MIPI DSIM bridge can be found on Exynos and NXP's i.MX8M Mini/Nano/Plus SoCs. Convert exynos_dsim.txt to yaml. Used the example node from exynos5433.dtsi instead of the one used in the legacy exynos_dsim.txt. Signed-off-by: Jagan Teki Signed-off-by: Fabio Estevam

[PATCH v3 2/2] drm/bridge: fsl-ldb: Add i.MX6SX support

2023-04-03 Thread Fabio Estevam
From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. There is no LVDS CTRL register on the i.MX6SX, so only write to this register on the appropriate SoCs. Add support for the i.MX6SX LDB. Tested on a imx6sx-sdb board

[PATCH v3 1/2] dt-bindings: display: bridge: ldb: Add an i.MX6SX entry

2023-04-03 Thread Fabio Estevam
From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. Signed-off-by: Fabio Estevam Reviewed-by: Krzysztof Kozlowski Reviewed-by: Marek Vasut --- Changes since v2: - Collected Reviewed-by tags. - Improved the Subject

[PATCH v3] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml

2023-04-03 Thread Fabio Estevam
From: Jagan Teki Samsung MIPI DSIM bridge can be found on Exynos and NXP's i.MX8M Mini/Nano/Plus SoCs. Convert exynos_dsim.txt to yaml. Used the example node from exynos5433.dtsi instead of the one used in the legacy exynos_dsim.txt. Signed-off-by: Jagan Teki Signed-off-by: Fabio Estevam

[OE-core] [PATCH] u-boot: Upgrade to 2023.04

2023-04-03 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.04. Remove the patch that is now upstream. Signed-off-by: Fabio Estevam --- ...ols-only-add-VIDEO-to-build-bmp_logo.patch | 39 --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/u-boot-tools_2023.01.bb

Re: [PATCH v2 0/5] board: verdin-imx8mp: ddr updates

2023-04-03 Thread Fabio Estevam
training > - compact slight different lpddr4 configuration > - change prints in spl_dram_init function > > Changes in v2: > - Use puts rather than printf in the SPL as suggested by Fabio. Thanks! For the whole series: Reviewed-by: Fabio Estevam

Re: [PATCH v2] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml

2023-04-03 Thread Fabio Estevam
Hi Krzysztof, On 03/04/2023 09:49, Krzysztof Kozlowski wrote: Signed-off-by: Jagan Teki Signed-off-by: Fabio Estevam --- Changes since v1: - Added samsung,mipi-dsim.yaml entry to MAINTAINERS file (Jagan) - Added Marek Szyprowski entry to the samsung,mipi-dsim.yaml maintainers section (Jagan

[PATCH v2] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml

2023-04-03 Thread Fabio Estevam
From: Jagan Teki Samsung MIPI DSIM bridge can be found on Exynos and NXP's i.MX8M Mini/Nano/Plus SoCs. Convert exynos_dsim.txt to yaml. Used the example node from latest Exynos SoC instead of the one used in legacy exynos_dsim.txt. Signed-off-by: Jagan Teki Signed-off-by: Fabio Estevam

Re: [PATCH 2/2] pico-imx6: Pass the mmc alias to fix boot regression

2023-04-03 Thread Fabio Estevam
our where the eMMC (esdhc3) was > > mapped to mmc0. > > > > Fixes: d0399a46e7cd ("imx6dl/imx6qdl: synchronise device trees with linux") > > Signed-off-by: Fabio Estevam > Applied to u-boot-imx, next, thanks ! Since this one fixes a boot regression, could it be applied to 2023.04? Thanks

[PATCH] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml

2023-03-31 Thread Fabio Estevam
From: Jagan Teki Samsung MIPI DSIM bridge can be found on Exynos and NXP's i.MX8M Mini and Nano SoC's. Convert exynos_dsim.txt to yaml. Used the example node from latest Exynos SoC instead of the one used in legacy exynos_dsim.txt. Signed-off-by: Jagan Teki Signed-off-by: Fabio Estevam

Re: [PATCH 1/2] dt-bindings: display: exynos: dsim: Add 'lane-polarities'

2023-03-30 Thread Fabio Estevam
Hi Jagan, On Thu, Mar 30, 2023 at 4:55 AM Jagan Teki wrote: > I have a previous iteration of this conversion. Can I resend it on top > of drm-misc-next? > https://lore.kernel.org/all/20210704090230.26489-9-ja...@amarulasolutions.com/ I tried applying your patch against linux-next, but I get

[PATCH v2 2/2] drm/bridge: fsl-ldb: Add i.MX6SX support

2023-03-30 Thread Fabio Estevam
From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. There is no LVDS CTRL register on the i.MX6SX, so only write to this register on the appropriate SoCs. Add support for the i.MX6SX LDB. Tested on a imx6sx-sdb board

[PATCH v2 1/2] dt-bindings: display: bridge: ldb: Add i.MX6SX support

2023-03-30 Thread Fabio Estevam
From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. Signed-off-by: Fabio Estevam --- Changes since v1: - Do not duplicate the entire if. (Krzysztof) .../devicetree/bindings/display/bridge/fsl,ldb.yaml | 5 - 1

[PATCH v2] dt-bindings: display: seiko, 43wvf1g: Change the maintainer's contact

2023-03-29 Thread Fabio Estevam
From: Fabio Estevam Marco's NXP email is no longer valid. Marco told me offline that he has no interest to be listed as the maintainer contact for this binding, so add my contact. Signed-off-by: Fabio Estevam --- Changes since v1: - Use my contact instead of Marco's personal email

[PATCH 2/2] drm/exynos: Implement support for DSI clock and data lane polarity swap

2023-03-29 Thread Fabio Estevam
a check which verifies all data lanes have the same polarity. This has been validated on an imx8mm board that actually has the MIPI DSI clock lanes inverted. Signed-off-by: Marek Vasut Signed-off-by: Fabio Estevam --- drivers/gpu/drm/bridge/samsung-dsim.c | 27 ++- include

[PATCH 1/2] dt-bindings: display: exynos: dsim: Add 'lane-polarities'

2023-03-29 Thread Fabio Estevam
From: Fabio Estevam The Samsung DSIM IP block allows the inversion of the clock and data lanes. Add an optional property called 'lane-polarities' that describes the polarities of the MIPI DSI clock and data lanes. This is property is useful for properly describing the hardware when the board

[PATCH 2/2] drm/bridge: fsl-ldb: Add i.MX6SX support

2023-03-29 Thread Fabio Estevam
From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. There is no LVDS CTRL register on the i.MX6SX, so only write to this register on the appropriate SoCs. Add support for the i.MX6SX LDB. Tested on a imx6sx-sdb board

[PATCH 1/2] dt-bindings: display: bridge: ldb: Add i.MX6SX support

2023-03-29 Thread Fabio Estevam
From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. Signed-off-by: Fabio Estevam --- .../devicetree/bindings/display/bridge/fsl,ldb.yaml | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Documentation

Re: [PATCH v1 5/5] board: verdin-imx8mp: change prints in spl_dram_init function

2023-03-29 Thread Fabio Estevam
Hi Marcel, The whole series looks good. On Wed, Mar 29, 2023 at 8:24 AM Marcel Ziswiler wrote: > > From: Emanuele Ghidoli > > change prints to show which DDR configuration (single/dual rank) is used > > Signed-off-by: Emanuele Ghidoli > Signed-off-by: Marcel Ziswiler > > --- > >

Re: [oe] [meta-gnome][PATCH 06/32] gedit: update 43.2 -> 44.2

2023-03-25 Thread Fabio Estevam
On Sat, Mar 25, 2023 at 5:03 AM Markus Volk wrote: > > --- You missed your Signed-off-by tag. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#101748): https://lists.openembedded.org/g/openembedded-devel/message/101748 Mute This Topic:

[oe] [meta-networking][PATCH v2] ettercap: Update Upstream-Status

2023-03-23 Thread Fabio Estevam
From: Fabio Estevam The patch has been applied upstream, so update the Upstream-Status line accordingly. Signed-off-by: Fabio Estevam --- Changes since v1: - Fix typo in the Subject line. ...1-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch | 2 +- 1 file changed, 1 insertion

[oe] [meta-networking][[PATCH] ettercap: Update Upstream-Status

2023-03-23 Thread Fabio Estevam
From: Fabio Estevam The patch has been applied upstream, so update the Upstream-Status line accordingly. Signed-off-by: Fabio Estevam --- ...1-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking

Re: [PATCH v15 00/16] drm: Add Samsung MIPI DSIM bridge

2023-03-23 Thread Fabio Estevam
Hi Inki, On Mon, Mar 13, 2023 at 9:51 PM Inki Dae wrote: >> Could you please apply v16? > > > I am planning to merge this patch series soon, but I will be proceeding with > the pull-request next week. As the DSIM driver is being moved to the bridge > folder, I would like to wait for

[PATCH] dt-bindings: display: seiko, 43wvf1g: Change the maintainer's email

2023-03-23 Thread Fabio Estevam
From: Fabio Estevam Marco's NXP email is no longer valid. Change it to his Gmail account. Signed-off-by: Fabio Estevam --- Marco, If you are no longer interested in being listed as the maintainer contact for the seiko,43wvf1g.yaml, please let me know. .../devicetree/bindings/display/panel

Re: [PATCH] imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi

2023-03-22 Thread Fabio Estevam
Hi Tom, On Wed, Mar 22, 2023 at 5:12 PM Tom Rini wrote: > Is this for master? If so, OK, we'll pick it up. If not, NAK, these are > all bootph- properties now, and need to go upstream too. Yes, this is for master as it is a regression. Thanks.

[PATCH] imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi

2023-03-22 Thread Fabio Estevam
From: Fabio Estevam After the conversion to DM_SERIAL in commit 01f372d8d62b ("udoo_neo: Select DM_SERIAL and drop iomux board level init") the SPL log is gone and the U-Boot proper log becomes incomplete: Core: 80 devices, 18 uclasses, devicetree: separate MMC: FSL_SDHC: 1, F

[PATCH 2/2] mx51evk: Remove unused mx51evk_video.c file

2023-03-14 Thread Fabio Estevam
From: Fabio Estevam Since commit 1fa43cad8625 ("video: Drop references to CONFIG_VIDEO et al") the mx51evk_video.c is no longer used. Remove the unused file. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/mx51evk_video.c | 98 - 1 file changed, 98

[PATCH 1/2] mx53loco: Remove unused mx53loco_video.c file

2023-03-14 Thread Fabio Estevam
From: Fabio Estevam Since commit 1fa43cad8625 ("video: Drop references to CONFIG_VIDEO et al") the mx53loco_video.c is no longer used. Remove the unused file. Signed-off-by: Fabio Estevam --- board/freescale/mx53loco/mx53loco_video.c | 114 -- 1 file ch

[PATCH 1/2] dt-bindings: display: seiko, 43wvf1g: Add the 'enable-gpios' property

2023-03-14 Thread Fabio Estevam
Add an optional 'enable-gpios' property that can be used to turn on/off the display. Signed-off-by: Fabio Estevam --- .../devicetree/bindings/display/panel/seiko,43wvf1g.yaml| 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/seiko

[PATCH 2/2] drm/panel: seiko-43wvf1g: Add the 'enable-gpios' property

2023-03-14 Thread Fabio Estevam
Sometimes a GPIO is needed to turn on/off the display. Add support for this usecase by introducing the optional 'enable-gpios' property. Tested on a imx53qsb board. Signed-off-by: Fabio Estevam --- drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 12 1 file changed, 12 insertions

Re: [PATCH v15 00/16] drm: Add Samsung MIPI DSIM bridge

2023-03-13 Thread Fabio Estevam
Hi Inki, On Mon, Mar 6, 2023 at 2:24 AM 대인기/Tizen Platform Lab(SR)/삼성전자 wrote: > Seems some issue Marek found on testing. If fixed then I will try to pick this > patch series up. Marek has successfully tested v16. Could you please apply v16? Thanks

Re: [PATCH 1/1] compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.h

2023-03-13 Thread Fabio Estevam
On Mon, Mar 13, 2023 at 3:26 PM Ying-Chun Liu (PaulLiu) wrote: > > We have a few places here that the function declarations do not > match their prototypes, correct them. > > Signed-off-by: Ying-Chun Liu (PaulLiu) > Cc: Tom Rini > Cc: Stefano Babic > Cc: Fabio Esteva

Re: [PATCH] README.mpc85xx-sd-spi-boot: Suggest the NXP boot format github repo

2023-03-09 Thread Fabio Estevam
Hi Leo, On Wed, Mar 8, 2023 at 6:01 PM Leo Li wrote: > It mimics the branches on CodeAurora. I will ask them to update the default > branch to master. The default branch is master now, thanks. Pali, Is the patch good now?

Re: [PATCH] drm/msm: fix PM_DEVFREQ kconfig dependency warning

2023-03-07 Thread Fabio Estevam
linux-arm-...@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: freedr...@lists.freedesktop.org This fixes the warning after running 'make imx_v6_v7_defconfig', thanks: Tested-by: Fabio Estevam

Re: [Freedreno] [PATCH] drm/msm: fix PM_DEVFREQ kconfig dependency warning

2023-03-07 Thread Fabio Estevam
linux-arm-...@vger.kernel.org > Cc: dri-de...@lists.freedesktop.org > Cc: freedreno@lists.freedesktop.org This fixes the warning after running 'make imx_v6_v7_defconfig', thanks: Tested-by: Fabio Estevam

Re: [PATCH] ARM: imx: Include on-SoM microSD in list of i.MX6 DHCOM boot devices

2023-03-06 Thread Fabio Estevam
On 05/03/2023 20:21, Marek Vasut wrote: Add mmc1, which is mapped to optional on-SoM microSD socket, to the list of distro boot command boot devices. Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] ARM: dts: imx: Add WDT bindings on DH i.MX6 DHSOM

2023-03-06 Thread Fabio Estevam
On 05/03/2023 17:49, Marek Vasut wrote: Add WDT reboot bindings on DH i.MX6 DHSOM to permit the platform to reboot via WDT in U-Boot. These are custom U-Boot bindings, hence they are placed in -u-boot.dtsi . Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] ARM: imx: Convert DH i.MX6 DHSOM to DM_SERIAL

2023-03-06 Thread Fabio Estevam
On 05/03/2023 17:48, Marek Vasut wrote: Enable CONFIG_DM_SERIAL on DH i.MX6 DHSOM to convert it to DM serial . Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

[oe] [PATCH] iperf3: Update to 3.13

2023-03-04 Thread Fabio Estevam
From: Fabio Estevam Update to the 3.13 version. The iperf3 release notes are available at: https://github.com/esnet/iperf/blob/6bfe27d82a3f74ad1239aba987a4fb75c1005078/RELNOTES.md The only change in the LICENSE file was the year update. Signed-off-by: Fabio Estevam --- .../iperf3

Re: [PATCH v2 1/1] editorconfig: introduce .editorconfig

2023-03-02 Thread Fabio Estevam
Hi Dzmitry, On Wed, Mar 1, 2023 at 7:44 AM Dzmitry Sankouski wrote: > > Current process of sending patches includes running checkpatch.pl > script for each patch, and fixing found style problems. > EditorConfig may help to prevent some style related problems > (like spaces vs tab indentation) on

Re: [PATCH 5/7] imx8image: Remove unused cont_img_count variable

2023-02-28 Thread Fabio Estevam
On Mon, Feb 27, 2023 at 7:08 PM Tom Rini wrote: > > With clang-15, it is now reported that cont_img_count is unused. This is > true as the code will increment / reset this counter, but never > functionally use it. Remove it. > > Signed-off-by: Tom Rini Reviewed-by: Fabio Estevam

[oe] [PATCH] glmark2: Update to 2023.01

2023-02-27 Thread Fabio Estevam
From: Fabio Estevam Update to the 2023.01 version: glmark2 2023.01 (20230119) == * Add gbm-gl/glesv2 flavors for GBM offscreen rendering. * Add x11-gl-egl flavor that uses EGL under X11. * Implement SwapInterval 0 for the DRM backend. * Support multisampled configs

Re: [PATCH 2/2] imx93_evk: enable ADC

2023-02-24 Thread Fabio Estevam
Hi Luca, On Fri, Feb 24, 2023 at 4:59 AM Luca Ellero wrote: > Hi Fabio, > thank you for your reply. > Ok, I will add a comment to the patch and fix DT node. > Should I resend only this patch or both? Please resend the whole series. My suggestion: 1/3 - ADC driver 2/3 - Sync U-Boot imx93 evk

Re: [PATCH 2/2] imx93_evk: enable ADC

2023-02-23 Thread Fabio Estevam
Hi Luca, On Thu, Feb 23, 2023 at 9:52 AM Luca Ellero wrote: Please write a commit log. > Signed-off-by: Luca Ellero > --- > arch/arm/dts/imx93-11x11-evk.dts | 4 > configs/imx93_11x11_evk_defconfig | 1 + > 2 files changed, 5 insertions(+) > > diff --git

Re: [PATCH 1/2] dm: adc: add iMX93 ADC support

2023-02-23 Thread Fabio Estevam
- adc_stop() > > ADC features: > - channels: 4 > - resolution: 12-bit > > Signed-off-by: Luca Ellero Reviewed-by: Fabio Estevam

Re: [PATCH] dm: adc: add iMX93 ADC support

2023-02-21 Thread Fabio Estevam
Hi Luca, On Tue, Feb 21, 2023 at 9:55 AM Luca Ellero wrote: > +int imx93_adc_channel_data(struct udevice *dev, int channel, static int > +int imx93_adc_start_channel(struct udevice *dev, int channel) static int > +int imx93_adc_stop(struct udevice *dev) static int > +int

[PATCH 1/2] mx6sabreauto: Convert to DM_PMIC

2023-02-16 Thread Fabio Estevam
The usage of DM_PMIC is preferred, so convert to it. This also brings the benefit of causing a significant amount of code removal. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- board/freescale/mx6sabreauto/mx6sabreauto.c | 109 +++- configs/mx6sabreauto_defconfig

[PATCH 2/2] mx6sabresd: Convert to DM_PMIC

2023-02-16 Thread Fabio Estevam
The usage of DM_PMIC is preferred, so convert to it. This also brings the benefit of causing a significant amount of code removal. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- board/freescale/mx6sabresd/mx6sabresd.c | 63 + configs/mx6sabresd_defconfig

[PATCH] mx6sxsabreauto: Remove myself from MAINTAINERS

2023-02-15 Thread Fabio Estevam
I don't have access to the mx6sxsabreauto board, so remove myself from the MAINTAINERS entry and add Peng instead. Signed-off-by: Fabio Estevam --- board/freescale/mx6sxsabreauto/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx6sxsabreauto

[PATCH 2/2] pico-imx6: Pass the mmc alias to fix boot regression

2023-02-15 Thread Fabio Estevam
h the eMMC card cannot be found anymore. Fix it by passing the alias node in the u-boot.dtsi file to restore the original behaviour where the eMMC (esdhc3) was mapped to mmc0. Fixes: d0399a46e7cd ("imx6dl/imx6qdl: synchronise device trees with linux") Signed-off-by: Fabio Esteva

[PATCH 1/2] pico-imx6: Add DM_SERIAL support

2023-02-15 Thread Fabio Estevam
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- configs/pico-imx6_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig index a6ed013f8b..f79b7ec520 100644 --- a/configs/pico

[PATCH] udoo: Add DM_SERIAL support

2023-02-15 Thread Fabio Estevam
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- configs/udoo_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig index 0a3baec12e..20686298bd 100644 --- a/configs/udoo_defconfig +++ b

[PATCH] mx6sxsabresd: Add DM_SERIAL support

2023-02-15 Thread Fabio Estevam
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- configs/mx6sxsabresd_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index c469084737..2e52e301ae 100644 --- a/configs

[PATCH] mx51evk: Add DM_SERIAL support

2023-02-15 Thread Fabio Estevam
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- configs/mx51evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index b173648c8e..832f718410 100644 --- a/configs

[PATCH 2/2] mx53loco: Add DM_I2C support

2023-02-15 Thread Fabio Estevam
The conversion to DM_I2C is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- board/freescale/mx53loco/mx53loco.c | 36 ++--- configs/mx53loco_defconfig | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/board/freescale

[PATCH 1/2] mx53loco: Add DM_SERIAL support

2023-02-15 Thread Fabio Estevam
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- configs/mx53loco_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index d5f2b7092d..e332c930b9 100644 --- a/configs

Re: imx8mp EQOS regression in dwc_eth_qos,c

2023-02-15 Thread Fabio Estevam
Hi Elmar, On Wed, Feb 15, 2023 at 3:02 AM Elmar Psilog wrote: > Marek, great! Can confirm that this patch (just to be sure attached > complete below) does it's job. Care to submit a formal patch to the list? It would be great to have this problem fixed in 2023.04.

Re: [PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge

2023-02-14 Thread Fabio Estevam
On Tue, Feb 14, 2023 at 8:09 AM Fabio Estevam wrote: > Some extra ADV7535 patches were needed. Please check patches 0020-0023 > and see if they help. Sorry, forgot to put the repo URL: https://github.com/fabioestevam/meta-imx8mmevk-bsp/tree/kirkstone/recipes-kernel/linux/linux-stab

Re: [PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge

2023-02-14 Thread Fabio Estevam
Hi Rasmus, On Tue, Feb 14, 2023 at 7:55 AM Rasmus Villemoes wrote: > Well, the data sheet for the dsi86 says up to 750MHz DSI HS clock, and > if the value specified in samsung,burst-clock-frequency is twice the DSI > HS clk, I suppose I should be good up to 1.5GHz? I have tried many > different

Re: imx8mp EQOS regression in dwc_eth_qos,c

2023-02-13 Thread Fabio Estevam
Adding Marek, who has sent some EQOS patches recently. On Mon, Feb 13, 2023 at 6:02 PM Elmar Psilog wrote: > > Hello, > Think I found a regression in EQOS driver with fixed-phy. Maybe someone > with a imx8mp board might check that use case to confirm? That would be > great. > While ethernet was

Re: imx8mp spi fail

2023-02-13 Thread Fabio Estevam
Hi Elmar, On Mon, Feb 13, 2023 at 4:46 PM Elmar Psilog wrote: > > Thank you so much, you made my day! Sorry, I didn't see the alias was > used different. Glad to know it is working. > Although my credibility gambled away I think I found a real bug in EQOS > driver with fixed-phy: > > In file

Re: [PATCH v3 79/95] power: wanderboard: Correct conditions for split config

2023-02-12 Thread Fabio Estevam
On Sun, Feb 12, 2023 at 8:47 PM Simon Glass wrote: > > This currently causes a build error with wanderboard. Fix it by adding a A typo here and in the Subject, it is "wandboard".

Re: imx8mp spi fail

2023-02-12 Thread Fabio Estevam
Hi Elmar, On Sun, Feb 12, 2023 at 3:04 PM Elmar Psilog wrote: > > Hello, kindly ask for help about SPI at an IMX8MP. I tried latest > 2023.01. If you can please have a look and check it works on your side? > > sspi command returns: Invalid bus 0 Could you try passing an aliases entry in your

Re: imx8mm USB Mass Storage fails through a HUB

2023-02-10 Thread Fabio Estevam
Hi Tim, On Fri, Feb 10, 2023 at 10:26 AM Marcel Ziswiler wrote: > The second USB port has a on-carrier USB hub both on Dahlia as well as the > Verdin Development board. > > Sorry, that I do not have any good suggestion other than maybe comparing with > our configuration/design. The verdin

[oe] [PATCH] spice-gtk: Update to version 0.42

2023-02-09 Thread Fabio Estevam
From: Fabio Estevam Update to version 0.42: v0.42 = - !115 - Fix compilation on win32 with EGL - !114 - spice-widget: fix hotspot position on Wayland/HiDPI - !112 - meson: Allow building on a Wayland-only environment - !110 - usb-backend: Fix devices not being enumerated - !108 - spicy

Re: [PATCH] doc: sl-mx8mm: Fix mistake in merge conflict resolution

2023-02-08 Thread Fabio Estevam
ATF github repo") Signed-off-by: Frieder Schrempf Cc: Heinrich Schuchardt Cc: Fabio Estevam Cc: Stefano Babic Reviewed-by: Fabio Estevam

Re: [PATCH] board: gateworks: venice: enable XWAY PHY support

2023-02-07 Thread Fabio Estevam
On Tue, Feb 7, 2023 at 8:44 PM Tim Harvey wrote: > > Enable XWAY PHY driver and remove board specific config from > board_phy_config weak override. > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam

Re: [PATCH] ASoC: fsl_sai: fix getting version from VERID

2023-02-07 Thread Fabio Estevam
: 99c1e74f25d4 ("ASoC: fsl_sai: store full version instead of > major/minor") > Signed-off-by: Shengjiu Wang Reviewed-by: Fabio Estevam

[PATCH v2] imx8m: Select BINMAN via SoC level

2023-02-03 Thread Fabio Estevam
Since all imx8m boards have been converted to use binman, select binman via SoC level rather than making the selection for each board. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- Changes since v1: - Rebased against u-boot-imx tree. - Collected Peng Fan's Reviewed-by tag. arch/arm

Re: [PATCH 01/11] imx: implement get_effective_memsize

2023-01-31 Thread Fabio Estevam
Hi Peng, On Mon, Nov 7, 2022 at 4:13 AM Peng Fan (OSS) wrote: > > From: Peng Fan > > To i.MX6/7 which has 2GB memory, the upper 4KB cut off, will cause the > top 1MB not mapped as normal memory, because ARMV7-A use section > mapping. So implement i.MX6/7 specific get_effective_memsize to fix

Re: [RESEND PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs

2023-01-29 Thread Fabio Estevam
On Sun, Jan 29, 2023 at 1:47 PM Dario Binacchi wrote: > The patch re-added 'console=${console}': > diff --cc include/configs/imx8mn_bsh_smm_s2.h > index d09c2ab01610,84c19824bdca..c6b296281424 > --- a/include/configs/imx8mn_bsh_smm_s2.h > +++ b/include/configs/imx8mn_bsh_smm_s2.h > @@@ -14,11

Re: [RESEND PATCH v2] arm: dts: imx8mn-u-boot: fix DDR3 only support

2023-01-28 Thread Fabio Estevam
eate common > imx8mn-u-boot.dtsi") > Signed-off-by: Dario Binacchi > Reviewed-by: Michael Trimarchi Reviewed-by: Fabio Estevam

Re: [RESEND PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs

2023-01-28 Thread Fabio Estevam
h looks good, but I don't understand why this needs a Fixes tag. Reviewed-by: Fabio Estevam

[OE-core] [PATCH][kirkstone] bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository metadata

2023-01-26 Thread Fabio Estevam
in the common case, since 'nobranch=1' is rare. Update 'nobranch' documentation. Reviewed-by: Peter Kjellerstedt (Bitbake rev: d32e5b0ec2ab85ffad7e56ac5b3160860b732556) Signed-off-by: Marek Vasut Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Fabio Estevam

[OE-core] bitbake: Backport a fetch2/git commit to kirkstone

2023-01-26 Thread Fabio Estevam
Hi Steve, Could you please backport poky commit 2ee1fdb8404d ("bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository metadata") to kirkstone? It fixes an issue when trying to fetch mesa. Thanks a lot, Fabio Estevam -=-=-=-=-=-=-=-=-=-=-=- Links: You receive al

[OE-core] [PATCH] u-boot: Update Upstream-Status

2023-01-26 Thread Fabio Estevam
From: Fabio Estevam The patch to fix the tools-only_defconfig error has landed in U-Boot upstream. Update the Upstream-Status accordingly. Signed-off-by: Fabio Estevam --- ...1-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] Revert "config: tools only: add VIDEO to build bmp_logo"

2023-01-25 Thread Fabio Estevam
Hi Rasmus, On Wed, Jan 25, 2023 at 11:59 AM Rasmus Villemoes wrote: > So I also got curious about that part, because when I build > tools-only_defconfig with older U-Boot releases I don't get a bmp_logo > tool built. > > I think I figured that out (but only after it's been revealed that this >

Re: [PATCH 41/41] imx9: support i.MX93 9x9 QSB board

2023-01-23 Thread Fabio Estevam
Hi On Mon, Jan 23, 2023 at 5:30 AM Peng Fan (OSS) wrote: > > From: Peng Fan > > Support i.MX93 9x9 Quick Start Board, UART/SD/MMC/I2C supported. > > Boot Log as below: > U-Boot SPL 2023.01-rc3-00069-g7c3dea52355-dirty (Dec 14 2022 - 11:46:43 +0800) > SOC: 0xa0009300 > LC: 0x40010 > M33 prepare

Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge

2023-01-20 Thread Fabio Estevam
Hi Jagan, On Thu, Jan 19, 2023 at 2:59 PM Jagan Teki wrote: > There are two patch series prior to this need to apply. > > https://patchwork.kernel.org/project/dri-devel/patch/20221212145745.15387-1-ja...@amarulasolutions.com/ >

[OE-core] [PATCH v4] u-boot: Upgrade to 2023.01

2023-01-19 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.01. Remove the two patches that are now upstream: e67f34f778ba ("riscv: support building double-float modules") 1dde977518f1 ("riscv: Fix build against binutils 2.38") And add a patch that fixes u-boot-tools build. Signed-o

[OE-core] [PATCH v3] u-boot: Upgrade to 2023.01

2023-01-19 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.01. Remove the two patches that are now upstream: e67f34f778ba ("riscv: support building double-float modules") 1dde977518f1 ("riscv: Fix build against binutils 2.38") And add a patch that fixes u-boot-tools build. Signed-o

Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge

2023-01-19 Thread Fabio Estevam
Hi Jagan, On Thu, Jan 5, 2023 at 7:24 AM Jagan Teki wrote: > Does anyone have any other comments on this? I would like to send v11 > with a few nits on v10. Please let me know. What is blocking this series to be applied?

Re: [PATCH] Revert "config: tools only: add VIDEO to build bmp_logo"

2023-01-19 Thread Fabio Estevam
On Thu, Jan 19, 2023 at 8:18 AM Peter Robinson wrote: > Did you read the original thread? I only read your commit log and it is not clear if it is a regression and which commit caused the problem. It lacks a Fixes tag too. > > - What is the exact problem you are trying to solve? How can we

Re: [PATCH] Revert "config: tools only: add VIDEO to build bmp_logo"

2023-01-19 Thread Fabio Estevam
Hi Peter, On Thu, Jan 19, 2023 at 8:04 AM Peter Robinson wrote: > So how do you propose to fix the issue I have which this fixes? Ok, we need some more information here: - What is the exact problem you are trying to solve? How can we reproduce it? - Is it a regression? What is the commit

Re: [PATCH 3/6] doc: sl-mx8mm: Update the NXP TF-A source reference

2023-01-19 Thread Fabio Estevam
Hi Frieder, On 19/01/2023 07:52, Frieder Schrempf wrote: -1. Get TF-A from: https://source.codeaurora.org/external/imx/imx-atf, branch: imx_5.4.70_2.3.0 -2. Apply the patch to select the correct UART for the console, otherwise the TF-A will lock up during boot. -3. Build +1. Get TF-A from:

[PATCH] Revert "config: tools only: add VIDEO to build bmp_logo"

2023-01-18 Thread Fabio Estevam
Debian [1]. Revert it for now. [1] https://lists.denx.de/pipermail/u-boot/2023-January/504758.html Signed-off-by: Fabio Estevam --- configs/tools-only_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index 2197063112..

Re: [PATCH v4 1/2] dts: imx8mp: assign binman_configuration label to config-SEQ

2023-01-17 Thread Fabio Estevam
On Tue, Jan 17, 2023 at 4:15 PM Ying-Chun Liu (PaulLiu) wrote: > > assign a label for config-SEQ so that the board dts can modify > the configuration more easily. > > Signed-off-by: Ying-Chun Liu (PaulLiu) > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: NXP i.MX U-Boot T

Re: [PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory

2023-01-17 Thread Fabio Estevam
gt; > Signed-off-by: Ying-Chun Liu (PaulLiu) > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: NXP i.MX U-Boot Team Reviewed-by: Fabio Estevam

Re: [PATCH v3 1/2] dts: imx8mp: assign binman_configuration node name to config-SEQ

2023-01-17 Thread Fabio Estevam
Hi Paul, On Tue, Jan 17, 2023 at 3:26 PM Ying-Chun Liu (PaulLiu) wrote: > > assign a node name for config-SEQ so that the board dts can modify > the configuration more easily. Actually, what you are adding is a label, not a node name. Please change the Subject and commit log accordingly.

[oe] [PATCH] lvgl-demo-fb: Add recipe

2023-01-17 Thread Fabio Estevam
From: Fabio Estevam Add a recipe for the LVGL framebuffer GUI demo. This allows to quickly test the LVGL framebuffer GUI demo application by running the "demo" binary. Signed-off-by: Fabio Estevam --- meta-oe/recipes-graphics/lvgl/lvgl-demo-fb.bb | 17 + 1 file c

<    5   6   7   8   9   10   11   12   13   14   >