lkml.org 
[lkml]   [2024]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/5] arm64: dts: amazon: alpine-v2: add missing io-fabric unit addresses
    Date
    Add io-fabric unit address, because it has ranges property.  This also
    fixes dtc W=1 warnings:

    alpine-v2.dtsi:153.13-229.5: Warning (simple_bus_reg): /soc/io-fabric: simple-bus unit address format error, expected "fc000000"

    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    ---
    arch/arm64/boot/dts/amazon/alpine-v2.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/amazon/alpine-v2.dtsi b/arch/arm64/boot/dts/amazon/alpine-v2.dtsi
    index dbf2dce8d1d6..32b6ac8a5352 100644
    --- a/arch/arm64/boot/dts/amazon/alpine-v2.dtsi
    +++ b/arch/arm64/boot/dts/amazon/alpine-v2.dtsi
    @@ -150,7 +150,7 @@ msix: msix@fbe00000 {
    al,msi-num-spis = <160>;
    };

    - io-fabric {
    + io-fabric@fc000000 {
    compatible = "simple-bus";
    #address-cells = <1>;
    #size-cells = <1>;
    --
    2.34.1

    \
     
     \ /
      Last update: 2024-05-27 16:19    [W:6.647 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site