Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arm64: zynqmp: delete redundant xiic-i2c device node

2023-06-27 Thread quanyang.wang via lists.yoctoproject.org

Hi Bruce,

On 6/27/23 21:09, Bruce Ashfield wrote:

In message: Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] 
arm64: zynqmp: delete redundant xiic-i2c device node
on 27/06/2023 Quanyang Wang wrote:


ping.

Was it only the preempt-rt branch that was missed ?

If so, it is merged. If there's another branch, let me know. I don't have the 
original email anymore, so I can check it myself.


This patch is for 2 branches:

v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc

v6.1/standard/sdkv6.1/xlnx-soc

Thanks,

Quanyang



Bruce


On 6/21/23 10:54, quanyang.wang via lists.yoctoproject.org wrote:

From: Quanyang Wang 

The device node "axi_iic_0" is not needed to test canfd. Let's remove it
since it triggers warning info:
  xiic-i2c 80003000.i2c: error -ENXIO: IRQ index 0 not found

Signed-off-by: Quanyang Wang 
---
Hi Bruce,
Would you please help merge this patch to the branches:
v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc
v6.1/standard/sdkv6.1/xlnx-soc
Thanks,
Quanyang
---
   arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 8 
   1 file changed, 8 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts 
b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
index d5b54d4a98d12..c351cd18398aa 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
@@ -15,14 +15,6 @@ amba_pl: amba_pl {
#size-cells = <2>;
compatible = "simple-bus";
ranges ;
-   axi_iic_0: i2c@80003000 {
-   #address-cells = <1>;
-   #size-cells = <0>;
-   clock-names = "s_axi_aclk";
-   clocks = <_clk 71>;
-   compatible = "xlnx,axi-iic-2.0", "xlnx,xps-iic-2.00.a";
-   reg = <0x0 0x80003000 0x0 0x1000>;
-   };
axi_timer_0: timer@8000 {
clock-frequency = <187481262>;
clock-names = "s_axi_aclk";




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12814): 
https://lists.yoctoproject.org/g/linux-yocto/message/12814
Mute This Topic: https://lists.yoctoproject.org/mt/99669670/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][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arm64: zynqmp: delete redundant xiic-i2c device node

2023-06-27 Thread Bruce Ashfield
In message: Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] 
arm64: zynqmp: delete redundant xiic-i2c device node
on 27/06/2023 Quanyang Wang wrote:

> ping.

Was it only the preempt-rt branch that was missed ?

If so, it is merged. If there's another branch, let me know. I don't have the 
original email anymore, so I can check it myself.

Bruce

> 
> On 6/21/23 10:54, quanyang.wang via lists.yoctoproject.org wrote:
> > From: Quanyang Wang 
> > 
> > The device node "axi_iic_0" is not needed to test canfd. Let's remove it
> > since it triggers warning info:
> >  xiic-i2c 80003000.i2c: error -ENXIO: IRQ index 0 not found
> > 
> > Signed-off-by: Quanyang Wang 
> > ---
> > Hi Bruce,
> > Would you please help merge this patch to the branches:
> > v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc
> > v6.1/standard/sdkv6.1/xlnx-soc
> > Thanks,
> > Quanyang
> > ---
> >   arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 8 
> >   1 file changed, 8 deletions(-)
> > 
> > diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts 
> > b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
> > index d5b54d4a98d12..c351cd18398aa 100644
> > --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
> > +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
> > @@ -15,14 +15,6 @@ amba_pl: amba_pl {
> > #size-cells = <2>;
> > compatible = "simple-bus";
> > ranges ;
> > -   axi_iic_0: i2c@80003000 {
> > -   #address-cells = <1>;
> > -   #size-cells = <0>;
> > -   clock-names = "s_axi_aclk";
> > -   clocks = <_clk 71>;
> > -   compatible = "xlnx,axi-iic-2.0", "xlnx,xps-iic-2.00.a";
> > -   reg = <0x0 0x80003000 0x0 0x1000>;
> > -   };
> > axi_timer_0: timer@8000 {
> > clock-frequency = <187481262>;
> > clock-names = "s_axi_aclk";
> > 
> > 
> > 

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



Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arm64: zynqmp: delete redundant xiic-i2c device node

2023-06-26 Thread quanyang.wang via lists.yoctoproject.org

ping.

On 6/21/23 10:54, quanyang.wang via lists.yoctoproject.org wrote:

From: Quanyang Wang 

The device node "axi_iic_0" is not needed to test canfd. Let's remove it
since it triggers warning info:
 xiic-i2c 80003000.i2c: error -ENXIO: IRQ index 0 not found

Signed-off-by: Quanyang Wang 
---
Hi Bruce,
Would you please help merge this patch to the branches:
v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc
v6.1/standard/sdkv6.1/xlnx-soc
Thanks,
Quanyang
---
  arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 8 
  1 file changed, 8 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts 
b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
index d5b54d4a98d12..c351cd18398aa 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
@@ -15,14 +15,6 @@ amba_pl: amba_pl {
#size-cells = <2>;
compatible = "simple-bus";
ranges ;
-   axi_iic_0: i2c@80003000 {
-   #address-cells = <1>;
-   #size-cells = <0>;
-   clock-names = "s_axi_aclk";
-   clocks = <_clk 71>;
-   compatible = "xlnx,axi-iic-2.0", "xlnx,xps-iic-2.00.a";
-   reg = <0x0 0x80003000 0x0 0x1000>;
-   };
axi_timer_0: timer@8000 {
clock-frequency = <187481262>;
clock-names = "s_axi_aclk";




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



[linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arm64: zynqmp: delete redundant xiic-i2c device node

2023-06-20 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang 

The device node "axi_iic_0" is not needed to test canfd. Let's remove it
since it triggers warning info:
xiic-i2c 80003000.i2c: error -ENXIO: IRQ index 0 not found

Signed-off-by: Quanyang Wang 
---
Hi Bruce,
Would you please help merge this patch to the branches:
v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc
v6.1/standard/sdkv6.1/xlnx-soc
Thanks,
Quanyang
---
 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 8 
 1 file changed, 8 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts 
b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
index d5b54d4a98d12..c351cd18398aa 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts
@@ -15,14 +15,6 @@ amba_pl: amba_pl {
#size-cells = <2>;
compatible = "simple-bus";
ranges ;
-   axi_iic_0: i2c@80003000 {
-   #address-cells = <1>;
-   #size-cells = <0>;
-   clock-names = "s_axi_aclk";
-   clocks = <_clk 71>;
-   compatible = "xlnx,axi-iic-2.0", "xlnx,xps-iic-2.00.a";
-   reg = <0x0 0x80003000 0x0 0x1000>;
-   };
axi_timer_0: timer@8000 {
clock-frequency = <187481262>;
clock-names = "s_axi_aclk";
-- 
2.36.1


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