[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/1] arm64: dts: imx8qm: Fix build warning unit name should not have leading "0x"

2023-10-10 Thread Xiaolei Wang via lists.yoctoproject.org
Prefixing the address with '0x' is already redundant,
so remove it. This patch fixes the following warning:

unit name should not have leading "0x"

Signed-off-by: Xiaolei Wang 
---
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts 
b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
index c9e6ca22d460..2684250973fd 100755
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
@@ -89,12 +89,12 @@ reserved-memory {
#size-cells = <2>;
ranges;
 
-   gpu_reserved: gpu_reserved@0x88 {
+   gpu_reserved: gpu_reserved@88 {
no-map;
reg = <0x8 0x8000 0 0x1000>;
};
 
-   decoder_boot: decoder_boot@0x8400 {
+   decoder_boot: decoder_boot@8400 {
no-map;
reg = <0 0x8400 0 0x200>;
};
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13167): 
https://lists.yoctoproject.org/g/linux-yocto/message/13167
Mute This Topic: https://lists.yoctoproject.org/mt/101886801/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH] aptiv-s32g: change S32CC_THERMAL to QORIQ_THERMAL

2023-10-10 Thread quanyang.wang via lists.yoctoproject.org

Hi Bruce,

On 10/9/23 09:17, Bruce Ashfield wrote:

In message: Re: [yocto-kernel-cache][yocto-5.15][PATCH] aptiv-s32g: change 
S32CC_THERMAL to QORIQ_THERMAL
on 07/10/2023 Quanyang Wang wrote:


Hi Bruce,

On 10/2/23 11:19, Bruce Ashfield wrote:

In message: [yocto-kernel-cache][yocto-5.15][PATCH] aptiv-s32g: change 
S32CC_THERMAL to QORIQ_THERMAL
on 28/09/2023 quanyang.w...@windriver.com wrote:


From: Quanyang Wang 

The latest SDK BSP38 RC9 drops the S32CC_THERMAL config and changes to
use QORIQ_THERMAL instead, so update kernel cache to compatible with it.

Signed-off-by: Quanyang Wang 
---
Hi Bruce,
Would you please help merge this patch to the branch:
yocto-5.15

merged.

I can't find this patch. Would you please help to check it again?

Can you see it now ?

https://git.yoctoproject.org/yocto-kernel-cache/commit/?h=yocto-5.15=fd045a9376ffd9dbdd1c7c305ef3a63dedc308aa


Sorry for replying late. I can see it now. Many thanks.

BR,

Quanyang



Bruce


Thanks,

Quanyang


Bruce


Thanks,
Quanyang
---
   bsp/aptiv-s32g/aptiv-cvc.cfg | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsp/aptiv-s32g/aptiv-cvc.cfg b/bsp/aptiv-s32g/aptiv-cvc.cfg
index 14ad889b97..5f266fede3 100644
--- a/bsp/aptiv-s32g/aptiv-cvc.cfg
+++ b/bsp/aptiv-s32g/aptiv-cvc.cfg
@@ -119,7 +119,7 @@ CONFIG_INPUT_UINPUT=y
   # Thermal
   CONFIG_THERMAL=y
-CONFIG_S32CC_THERMAL=y
+CONFIG_QORIQ_THERMAL=y
   # ADC
   CONFIG_IIO=y
--
2.36.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13166): 
https://lists.yoctoproject.org/g/linux-yocto/message/13166
Mute This Topic: https://lists.yoctoproject.org/mt/101634503/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[linux-yocto][linux-yocto v6.1] fix 8a25f2e93f16 ("octeontx2-pf: remove redundant invoking of otx2_sync_mbox_msg()" for octeon RT

2023-10-10 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce,

Please help to merge this patch into our linux-yocto repo.

repo:
linux-yocto
branch:
v6.1/standard/preempt-rt/cn-sdkv5.15/octeon

Thanks,
Ruiqiang

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13164): 
https://lists.yoctoproject.org/g/linux-yocto/message/13164
Mute This Topic: https://lists.yoctoproject.org/mt/101869739/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[linux-yocto] [PATCH] octeontx2-pf: restore function call that were removed by mistake

2023-10-10 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao 

commit 8a25f2e93f16 ("octeontx2-pf: remove redundant invoking of
otx2_sync_mbox_msg()") removed the correct function call by mistake,
restore it.

Signed-off-by: Ruiqiang Hao 
---
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c 
b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
index 514587665d84..8fddd37bd33f 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
@@ -806,6 +806,10 @@ int otx2_txsch_alloc(struct otx2_nic *pfvf)
req->schq[NIX_TXSCH_LVL_TL4] = chan_cnt;
}
 
+   rc = otx2_sync_mbox_msg(>mbox);
+   if (rc)
+   return rc;
+
rsp = (struct nix_txsch_alloc_rsp *)
  otx2_mbox_get_rsp(>mbox.mbox, 0, >hdr);
if (IS_ERR(rsp))
-- 
2.39.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13165): 
https://lists.yoctoproject.org/g/linux-yocto/message/13165
Mute This Topic: https://lists.yoctoproject.org/mt/101869740/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-