lkml.org 
[lkml]   [2017]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 073/105] ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Michal Simek <michal.simek@xilinx.com>


    [ Upstream commit 4ea2a6be9565455f152c12f80222af1582ede0c7 ]

    The patch removes these warnings reported by dtc 1.4:
    Warning (unit_address_vs_reg): Node /amba_apu has a reg or ranges
    property, but no unit name
    Warning (unit_address_vs_reg): Node /memory has a reg or ranges
    property, but no unit name

    Signed-off-by: Michal Simek <michal.simek@xilinx.com>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts | 2 +-
    arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
    2 files changed, 2 insertions(+), 2 deletions(-)

    --- a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
    +++ b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts
    @@ -27,7 +27,7 @@
    stdout-path = "serial0:115200n8";
    };

    - memory {
    + memory@0 {
    device_type = "memory";
    reg = <0x0 0x0 0x0 0x40000000>;
    };
    --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
    +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
    @@ -72,7 +72,7 @@
    <1 10 0xf08>;
    };

    - amba_apu {
    + amba_apu: amba_apu@0 {
    compatible = "simple-bus";
    #address-cells = <2>;
    #size-cells = <1>;

    \
     
     \ /
      Last update: 2017-08-05 01:27    [W:2.797 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site