[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 1/2] arm: zynq: delete AFLAGS_suspend.o to fix compile warning

2019-10-08 Thread quanyang.wang
From: Quanyang Wang When using arm-linux-gnueabihf-gcc v9.2.0 to compile kernel, there will be warning info as below: cc1: warning: switch '-mcpu=cortex-a9' conflicts with '-march=armv7-a' switch This is because that if "-march" and "-mcpu" options are passed to gcc together, gcc will check if

[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 2/2] arm: dts: zynq: update coresight device node

2019-10-08 Thread quanyang.wang
From: Quanyang Wang Using new compatible value for funnel and replicator device nodes, and use correct unit-address. Signed-off-by: Quanyang Wang --- arch/arm/boot/dts/zynq-7000.dtsi | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/zynq-7000.

[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/2] patches for zynq

2019-10-08 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Michal, There are 2 patches. One is fixing compile warning which is triggered by new version gcc 9.2.0. And the other is changed according to Michal's suggestions. Would you please help review and merge these patches to linux-yocto v5.2/standard/xlnx-soc branch?