lkml.org 
[lkml]   [2021]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.13 073/108] ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15
    Date
    From: Alexandre Torgue <alexandre.torgue@foss.st.com>

    [ Upstream commit fb1406335c067be074eab38206cf9abfdce2fb0b ]

    It fixes the following warning seen running "make dtbs_check W=1"

    Warning (simple_bus_reg): /soc/stmmac-axi-config: missing or empty
    reg/ranges property

    Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/stm32mp151.dtsi | 12 ++++++------
    1 file changed, 6 insertions(+), 6 deletions(-)

    diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
    index fcd3230c469b..23234f950de6 100644
    --- a/arch/arm/boot/dts/stm32mp151.dtsi
    +++ b/arch/arm/boot/dts/stm32mp151.dtsi
    @@ -1416,12 +1416,6 @@ crc1: crc@58009000 {
    status = "disabled";
    };

    - stmmac_axi_config_0: stmmac-axi-config {
    - snps,wr_osr_lmt = <0x7>;
    - snps,rd_osr_lmt = <0x7>;
    - snps,blen = <0 0 0 0 16 8 4>;
    - };
    -
    ethernet0: ethernet@5800a000 {
    compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
    reg = <0x5800a000 0x2000>;
    @@ -1447,6 +1441,12 @@ ethernet0: ethernet@5800a000 {
    snps,axi-config = <&stmmac_axi_config_0>;
    snps,tso;
    status = "disabled";
    +
    + stmmac_axi_config_0: stmmac-axi-config {
    + snps,wr_osr_lmt = <0x7>;
    + snps,rd_osr_lmt = <0x7>;
    + snps,blen = <0 0 0 0 16 8 4>;
    + };
    };

    usbh_ohci: usb@5800c000 {
    --
    2.30.2
    \
     
     \ /
      Last update: 2021-07-14 21:41    [W:4.083 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site