[linux-yocto]: [kernel/kernel-rt]: nxp-ls1028: kernel patches to improve graphics

2023-05-10 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, The 2 patches are used to improve graphics for NXP ls1028 BSP So, could you please help merge these patches into linux-ycoto kernel, both below 2 branchs? v6.1/standard/nxp-sdk-6.1/nxp-soc v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc diffstat info as below: Kconfig

[linux-yocto] [PATCH 2/2] drivers: drm: cadence: select DRM_DISPLAY_HDMI_HELPER if Cadence HDCP driver is enabled

2023-05-10 Thread Meng Li via lists.yoctoproject.org
According to commit 4fc8cb47fcfd("drm/display: Move HDMI Helpers into display-helper module "), it needs to select DRM_DISPLAY_HDMI_HELPER if Cadence HDCP driver is enabled. Signed-off-by: Meng Li --- drivers/gpu/drm/bridge/cadence/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [PATCH 1/2] Revert "gpu: drm: bridge: improve the function of getting training status"

2023-05-10 Thread Meng Li via lists.yoctoproject.org
This reverts commit 1d6d6a6a2d8704ae641b4439fad0a2d45ecc8372. After upgrading u-boot to version 2022.04, this patch is no longer needed. Signed-off-by: Meng Li --- drivers/gpu/drm/bridge/cadence/cdns-mhdp-dp.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git

Re: [linux-yocto][v6.1] nxp-s32g: aptiv dts files

2023-05-10 Thread Bruce Ashfield
In message: [linux-yocto][v6.1] nxp-s32g: aptiv dts files on 10/05/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > Would you please help merge these 5 patches to the branches: > v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g >

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: aptiv-s32g: add support for Aptiv FL board

2023-05-10 Thread Bruce Ashfield
In message: [yocto-kernel-cache][yocto-6.1][PATCH] bsp: aptiv-s32g: add support for Aptiv FL board on 10/05/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Add scc and cfg files for Aptiv FL board. merged. Bruce > > Signed-off-by: Quanyang Wang > --- > Hi Bruce, > Would

Re: [linux-yocto] [linux-yocto std/rt kernel v6.1]: nxp-s32g: update kernel to v6.1 based on SDK BSP36 v5.15 release kernel

2023-05-10 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto std/rt kernel v6.1]: nxp-s32g: update kernel to v6.1 based on SDK BSP36 v5.15 release kernel on 09/05/2023 Zhantao Tang wrote: > Hi Bruce, > > The following patches are to update kernel to v6.1 based on SDK BSP36 v5.15 > release kernel. > > Would you

Re: [linux-yocto] [yocto-kernel-cache v6.1]: nxp-s32g: add scc and cfg files for S32G platform

2023-05-10 Thread Bruce Ashfield
In message: [yocto-kernel-cache v6.1]: nxp-s32g: add scc and cfg files for S32G platform on 09/05/2023 Zhantao Tang wrote: > Hi Bruce, > > The following patch is to add scc and cfg files for S32G platform, > would you please help to merge it into yocto-6.1 branch? merged. Bruce > > Thanks,

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH 0/2] add preempt-rt for

2023-05-10 Thread Bruce Ashfield
In message: [yocto-kernel-cache][yocto-6.1][PATCH 0/2] add preempt-rt for on 09/05/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > Would you please help merge these 2 patches to the branch: > yocto-6.1 merged. Bruce > Thanks, > Quanyang > > > Quanyang

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH 2/5] dts: Aptiv-FL: disable unsupported device nodes

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang The device nodes of "qspi" and "gmac0" are not supported in linux, so we need to disable them to eliminate error log while booting. Signed-off-by: Quanyang Wang Signed-off-by: Bruce Ashfield --- arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi | 6 -- 1 file

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH 5/5] dts: Aptiv-FL: refactor Aptiv CVC FL s32g399a dts files

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang For now, dts files for NXP rdb/evb boards are following the naming rules as s32gXXX.dtsi/s32gXXX.dts/s32gXXX-pfems.dts. Let's switch Aptiv dts files to the same rule. Rename original s32g399a-cvc-fl.dts to be s32g399a-cvc-fl.dtsi and make new s32g399a-cvc-fl.dts and

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH 4/5] dts: Aptiv-FL: disable flexcan3

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang The flexcan3 is used by Autosar running at M7 core. So disable it in linux for Aptiv FL board. Signed-off-by: Quanyang Wang Signed-off-by: Bruce Ashfield --- arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH 3/5] dts: Aptiv-FL: add correct pinctrls for pfe interfaces for Aptiv-FL board

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang Add pinctrls for pfe0/1/2 interfaces for Aptiv-FL board. Note that RTL9010 phys need to be configured at u-boot. This patch comes from: meta-cvc-fl/recipes-kernel/linux/linux-s32/0001-ESL-427-Linux-S32-cvc-support+cleanup.patch Signed-off-by: Quanyang Wang Signed-off-by:

[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH 1/5] dts: Aptiv-FL: add dts file for Aptiv CVC-FL board

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang This patch comes from the patch: meta-cvc-fl/recipes-kernel/linux/linux-s32/0001-ESL-427-Linux-S32-cvc-support+cleanup.patch Modifications as below: 1. Change usb phy from "usb-nop-xceiv" to "usb-phy-ulpi-generic". 2. Add "can17_19_en-hog" to enable can17~19. 3. Add

[linux-yocto][v6.1] nxp-s32g: aptiv dts files

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang Hi Bruce, Would you please help merge these 5 patches to the branches: v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g v6.1/standard/nxp-sdk-5.15/nxp-s32g Thanks, Quanyang Quanyang Wang (5): dts: Aptiv-FL: add dts file for Aptiv CVC-FL board dts: Aptiv-FL:

[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: aptiv-s32g: add support for Aptiv FL board

2023-05-10 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang Add scc and cfg files for Aptiv FL board. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.1 Thanks, Quanyang --- bsp/aptiv-s32g/aptiv-cvc-fl-preempt-rt.scc | 7 + bsp/aptiv-s32g/aptiv-cvc.cfg